diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-12 15:06:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-12 15:33:50 +0000 |
commit | e47c678e9494e39245cf350d9cc3ed2e01987762 (patch) | |
tree | 0d407289a994b39a8850fc6afe98b3e8cfee8f3d | |
parent | f591a7777df7a99b49f543d300d0d3f8e81b50d2 (diff) | |
download | aports-e47c678e9494e39245cf350d9cc3ed2e01987762.tar.bz2 aports-e47c678e9494e39245cf350d9cc3ed2e01987762.tar.xz |
community/libgweather: upgrade to 3.24.0
-rw-r--r-- | community/libgweather/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD index 1508f9c427..34f88ac530 100644 --- a/community/libgweather/APKBUILD +++ b/community/libgweather/APKBUILD @@ -1,7 +1,7 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libgweather -pkgver=3.20.3 +pkgver=3.24.0 pkgrel=0 pkgdesc="GNOME weather library" url="http://www.gnome.org/" @@ -40,6 +40,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="abf0e93b044699d185ef0b7353b1c8e6 libgweather-3.20.3.tar.xz" -sha256sums="fb6bc5b64ef5db3dc40a9798f072b83ebcafe7ff5af472aaee70600619b56c0b libgweather-3.20.3.tar.xz" -sha512sums="feaf5a3ec5766934e482224cc4ca970db49c86addaabcae623d3ac1cadc7dc4a4759cb88552af7e92124f52a7a921ceef94759509cdc3e1fe20c749531ef7ad9 libgweather-3.20.3.tar.xz" +sha512sums="90890ed640781b08b1132cd3d106c8d273fde1fc34ed4553de7a14b1be6e6900bfbf67389b67d9a17448b23e6c74cb2408ecde42c0a27527875fab36c7e40c4d libgweather-3.24.0.tar.xz" |