summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Samuel Young <samyoung12788@gmail.com>2023-08-04 19:56:02 +0900
committer Andrew Clemons <andrew.clemons@gmail.com>2023-08-04 22:14:45 +0900
commit45beb7b575f4851315d44c2e3d925339bed47f93 (patch)
tree00c08f2584ff49eaf57a49ca6b56075f0582f49c
parent6cf79f20b78baf3a6fc7c63ee39e67ca0117062d (diff)
downloadslackbuilds-45beb7b575f4851315d44c2e3d925339bed47f93.tar.gz
slackbuilds-45beb7b575f4851315d44c2e3d925339bed47f93.tar.xz
system/oksh: Updated for version 7.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--system/oksh/oksh.SlackBuild10
-rw-r--r--system/oksh/oksh.info10
2 files changed, 7 insertions, 13 deletions
diff --git a/system/oksh/oksh.SlackBuild b/system/oksh/oksh.SlackBuild
index 9c68fa99d5..845ea6ef89 100644
--- a/system/oksh/oksh.SlackBuild
+++ b/system/oksh/oksh.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for oksh
# Copyright 2019-2020 Hunter Sezen California, USA
+# Copyright 2023 Samuel Young, MO, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=oksh
-VERSION=${VERSION:-6.8.1}
+VERSION=${VERSION:-7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -52,16 +50,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
fi
set -eu
diff --git a/system/oksh/oksh.info b/system/oksh/oksh.info
index ca37cc9ba1..98c47b99fa 100644
--- a/system/oksh/oksh.info
+++ b/system/oksh/oksh.info
@@ -1,10 +1,10 @@
PRGNAM="oksh"
-VERSION="6.8.1"
+VERSION="7.3"
HOMEPAGE="https://github.com/ibara/oksh"
-DOWNLOAD="https://github.com/ibara/oksh/releases/download/oksh-6.8.1/oksh-6.8.1.tar.gz"
-MD5SUM="ce8b7c278e6d36bbbd7b54c218fae7ba"
+DOWNLOAD="https://github.com/ibara/oksh/releases/download/oksh-7.3/oksh-7.3.tar.gz"
+MD5SUM="96c235d50fa076104444491aae504f73"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Hunter Sezen"
-EMAIL="orbea@riseup.net"
+MAINTAINER="Samuel Young"
+EMAIL="samyoung12788@gmail.com"