diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-06 09:04:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-06 14:03:58 +0000 |
commit | d31bc526b0ca5518234dc951fdafb38bd36cc053 (patch) | |
tree | 05768ee9af94c23b5ddad02fb489eacdc411868a /main | |
parent | 8231f2a50f19c4f8c3594c2d1447c21be7ab6971 (diff) | |
download | aports-d31bc526b0ca5518234dc951fdafb38bd36cc053.tar.bz2 aports-d31bc526b0ca5518234dc951fdafb38bd36cc053.tar.xz |
main/hunspell: upgrade to 1.4.1
Diffstat (limited to 'main')
-rw-r--r-- | main/hunspell/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index aacddc5662..9de161712c 100644 --- a/main/hunspell/APKBUILD +++ b/main/hunspell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hunspell -pkgver=1.3.4 -pkgrel=2 +pkgver=1.4.1 +pkgrel=0 pkgdesc="Spell checker and morphological analyzer library and program" url="http://hunspell.github.io/" arch="all" @@ -41,6 +41,6 @@ package() { make -j1 DESTDIR="$pkgdir" install || return 1 } -md5sums="423cff69e68c87ac11e4aa8462951954 hunspell-1.3.4.tar.gz" -sha256sums="55918522cb0041748507dd4f5aa92d043cef337aa589b9367c2221da084281ac hunspell-1.3.4.tar.gz" -sha512sums="092818570f5eb152b2bf8d0964068510185304f41e1eb0946bf7589c640d21bff67d2b79b49f770e8c0baa9031ab449eefb9e3b0bce8a28e2fc4809007fefa99 hunspell-1.3.4.tar.gz" +md5sums="33d370f7fe5a030985e445a5672b2067 hunspell-1.4.1.tar.gz" +sha256sums="c4476aff0ced52eec334eae1e8d3fdaaebdd90f5ecd0b57cf2a92a6fd220d1bb hunspell-1.4.1.tar.gz" +sha512sums="6edc1120a08d46f1c3a590f9964486240eee46ef7f1c2d072c228d26dd1cb3bee1f283d007fcda994cdf0482c065cd5375c9706570a7c5be9aff423e19c03b6b hunspell-1.4.1.tar.gz" |