From 867ff5300d28df9315dcc69474b3c9e92e7a98eb Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 21 Oct 2019 06:41:52 -0300 Subject: community/loksh: upgrade to 6.6 --- community/loksh/APKBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'community/loksh/APKBUILD') diff --git a/community/loksh/APKBUILD b/community/loksh/APKBUILD index 771194ba2e..0798c88c63 100644 --- a/community/loksh/APKBUILD +++ b/community/loksh/APKBUILD @@ -1,21 +1,18 @@ # Contributor: Sören Tempel # Maintainer: Sören Tempel pkgname=loksh -pkgver=6.5 +pkgver=6.6 pkgrel=0 pkgdesc="A Linux port of OpenBSD's ksh" url="https://github.com/dimkr/$pkgname" arch="all" license="ISC" replaces="oksh" -depends="" -depends_dev="" makedepends="ncurses-dev" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall" options="!check" # upstream doesn't have a test suite subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/dimkr/$pkgname/archive/$pkgver.tar.gz" -builddir="$srcdir"/$pkgname-$pkgver +source="loksh-$pkgver.tar.gz::https://github.com/dimkr/loksh/archive/$pkgver.tar.gz" build() { make -C "$builddir" @@ -28,4 +25,4 @@ package() { -C "$builddir" install } -sha512sums="35eb7d8bc8e01787034981c6f8d3733419065548efc21c6d6dcafe4cbe1912ef8c1fe911f1ae9955900bfeb363604230470280944f6eae0628def711bb6f8d93 loksh-6.5.tar.gz" +sha512sums="7f5188b3f0af3167f1c5847043689a35f22d5075cee2ec4ce3ebd324a59233e89db1c864dc62a05ad036ddd541ee89c680fa82e22b85cd2c82ad32c5ebad51be loksh-6.6.tar.gz" -- cgit v1.2.3