diff options
-rw-r--r-- | community/nmh/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nmh/APKBUILD b/community/nmh/APKBUILD index 38476f9b72..f14a7cb0df 100644 --- a/community/nmh/APKBUILD +++ b/community/nmh/APKBUILD @@ -1,8 +1,8 @@ # Contributor: ScrumpyJack <scrumpyjack@st.ilet.to> # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=nmh -pkgver=1.6 -pkgrel=4 +pkgver=1.7 +pkgrel=0 pkgdesc="nmh is a powerful electronic mail handling system" url="http://www.nongnu.org/nmh/" arch="all" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="03775e73f69eb21088e191f41a0bbc2e631956f0d496f87be97981ac2c85d8cbe0680e8ee7e37f97e79c34ccd814fca78f2684acfc8390e333a46c710fbdb2b7 nmh-1.6.tar.gz" +sha512sums="68394c23d776b066d50b75486c985eb59e8545d1f928d78c663be1cd28bf1f7af88fad30e9a7b6e3b80dda1fd6f04815c4b1a6accbf0e960e523742e335dec86 nmh-1.7.tar.gz" |