summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Laskar2020-11-09 23:57:31 +0100
committerGabriel Laskar2020-11-09 23:57:31 +0100
commitd0c0858688e5c1f283098dc5895ca3cb738dcdff (patch)
tree1fae3e7fe624ec63026b731e3a0725a2b8c90ffa
parent22e3ddd6b88bcb1c8e78d4ed86b28ccb562db996 (diff)
downloadaur-d0c0858688e5c1f283098dc5895ca3cb738dcdff.tar.gz
update upstream to 6.8
Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 109a72b2c745..f6dc5ad93d35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oksh
pkgdesc = Ported version of ksh from OpenBSD
- pkgver = 6.7
+ pkgver = 6.8
pkgrel = 1
url = https://github.com/ibara/oksh/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = oksh
license = GPL3
depends = glibc
depends = ncurses
- source = https://github.com/ibara/oksh/releases/download/oksh-6.7/oksh-6.7.tar.gz
- md5sums = bbfab4558db956f4a88d230440729b8d
+ source = https://github.com/ibara/oksh/releases/download/oksh-6.8/oksh-6.8.tar.gz
+ md5sums = c5c82087e177b61d7bc65ff42dea89ce
pkgname = oksh
diff --git a/PKGBUILD b/PKGBUILD
index 472fee4ef6c3..5269cc2401e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Gabriel Laskar <gabriel at lse dot epita dot fr>
pkgname=oksh
-pkgver=6.7
+pkgver=6.8
pkgrel=1
url="https://github.com/ibara/oksh/"
pkgdesc="Ported version of ksh from OpenBSD"
@@ -8,7 +8,7 @@ license=('GPL3')
depends=('glibc' 'ncurses')
arch=('i686' 'x86_64')
source=(https://github.com/ibara/oksh/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('bbfab4558db956f4a88d230440729b8d')
+md5sums=('c5c82087e177b61d7bc65ff42dea89ce')
build() {
cd "$srcdir/$pkgname-$pkgver"