summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Laskar2021-10-11 08:24:52 +0200
committerGabriel Laskar2021-10-11 08:24:52 +0200
commit2a006a6b81f7ff8ea72c677c92d09c3fe3ae7949 (patch)
tree78303537392086d54f42f395a3686b90fd9030b5 /PKGBUILD
parent41cf053ecfb1e0e4f4605bbeef6470895b224763 (diff)
downloadaur-2a006a6b81f7ff8ea72c677c92d09c3fe3ae7949.tar.gz
update to oksh 7.0
Signed-off-by: Gabriel Laskar <gabriel.laskar@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf82a65d9b4c..c830f1d4fd59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Gabriel Laskar <gabriel at lse dot epita dot fr>
pkgname=oksh
-pkgver=6.9
+pkgver=7.0
pkgrel=1
url='https://github.com/ibara/oksh/'
pkgdesc='Ported version of ksh from OpenBSD'
@@ -8,7 +8,7 @@ license=('custom: Public Domain' 'ISC' 'BSD')
depends=('glibc' 'ncurses')
arch=('i686' 'x86_64')
source=(https://github.com/ibara/oksh/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('c08d97b2ac9ee5d88e9e508d27c75502b2d06c20d4c5ab87b496cb3b9951bd35')
+sha256sums=('21d5891f38ffea3a5d1aa8c494f0a5579c93778535e0a92275b102dec3221da1')
backup=(etc/ksh.kshrc)
install=oksh.install