diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 15:54:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 15:59:47 +0000 |
commit | 789ae48e0150cab68ab092dfa0a6a3a154cffe37 (patch) | |
tree | ce3e04cf37344da6389f0889ee929b927c411f15 /community | |
parent | 13afd23e96cafc4a8128f13deb51c6b77bad06e4 (diff) | |
download | aports-789ae48e0150cab68ab092dfa0a6a3a154cffe37.tar.bz2 aports-789ae48e0150cab68ab092dfa0a6a3a154cffe37.tar.xz |
community/libgweather: upgrade to 3.24.1
Diffstat (limited to 'community')
-rw-r--r-- | community/libgweather/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD index b703944597..ab91702eef 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.24.0 -pkgrel=1 +pkgver=3.24.1 +pkgrel=0 pkgdesc="GNOME weather library" url="http://www.gnome.org/" arch="all" @@ -40,4 +40,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -sha512sums="90890ed640781b08b1132cd3d106c8d273fde1fc34ed4553de7a14b1be6e6900bfbf67389b67d9a17448b23e6c74cb2408ecde42c0a27527875fab36c7e40c4d libgweather-3.24.0.tar.xz" +sha512sums="564464d7a18a8e0320871ea418b1163163941c950c5acea5ee65a087e44c4d81e019e2e3e4cb6751989f823cbb7c5691713d3dcef72aeaf6ff264e61b6f7b4b4 libgweather-3.24.1.tar.xz" |