diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-05 13:45:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-05 13:55:43 +0000 |
commit | 951d051d60fccbd7d4bf63550f2b903f261359f4 (patch) | |
tree | 8e4a79a1114046be85e03082b0876816888dc330 /main/webkit/APKBUILD | |
parent | 16d1833af538b69393fcd8723c91c11d5381ba44 (diff) | |
download | aports-951d051d60fccbd7d4bf63550f2b903f261359f4.tar.bz2 aports-951d051d60fccbd7d4bf63550f2b903f261359f4.tar.xz |
main/webkit: upgrade to 1.6.3
Diffstat (limited to 'main/webkit/APKBUILD')
-rw-r--r-- | main/webkit/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/webkit/APKBUILD b/main/webkit/APKBUILD index 34534e7c3..d2c83ce83 100644 --- a/main/webkit/APKBUILD +++ b/main/webkit/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=webkit -pkgver=1.6.1 -pkgrel=1 +pkgver=1.6.3 +pkgrel=0 pkgdesc="portable web rendering engine WebKit for GTK+" url="http://webkitgtk.org/" arch="all" @@ -18,7 +18,7 @@ makedepends=" " install= subpackages="$pkgname-dev gtklauncher $pkgname-lang" -source="http://webkitgtk.org/$pkgname-$pkgver.tar.gz +source="http://webkitgtk.org/$pkgname-$pkgver.tar.xz webkit-1.6.1-alt-fix-TEXTREL.patch " @@ -67,5 +67,5 @@ gtklauncher() { "$subpkgdir"/usr/bin/GtkLauncher } -md5sums="c11743694b1b71dad287b2e7a9e73b05 webkit-1.6.1.tar.gz +md5sums="c476d9335419df061510d31e21175df1 webkit-1.6.3.tar.xz 4e47996e3bb87ca27c0e49ce6a2abbc7 webkit-1.6.1-alt-fix-TEXTREL.patch" |