summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Röthke2023-06-24 12:24:38 +0200
committerMarcel Röthke2023-06-24 12:24:38 +0200
commitd1e6fba12a2703552e5b64702f07aad875bbd298 (patch)
treefd180d73446b63bfb6ade7ab320b1cc92d8d5c9e /PKGBUILD
parent3983fc3440bbacca226a5d17b02187da2e5aee08 (diff)
downloadaur-d1e6fba12a2703552e5b64702f07aad875bbd298.tar.gz
mu: upstream release 1.10.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c4b39961d3a..2a700e5e6aff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.10.3
+pkgver=1.10.4
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=('c83970fcb6163c27d135c207d1a5eb6f38a5732161741a4a88da2ae894e0245f')
+sha256sums=('8eba7864aad442212b2bc62aac6491708084ba5d84416a22b8a8ddf2ee7240ec')
prepare() {
cd "$pkgname-$pkgver"