diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 00:23:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 08:38:04 +0700 |
commit | 8fd37bdb964a51fbdafe50006b636a9f97807a42 (patch) | |
tree | 2bf867c781420c7b5ac52a37f11b871a7061b855 /system/oracle-instantclient-devel/oracle-instantclient-devel.SlackBuild | |
parent | f80c20f119961667042ccea69e826b6d3dad080f (diff) | |
download | slackbuilds-8fd37bdb964a51fbdafe50006b636a9f97807a42.tar.gz |
system/oracle-instantclient-devel: Updated for version 21.5.0.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/oracle-instantclient-devel/oracle-instantclient-devel.SlackBuild')
-rw-r--r-- | system/oracle-instantclient-devel/oracle-instantclient-devel.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/system/oracle-instantclient-devel/oracle-instantclient-devel.SlackBuild b/system/oracle-instantclient-devel/oracle-instantclient-devel.SlackBuild index 589ab6c4bf..8ab3ce26c0 100644 --- a/system/oracle-instantclient-devel/oracle-instantclient-devel.SlackBuild +++ b/system/oracle-instantclient-devel/oracle-instantclient-devel.SlackBuild @@ -25,12 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=oracle-instantclient-devel -VERSION=${VERSION:-12.1.0.2.0} +VERSION=${VERSION:-21.5.0.0.0} RELEASE=${RELEASE:-1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -ORAVER="12.1" +ORAVER="21" if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -60,9 +60,7 @@ else fi # recreating the name of the RPM -RPMNAM="$(echo ${PRGNAM} | cut -d '-' -f 1-2)\ -${ORAVER}-$(echo ${PRGNAM} | cut -d '-' -f 3)\ --$VERSION-$RELEASE.$ARCH.rpm" +RPMNAM="$PRGNAM-$VERSION-$RELEASE.$ARCH.rpm" set -e |