diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/loksh/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/loksh/APKBUILD b/community/loksh/APKBUILD index ea52bbd57b..771194ba2e 100644 --- a/community/loksh/APKBUILD +++ b/community/loksh/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> pkgname=loksh -pkgver=6.4 +pkgver=6.5 pkgrel=0 pkgdesc="A Linux port of OpenBSD's ksh" url="https://github.com/dimkr/$pkgname" @@ -28,4 +28,4 @@ package() { -C "$builddir" install } -sha512sums="74cce1428346820331fb8bce8acf275077b05a3c46081bce5c35e8e0d47704446bb93ce3e457dbf2e379d5d9656844b78c736b1190b2fe39ee92717863adb86c loksh-6.4.tar.gz" +sha512sums="35eb7d8bc8e01787034981c6f8d3733419065548efc21c6d6dcafe4cbe1912ef8c1fe911f1ae9955900bfeb363604230470280944f6eae0628def711bb6f8d93 loksh-6.5.tar.gz" |