diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-08 05:07:25 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-08 05:07:25 +0100 |
commit | a8f386973324c551ce35bd122960e3e4bdde0917 (patch) | |
tree | 79ab9d9311ec02efd2f460d7034ec9ffa9bb67b0 /testing/libpostal/APKBUILD | |
parent | efb10d487a05b751c74c60a47ca54fb09bbdd0ec (diff) | |
download | aports-a8f386973324c551ce35bd122960e3e4bdde0917.tar.bz2 aports-a8f386973324c551ce35bd122960e3e4bdde0917.tar.xz |
testing/libpostal: upgrade to 1.1
Diffstat (limited to 'testing/libpostal/APKBUILD')
-rw-r--r-- | testing/libpostal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libpostal/APKBUILD b/testing/libpostal/APKBUILD index de5e0e3d11..1977ee0e30 100644 --- a/testing/libpostal/APKBUILD +++ b/testing/libpostal/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libpostal -pkgver=1.0.0 +pkgver=1.1 pkgrel=0 pkgdesc="A C library for parsing/normalizing street addresses around the world" url="https://github.com/openvenues/libpostal" @@ -41,4 +41,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="90937c250cd2abc9af4924ca1636ae3b719f70be563e41762852f3140abcee04ed0804131cccc095b79ffb00837507ae0b91774abf4b4f854212a541dd1721a8 libpostal-1.0.0.tar.gz" +sha512sums="a097e0368fe729fa36c6670f87640deba3182fba45832b1e98c45824cc0a346ee172b47942f12845e75dce266d3e51b4ca1fd8b1a4cad24d9c0ef514dc4368db libpostal-1.1.tar.gz" |