diff options
Diffstat (limited to 'community/libmateweather/APKBUILD')
-rw-r--r-- | community/libmateweather/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libmateweather/APKBUILD b/community/libmateweather/APKBUILD index 14ba61c286..51d2e711c3 100644 --- a/community/libmateweather/APKBUILD +++ b/community/libmateweather/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=libmateweather -pkgver=1.14.0 +pkgver=1.16.0 pkgrel=0 pkgdesc="A library to access weather information from online services for numerous locations" url="https://github.com/mate-desktop/libmateweather" @@ -43,6 +43,6 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="c72da5a4dc96fed61a189bc8d8026233 libmateweather-1.14.0.tar.xz" -sha256sums="924d37fb6c700487448acbf445b97271fc18152c06f72e0189e9c0732008800e libmateweather-1.14.0.tar.xz" -sha512sums="061e91ad26ae2b31d91d75be6aaf0fa56628b4543c63f29374e13a9880614d5593de7ec8aeba39ecb11dc7773273a923c48c0ed7d993468347116d6658234fed libmateweather-1.14.0.tar.xz" +md5sums="bee27d7654371d7a562945717f1d9047 libmateweather-1.16.0.tar.xz" +sha256sums="b3ed351e7f5d922444de28a05546cf7032cec3ea6d5c5cbb1ca1fc1e1e1c6be5 libmateweather-1.16.0.tar.xz" +sha512sums="20dfec2291d3b9f463031312d203bf959ed44be960c0f410c816f52e9ae581f5864d41a814a13578c6cdff0bd64ce083f809654db069c1a9ad4a645a8b7e832c libmateweather-1.16.0.tar.xz" |