diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-11 19:12:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-11 19:12:42 +0000 |
commit | 2e6f1c3f07a06700ca1f8ab9fab63b3334ed18ae (patch) | |
tree | 6acefdb00724148c8cb380d817d963a88bd8d17f /x11/webkit/APKBUILD | |
parent | fda9a6b61d10c26b4d5b0497900dd02e4008b1e5 (diff) | |
download | aports-2e6f1c3f07a06700ca1f8ab9fab63b3334ed18ae.tar.bz2 aports-2e6f1c3f07a06700ca1f8ab9fab63b3334ed18ae.tar.xz |
x11/webkit: upgrade to 1.1.15.4
Diffstat (limited to 'x11/webkit/APKBUILD')
-rw-r--r-- | x11/webkit/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/webkit/APKBUILD b/x11/webkit/APKBUILD index 42c3dba47..4254b912b 100644 --- a/x11/webkit/APKBUILD +++ b/x11/webkit/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=webkit -pkgver=1.1.15.3 +pkgver=1.1.15.4 pkgrel=0 pkgdesc="portable web rendering engine WebKit for GTK+" url="http://webkitgtk.org/" @@ -42,4 +42,4 @@ gtklauncher() { "$subpkgdir"/usr/bin/GtkLauncher } -md5sums="18736af3c751eb078fa3f4a7393cc864 webkit-1.1.15.3.tar.gz" +md5sums="47301fb7120421ac38bf714db8f5d428 webkit-1.1.15.4.tar.gz" |