diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-05 12:16:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-05 12:16:29 +0000 |
commit | b663c88755fd0fe12e64e9562ffecc7d5fd119bb (patch) | |
tree | f38c1377fb4a928fd62c68930f9757445c40e1e0 /community | |
parent | 59302575be2229affae021d68c64969117fba981 (diff) | |
download | aports-b663c88755fd0fe12e64e9562ffecc7d5fd119bb.tar.bz2 aports-b663c88755fd0fe12e64e9562ffecc7d5fd119bb.tar.xz |
community/webkit2gtk: upgrade to 2.12.5
Diffstat (limited to 'community')
-rw-r--r-- | community/webkit2gtk/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/webkit2gtk/APKBUILD b/community/webkit2gtk/APKBUILD index 7a8e4da658..c4d30383fe 100644 --- a/community/webkit2gtk/APKBUILD +++ b/community/webkit2gtk/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jiri Horner <laeqten@gmail.com> # Maintainer: Jiri Horner <laeqten@gmail.com> pkgname=webkit2gtk -pkgver=2.12.3 +pkgver=2.12.5 pkgrel=0 pkgdesc="portable web rendering engine WebKit for GTK+" url="http://webkitgtk.org/" @@ -84,9 +84,9 @@ package() { paxmark -m "$pkgdir"/usr/lib/webkit2gtk-4.0/WebKitWebProcess || return 1 } -md5sums="aebb4029c09dd81664aa830e4a584c85 webkitgtk-2.12.3.tar.xz +md5sums="7a9ea00ec195488db90fdeb2d174ddaf webkitgtk-2.12.5.tar.xz 4e74c88f7e9522c6a573f9d588da9bc4 musl-fixes.patch" -sha256sums="173cbb9a2eca23eee52e99965483ab25aa9c0569ef5b57041fc0c129cc26c307 webkitgtk-2.12.3.tar.xz +sha256sums="6b147854b864a5f115fadb97b2b6200b2f696db015216a34e7298d11c88b1c40 webkitgtk-2.12.5.tar.xz 5cc1b9790056b4430b8a7b357f376ddcae43e38ab228d6a259c0abdc7ab4b892 musl-fixes.patch" -sha512sums="d1a93c215cd5f2eb4d708b5a3898616d7851c57ccef473864eb5dd556909762a456e180ebe50c793959148490a80b3fe7f21fded7479b406922201ce44acf226 webkitgtk-2.12.3.tar.xz +sha512sums="ec98e862c2b8799dead6ff3da8299696f6f68675c42e166ca982a83e804cce14d99196f6a14af574cb0b10166fe353dda3f347a734949efa36592f78c4b07a38 webkitgtk-2.12.5.tar.xz 95f88563cb83387e3f44781dd8b00c5adf53e352869ca1d217c6cfc0895e9b7680e24820b8df340316564dcbc4cb65eb502fb003089b4805b9ac9f583f454013 musl-fixes.patch" |