diff options
author | Samuel Young <samyoung12788@gmail.com> | 2023-08-04 19:56:02 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-05 10:08:51 +0700 |
commit | f9c842e4a6d1fef0fcda214e4b7f2445980c2f7f (patch) | |
tree | df8cf41640e40937f23d094ebba8b1298efbb9ad /system/oksh | |
parent | 06265d5d718f8b7bac6765dff5cfb33ef3a4457b (diff) |
system/oksh: Updated for version 7.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/oksh')
-rw-r--r-- | system/oksh/oksh.SlackBuild | 10 | ||||
-rw-r--r-- | system/oksh/oksh.info | 10 |
2 files changed, 7 insertions, 13 deletions
diff --git a/system/oksh/oksh.SlackBuild b/system/oksh/oksh.SlackBuild index 9c68fa99d5bde..845ea6ef89ce1 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 ca37cc9ba1774..98c47b99fa9b3 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" |