diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-15 13:47:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-15 14:45:46 +0000 |
commit | 3d5291e71a520f5dbb10d9c3062c15eecd5c9dc2 (patch) | |
tree | dbc238c3dc167409a9886c5f5a8adfd3ff303186 /community/geocode-glib/APKBUILD | |
parent | 3d5692921997458b5f57633b05fbee6f10c0c221 (diff) | |
download | aports-3d5291e71a520f5dbb10d9c3062c15eecd5c9dc2.tar.bz2 aports-3d5291e71a520f5dbb10d9c3062c15eecd5c9dc2.tar.xz |
community/geocode-glib: upgrade to 3.23.90
Diffstat (limited to 'community/geocode-glib/APKBUILD')
-rw-r--r-- | community/geocode-glib/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/geocode-glib/APKBUILD b/community/geocode-glib/APKBUILD index 8a8a5b106f..149d2ddf5c 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.20.1 +pkgver=3.23.90 pkgrel=0 pkgdesc="Geocoding helper library" url="http://www.gnome.org/" @@ -43,6 +43,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="4d9a4c666f525b8ae534be865c8b7681 geocode-glib-3.20.1.tar.xz" -sha256sums="669fc832cabf8cc2f0fc4194a8fa464cdb9c03ebf9aca5353d7cf935ba8637a2 geocode-glib-3.20.1.tar.xz" -sha512sums="0016b04928d3d7e9e3339bf1457d5ba7951af7af53b72a185f9cb3e92e9d1b1deb7ca11f95de1bcb0a3521a5b200ce3c25bb35eaf8bf15b81672846ec01b718f geocode-glib-3.20.1.tar.xz" +sha512sums="a0a933950a4152f61726b77318b9126beb1c75d97e89245084ff2363359d5a6aed1e4083de1ab17900ffb3c004007f913980fc0c14f8db5fc5a07bbd0a6b96e3 geocode-glib-3.23.90.tar.xz" |