diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-09 20:29:01 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-09 22:21:05 +0200 |
commit | 49536abf6cb16a93e35fd573ab043f8455836d82 (patch) | |
tree | dc10828663681d8964ed91502fd9ed4dee08e56b /community/libsoup | |
parent | 7f258edab97d47d1f5b5448302e3b92197553433 (diff) | |
download | aports-49536abf6cb16a93e35fd573ab043f8455836d82.tar.bz2 aports-49536abf6cb16a93e35fd573ab043f8455836d82.tar.xz |
community/libsoup: upgrade to 2.68.2
Diffstat (limited to 'community/libsoup')
-rw-r--r-- | community/libsoup/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libsoup/APKBUILD b/community/libsoup/APKBUILD index a772cc0ea5..08915f48d9 100644 --- a/community/libsoup/APKBUILD +++ b/community/libsoup/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libsoup -pkgver=2.68.1 +pkgver=2.68.2 pkgrel=0 pkgdesc="Gnome HTTP client/server Library" url="https://wiki.gnome.org/Projects/libsoup" @@ -35,4 +35,4 @@ check() { package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="e670de61c7a20994cafcddf8eb33d5210d6b623955c66ca21fc13c13d0596e72d0f487e6cc29cde73edcff6307dedd33063013a49643081830876209a336c46b libsoup-2.68.1.tar.xz" +sha512sums="4fb8fc55fc49c11da1e3575c9de7c407ff616d07a81983347701b868153f69a3fece8bdaeddce6d1ba817d4c547ec6c3ce4cc2d763d34c8b476a92505d99e533 libsoup-2.68.2.tar.xz" |