diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-04 07:10:28 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-04 07:10:28 +0000 |
commit | 74a5717fe8e8db39680261b41e3f6da6a0ce1cde (patch) | |
tree | 88d11709230a185d8fc93db205f71401d832a2e1 /community/geocode-glib | |
parent | 19e60f13ef015dfb3f0e5d705b0626e4b24df886 (diff) | |
download | aports-74a5717fe8e8db39680261b41e3f6da6a0ce1cde.tar.bz2 aports-74a5717fe8e8db39680261b41e3f6da6a0ce1cde.tar.xz |
community/geocode-glib: upgrade to 3.18.1
Diffstat (limited to 'community/geocode-glib')
-rw-r--r-- | community/geocode-glib/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/geocode-glib/APKBUILD b/community/geocode-glib/APKBUILD index 9b9799b9ea..b00e0a0f98 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.18.0 +pkgver=3.18.1 pkgrel=0 pkgdesc="Geocoding helper library" url="http://www.gnome.org/" @@ -43,6 +43,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="a39cbc80c4a55c223abf9bcf67e0285e geocode-glib-3.18.0.tar.xz" -sha256sums="8fb7f0d569e3e6696aaa1fdf275cb3094527ec5e9fa36fd88dd633dfec63495d geocode-glib-3.18.0.tar.xz" -sha512sums="fed8eacc3a347f998466faba0f45e99182c1fe1201caff963846db74daa1106360419e46a5b196207de97ffbc7397d751a6109d1d28b32211ddc7ccfe268b2ea geocode-glib-3.18.0.tar.xz" +md5sums="1d294d59bfc05027ccb9ff6708b63491 geocode-glib-3.18.1.tar.xz" +sha256sums="75d12bf82575449b8290b7463e8b6cf1b99f2c9942db6391a3d5b0bbb600c365 geocode-glib-3.18.1.tar.xz" +sha512sums="6add0d859d2366df54b35b0ada5661e0613e41f19cec386b48f00ae7d878f36d6b08f4feecce156cb04c8f81bee9e6ff60fbd06502d0f809e3017639f2bf595c geocode-glib-3.18.1.tar.xz" |