diff options
Diffstat (limited to 'community/loksh/APKBUILD')
-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 4410b1e175..e517ef284c 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.2 +pkgver=6.3 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="80bce68b4c553a32cfef609f03d3d36da97c56618c840dce13deb9dde8b592251f3ab0cb1b3ac55d1e3ee9b978602f1178cb0c54a4bd7847e15d80b7eac17f50 loksh-6.2.tar.gz" +sha512sums="414d25c10096485bd1bb6574d0f91526f452ee0102924398aff0b1451128e5bf3d5d7344bcc746f574ad1acdefd39a92ee59d0b86b05f0c149418302c4d2d3fb loksh-6.3.tar.gz" |