summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Röthke2022-10-25 20:54:54 +0200
committerMarcel Röthke2022-10-25 20:54:54 +0200
commiteaa760aa9ed956d44481e0c9636f9ba41610c495 (patch)
tree0384516b6c718c41c39b3032001a764dd34a54ca
parent7f9b2ab9bb712d65cf9e32b4af591f3ef1bb2720 (diff)
downloadaur-eaa760aa9ed956d44481e0c9636f9ba41610c495.tar.gz
mu: upstream release 1.8.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee98ac6c06e7..e7bbe0017dbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mu
pkgdesc = Maildir indexer/searcher and Emacs client (mu4e)
- pkgver = 1.8.9
+ pkgver = 1.8.11
pkgrel = 1
url = http://www.djcbsoftware.nl/code/mu
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = mu
depends = gmime3
depends = xapian-core
optdepends = emacs: mu4e support
- source = https://github.com/djcb/mu/releases/download/v1.8.9/mu-1.8.9.tar.xz
- sha256sums = b86d2a6808fd0ee941bd7084fafcbc82992e33dcdb8a7aeee1c34a7ccba8ddb3
+ source = https://github.com/djcb/mu/releases/download/v1.8.11/mu-1.8.11.tar.xz
+ sha256sums = d4c1cf6dd76c97dcd53e1468d9ff82dc1e10203be607ad3249ba7ac417603439
pkgname = mu
diff --git a/PKGBUILD b/PKGBUILD
index b3fafda5f234..485f68146b3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: csllbr; Popsch <popsch@gmx.net>
pkgname=mu
-pkgver=1.8.9
+pkgver=1.8.11
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=('b86d2a6808fd0ee941bd7084fafcbc82992e33dcdb8a7aeee1c34a7ccba8ddb3')
+sha256sums=('d4c1cf6dd76c97dcd53e1468d9ff82dc1e10203be607ad3249ba7ac417603439')
prepare() {
cd "$pkgname-$pkgver"