diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-24 07:07:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-24 07:07:41 +0000 |
commit | 930f73d374d321e3f307968a3d9d42add9836e38 (patch) | |
tree | 94155c355a2e90d17f0e748e470595cc04b5fbbd /testing/rxvt-unicode | |
parent | 1e76f2d1a3e7e9cd162234c8b0f411d98dae993e (diff) | |
download | aports-930f73d374d321e3f307968a3d9d42add9836e38.tar.bz2 aports-930f73d374d321e3f307968a3d9d42add9836e38.tar.xz |
testing/rxvt-unicode: upgrade to 9.15
Diffstat (limited to 'testing/rxvt-unicode')
-rw-r--r-- | testing/rxvt-unicode/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rxvt-unicode/APKBUILD b/testing/rxvt-unicode/APKBUILD index f4a03602c..2f67a0d61 100644 --- a/testing/rxvt-unicode/APKBUILD +++ b/testing/rxvt-unicode/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Moritz Wilhelmy # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=rxvt-unicode -pkgver=9.11 +pkgver=9.15 pkgrel=0 pkgdesc='rxvt fork with improved unicode support' arch=all @@ -39,4 +39,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="1bed5bfeed026e0bfafa0e9e4f62aa37 rxvt-unicode-9.11.tar.bz2" +md5sums="15595aa326167ac5eb68c28d95432faf rxvt-unicode-9.15.tar.bz2" |