diff options
-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" |