summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06ce4985dbda..472fee4ef6c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Gabriel Laskar <gabriel at lse dot epita dot fr>
pkgname=oksh
-pkgver=6.6
+pkgver=6.7
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=('d583dfa0f9e4076714ec22a69f138cfd')
+md5sums=('bbfab4558db956f4a88d230440729b8d')
build() {
cd "$srcdir/$pkgname-$pkgver"