diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-08 14:51:36 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-08 14:51:36 +0000 |
commit | bc3b72ba03260a38b486c882c6284387e39c90ed (patch) | |
tree | 78f5ce08410c512cc87fe30092d7beb7ff3dbd1f /community/nmh/APKBUILD | |
parent | faa97919169063612ddee5131130db4d05b8efa6 (diff) | |
download | aports-bc3b72ba03260a38b486c882c6284387e39c90ed.tar.bz2 aports-bc3b72ba03260a38b486c882c6284387e39c90ed.tar.xz |
community/nmh: upgrade to 1.7.1
Diffstat (limited to 'community/nmh/APKBUILD')
-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 a6ed886bbb..0b56baac32 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.7 -pkgrel=1 +pkgver=1.7.1 +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="68394c23d776b066d50b75486c985eb59e8545d1f928d78c663be1cd28bf1f7af88fad30e9a7b6e3b80dda1fd6f04815c4b1a6accbf0e960e523742e335dec86 nmh-1.7.tar.gz" +sha512sums="f2130243924174c9b965adbfdf1582a5caae2dc730e8731760b143c481e2174699f62ef0014218ec2698d1927cc94d1789f82823ee31d587602cc2c7d1d8918b nmh-1.7.1.tar.gz" |