summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Röthke2022-07-06 20:05:11 +0200
committerMarcel Röthke2022-07-06 20:05:11 +0200
commitcab7f50adbcdd39fb7dc5afa53f2e9d020f5d9b3 (patch)
tree8fde142732a37a1d550897bb5208928f631b9bab /PKGBUILD
parente34a0f8732683490c36db0379254b50941d53fbe (diff)
downloadaur-cab7f50adbcdd39fb7dc5afa53f2e9d020f5d9b3.tar.gz
mu: upstream release 1.8.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5379d3547b83..57e4343b520b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.8.3
+pkgver=1.8.5
pkgrel=1
pkgdesc="Maildir indexer/searcher and Emacs client (mu4e)"
arch=("x86_64" "armv7h")
@@ -13,7 +13,7 @@ depends=("gmime3" "xapian-core")
makedepends=("emacs" "meson")
optdepends=("emacs: mu4e support")
source=("https://github.com/djcb/mu/releases/download/v${pkgver}/mu-${pkgver}.tar.xz")
-sha256sums=('cfbe8931072a8f0a546630ec2142efad72597e1429151689256ed0bc0c0ea6d2')
+sha256sums=('af87c91c4926e2adecb5e1a10d4a66f2794f85a176784af67210eeac51d5b84c')
prepare() {
cd "$pkgname-$pkgver"