summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Laskar2024-01-09 23:52:37 +0100
committerGabriel Laskar2024-01-09 23:52:37 +0100
commitbfe1d5a152358597f5d29999df9fc88be1f4bac7 (patch)
tree701dbbbb55a896ea03f8436a5048a4b2802db48f
parentb6e2294b67b99a0af4651aa5913e18de14e7f445 (diff)
downloadaur-oksh.tar.gz
update to oksh 7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3470f4a57de8..c911b2f8125a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oksh
pkgdesc = Ported version of ksh from OpenBSD
- pkgver = 7.3
+ pkgver = 7.4
pkgrel = 1
url = https://github.com/ibara/oksh/
install = oksh.install
@@ -12,7 +12,7 @@ pkgbase = oksh
depends = glibc
depends = ncurses
backup = etc/ksh.kshrc
- source = https://github.com/ibara/oksh/releases/download/oksh-7.3/oksh-7.3.tar.gz
- sha256sums = 9f176ff6841435a55f27bfd3ebbfc951c8cca6fdf3638f0123f44617e3992f93
+ source = https://github.com/ibara/oksh/releases/download/oksh-7.4/oksh-7.4.tar.gz
+ sha256sums = be9a8d457bf373bd04618074c41b46f4edec2ba1c57a58be881d60eaa6628596
pkgname = oksh
diff --git a/PKGBUILD b/PKGBUILD
index 5b1bdcb989e0..0cd7212b591b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Gabriel Laskar <gabriel at lse dot epita dot fr>
pkgname=oksh
-pkgver=7.3
+pkgver=7.4
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=('9f176ff6841435a55f27bfd3ebbfc951c8cca6fdf3638f0123f44617e3992f93')
+sha256sums=('be9a8d457bf373bd04618074c41b46f4edec2ba1c57a58be881d60eaa6628596')
backup=(etc/ksh.kshrc)
install=oksh.install