diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-08-07 08:28:08 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-08-07 08:28:08 +0200 |
commit | d03922e6cff1bbdf213244c94f09ce965ce49ec1 (patch) | |
tree | 81a5c6a7fa031337958b93247b378d31b73273ab /main | |
parent | 83a331f69304f37736fd00903b0137cbc1eadc47 (diff) | |
download | aports-d03922e6cff1bbdf213244c94f09ce965ce49ec1.tar.bz2 aports-d03922e6cff1bbdf213244c94f09ce965ce49ec1.tar.xz |
main/webkit: upgrade to 1.8.2
Diffstat (limited to 'main')
-rw-r--r-- | main/webkit/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/webkit/APKBUILD b/main/webkit/APKBUILD index 27bbbe69e1..c55ee9b1cb 100644 --- a/main/webkit/APKBUILD +++ b/main/webkit/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=webkit -pkgver=1.8.1 -pkgrel=1 +pkgver=1.8.2 +pkgrel=0 pkgdesc="portable web rendering engine WebKit for GTK+" url="http://webkitgtk.org/" arch="all" @@ -98,6 +98,6 @@ gtklauncher() { "$subpkgdir"/usr/bin/GtkLauncher } -md5sums="f2f01b1fdc7262a2eede81ebed0970b2 webkit-1.8.1.tar.xz +md5sums="f7bd0bd4f323039f15e19c82a9a8313c webkit-1.8.2.tar.xz de77a3e7e61753e7f1cce3f4bd00a3f6 webkit-gtk-1.7.90-parallel-make-hack.patch 8de7b9f904387a798e10ac4add61640c webkit-1.8-textrels.patch" |