diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-29 15:55:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-29 15:55:27 +0000 |
commit | bf3408f20fd8dc3f23435dacae1b51f9c378c7fc (patch) | |
tree | ed6012855b7a9a2b254a1ec77a8d0c63cf27af60 /community/libgweather | |
parent | 21b8187dcf164a7e1087d330bc66385d58c7f677 (diff) | |
download | aports-bf3408f20fd8dc3f23435dacae1b51f9c378c7fc.tar.bz2 aports-bf3408f20fd8dc3f23435dacae1b51f9c378c7fc.tar.xz |
community/libgweather: upgrade to 3.20.0
Diffstat (limited to 'community/libgweather')
-rw-r--r-- | community/libgweather/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD index 4d60f93f5b..857af92911 100644 --- a/community/libgweather/APKBUILD +++ b/community/libgweather/APKBUILD @@ -1,8 +1,8 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libgweather -pkgver=3.18.1 -pkgrel=1 +pkgver=3.20.0 +pkgrel=0 pkgdesc="GNOME weather library" url="http://www.gnome.org/" arch="all" @@ -40,6 +40,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="0a4bd5421c9cd2d845d0a91c8caa6117 libgweather-3.18.1.tar.xz" -sha256sums="94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 libgweather-3.18.1.tar.xz" -sha512sums="1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f libgweather-3.18.1.tar.xz" +md5sums="e3c273bce7772450b3d93136bcbb1653 libgweather-3.20.0.tar.xz" +sha256sums="52629b8e9fcd979377f43a2223cf0e7096d3c3e940faa94021132ee0f879b8d6 libgweather-3.20.0.tar.xz" +sha512sums="ba95212b2e47fed3a0d5d8322672761c59bb78a2557f837ef439072b0561d2cdb5ec8b5848508e1cf5bf5a7aecca82cf7d7e13f695c415dff42489566bad2f22 libgweather-3.20.0.tar.xz" |