diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-20 09:13:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-20 09:29:10 +0000 |
commit | dfff8a757be978be1c5c870330a0346f8e1456da (patch) | |
tree | 363b4fd5bd706f14c4b4049dae6cddcf04d22302 /community/geocode-glib | |
parent | 55d837ff63b1988f535913dafd0f97b0407fa8bc (diff) | |
download | aports-dfff8a757be978be1c5c870330a0346f8e1456da.tar.bz2 aports-dfff8a757be978be1c5c870330a0346f8e1456da.tar.xz |
community/geocode-glib: upgrade to 3.24.0
Diffstat (limited to 'community/geocode-glib')
-rw-r--r-- | community/geocode-glib/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/geocode-glib/APKBUILD b/community/geocode-glib/APKBUILD index 6d3e0cdcaa..8fd0cfa77e 100644 --- a/community/geocode-glib/APKBUILD +++ b/community/geocode-glib/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=geocode-glib -pkgver=3.23.90 +pkgver=3.24.0 pkgrel=0 pkgdesc="Geocoding helper library" url="https://www.gnome.org/" @@ -43,4 +43,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -sha512sums="a0a933950a4152f61726b77318b9126beb1c75d97e89245084ff2363359d5a6aed1e4083de1ab17900ffb3c004007f913980fc0c14f8db5fc5a07bbd0a6b96e3 geocode-glib-3.23.90.tar.xz" +sha512sums="0e3910e99d164fdf5afd6befbcb7139a56779834fb1f2a318951c03e5196a31c4dafd7f88c37c7014377f15cd4d4b81e7080a440881e2c50aadaadf621abe3b6 geocode-glib-3.24.0.tar.xz" |