diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-24 11:08:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-24 11:08:32 +0000 |
commit | ef46a096979e76bfe2692c6540f105a77335bfd2 (patch) | |
tree | bcdde6b3eec487fc7e19196895c39c1756490485 /x11 | |
parent | d8455879916b463aee0cf5d031c98e127240006d (diff) | |
download | aports-ef46a096979e76bfe2692c6540f105a77335bfd2.tar.bz2 aports-ef46a096979e76bfe2692c6540f105a77335bfd2.tar.xz |
x11/midori: upgrade to 0.2.1
Diffstat (limited to 'x11')
-rw-r--r-- | x11/midori/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/midori/APKBUILD b/x11/midori/APKBUILD index db8eea7a99..a4209a225a 100644 --- a/x11/midori/APKBUILD +++ b/x11/midori/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=midori -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=0 pkgdesc="A lightweight web browser based on Gtk WebKit" url="http://www.twotoasts.de/index.php?/pages/midori_summary.html" @@ -44,4 +44,4 @@ package() { # PAX does not like the JIT paxctl -c -m "$pkgdir"/usr/bin/midori } -md5sums="805e2e59a93a0a4b7652d6547b2bd923 midori-0.2.0.tar.bz2" +md5sums="3cee94c9a22316504a3ba99bc92e0245 midori-0.2.1.tar.bz2" |