diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-02 00:14:42 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-02 00:37:22 -0300 |
commit | 939d84fc41b481b9826cbfedcbfb002e407e2051 (patch) | |
tree | f90b15b13d5b7a13c110de47d887b6d3cbfd7642 /testing/enchant2 | |
parent | 71c00a80f6a4eed4f89e05e2dbaede0bcfd0d151 (diff) | |
download | aports-939d84fc41b481b9826cbfedcbfb002e407e2051.tar.bz2 aports-939d84fc41b481b9826cbfedcbfb002e407e2051.tar.xz |
testing/enchant2: upgrade to 2.2.5
Diffstat (limited to 'testing/enchant2')
-rw-r--r-- | testing/enchant2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/enchant2/APKBUILD b/testing/enchant2/APKBUILD index 902a0b36f2..7e349c27b4 100644 --- a/testing/enchant2/APKBUILD +++ b/testing/enchant2/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=enchant2 -pkgver=2.2.4 +pkgver=2.2.5 pkgrel=0 pkgdesc="A wrapper library for generic spell checking (v2)" url="https://abiword.github.io/enchant/" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" pkgdatadir=/usr/share/enchant-2 install } -sha512sums="3860f04e276e1afa8969041b3f57411136d6b96ecf90996cdb122739e87be432f12219d2635c29d2e7ef3f2eeb366013026b6f8327a9749ffbc3a1dfafb4b870 enchant-2.2.4.tar.gz" +sha512sums="cc4d00ea2c94fcf2cef0281e13b86c49cfbff74c60315126bab8b1d91d8da1fb8fd0dc215a1eb44b07d8be33bc54cb9e63107874ef1caa04714fbe4b7484280f enchant-2.2.5.tar.gz" |