diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-08 20:48:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-08 20:48:03 +0000 |
commit | 1c4962df35c81c4c76b6c2b7e0f459dca77c47da (patch) | |
tree | 2e0341a3a27ce4b437376046bd7f4d05cbe75b16 /x11 | |
parent | 0b2149a1ec7b4881ed69cbc8206e3be153b28e39 (diff) | |
download | aports-1c4962df35c81c4c76b6c2b7e0f459dca77c47da.tar.bz2 aports-1c4962df35c81c4c76b6c2b7e0f459dca77c47da.tar.xz |
x11/midori: upgrade to 0.1.9
Diffstat (limited to 'x11')
-rw-r--r-- | x11/midori/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/midori/APKBUILD b/x11/midori/APKBUILD index df2ce9d704..e345494aa9 100644 --- a/x11/midori/APKBUILD +++ b/x11/midori/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=midori -pkgver=0.1.8 -pkgrel=1 +pkgver=0.1.9 +pkgrel=0 pkgdesc="A lightweight web browser based on Gtk WebKit" url="http://www.twotoasts.de/index.php?/pages/midori_summary.html" license="GPL" @@ -22,7 +22,7 @@ makedepends=" paxctl " install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall" -source="http://goodies.xfce.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2 +source="http://archive.xfce.org/src/apps/midori/0.1/$pkgname-$pkgver.tar.bz2 $install" build () @@ -42,7 +42,7 @@ build () # PAX does not like the JIT paxctl -c -m "$pkgdir"/usr/bin/midori } -md5sums="06935203b20e9794121a2c354fc9dea5 midori-0.1.8.tar.bz2 +md5sums="faf5295091f47372352840b84c422149 midori-0.1.9.tar.bz2 a373e86256d1cd179791e486d2862d44 midori.post-install a373e86256d1cd179791e486d2862d44 midori.post-upgrade e962d246f1861faf94b70b37b0d3ef66 midori.post-deinstall" |