diff options
-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" |