diff options
author | Stefan Wagner <stw@bit-strickerei.de> | 2016-12-01 11:02:52 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-12-02 02:48:39 +0100 |
commit | 1289f1c0a0098ee23dfd76f8c0db6bfd6ce93377 (patch) | |
tree | 185b483ba3edd24d050bef532f8cd54ec9c342f6 /community | |
parent | 079382b4f5b386b0b108ebabcf0f423e79b10f66 (diff) | |
download | aports-1289f1c0a0098ee23dfd76f8c0db6bfd6ce93377.tar.bz2 aports-1289f1c0a0098ee23dfd76f8c0db6bfd6ce93377.tar.xz |
community/notmuch: upgrade to 0.23.3
Diffstat (limited to 'community')
-rw-r--r-- | community/notmuch/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/notmuch/APKBUILD b/community/notmuch/APKBUILD index ae3d823149..ffcc291da9 100644 --- a/community/notmuch/APKBUILD +++ b/community/notmuch/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Stefan Wagner <stw@bit-strickerei.de> # Maintainer: Stefan Wagner <stw@bit-strickerei.de> pkgname=notmuch -pkgver=0.23.2 -pkgrel=1 +pkgver=0.23.3 +pkgrel=0 pkgdesc="E-Mail index, search and tagging" url="https://notmuchmail.org/" arch="all" @@ -57,6 +57,6 @@ zshcomp() { "$subpkgdir"/usr/share/zsh/site-functions/ || return 1 } -md5sums="6b8311cf271d22dbc7630d32ed0731e1 notmuch-0.23.2.tar.gz" -sha256sums="edfd7528d43bf1e1ab2620607f9fdcf772603455a61c2eb49978619c352c97bc notmuch-0.23.2.tar.gz" -sha512sums="487f70ef613962275dc81532cea62f287933bdb7a695466ce5ce0c5913ce06597abb152bac7126457997da710bbd716d30cee408a83b6bad4343407a5a9a202e notmuch-0.23.2.tar.gz" +md5sums="f7da28273789b216ecadcddbb018b5a0 notmuch-0.23.3.tar.gz" +sha256sums="0f5da5cf0203b774e345c50d56e975a87c2fc5407ef4ea284b6e2b55a8951882 notmuch-0.23.3.tar.gz" +sha512sums="232a4133d70d074e6d38b00471145ecec342a5e138822cce01b6915e2b3de29fc1181e116d1df30e2fea04d519f53297fd8ea0e9d0df91bc8d6fce549feed1e3 notmuch-0.23.3.tar.gz" |