diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-08 21:40:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-17 15:01:24 +0000 |
commit | 254e406117218f4bbd7e95790a2d2084cc1bf872 (patch) | |
tree | 22d4a9cb260e506d52a9893e7d04c645e508e6b4 /testing/lshell/APKBUILD | |
parent | 578bfdb6f8a87581703e483725b1949d01eabb45 (diff) | |
download | aports-254e406117218f4bbd7e95790a2d2084cc1bf872.tar.bz2 aports-254e406117218f4bbd7e95790a2d2084cc1bf872.tar.xz |
testing/lshell: upgrade to 0.9.16
Diffstat (limited to 'testing/lshell/APKBUILD')
-rw-r--r-- | testing/lshell/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/lshell/APKBUILD b/testing/lshell/APKBUILD index d52c8d592f..6504225ad0 100644 --- a/testing/lshell/APKBUILD +++ b/testing/lshell/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=lshell -pkgver=0.9.15.1 +pkgver=0.9.16 pkgrel=0 pkgdesc="Python-based limited Shell" url="http://ghantoos.org/limited-shell-lshell" @@ -35,4 +35,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="0a6aca8d5f03b55289c1d3557c1bdc6d lshell-0.9.15.1.tar.gz" +md5sums="6630e2e2200fbe5d1376dcad26daf6be lshell-0.9.16.tar.gz" +sha256sums="22b28f22eb3445ed1514953c24e30bf3feaacc1225a19332f50245982537c35f lshell-0.9.16.tar.gz" +sha512sums="90dbcf3bee91bac017ea1e39e94564d3f40bce5439eb683777983821f64c773c14df0040e746f25d28da5822da61e2b39f9323f8d04fec7b93ca42ab87cefa68 lshell-0.9.16.tar.gz" |