summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2022-03-06 18:20:57 +0100
committer Willy Sudiarto Raharjo2022-03-07 02:38:04 +0100
commitf80c20f119961667042ccea69e826b6d3dad080f (patch)
treeb17677ca7805d4c7f2272263fb086e75a3ffb15a
parent62902c45437d8ee4801ed4fd9bac496cc7ba1f23 (diff)
downloadslackbuilds-f80c20f119961667042ccea69e826b6d3dad080f.tar.gz
system/oracle-instantclient-basic: Updated for version 21.5.0.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/oracle-instantclient-basic/oracle-instantclient-basic.SlackBuild10
-rw-r--r--system/oracle-instantclient-basic/oracle-instantclient-basic.info10
2 files changed, 9 insertions, 11 deletions
diff --git a/system/oracle-instantclient-basic/oracle-instantclient-basic.SlackBuild b/system/oracle-instantclient-basic/oracle-instantclient-basic.SlackBuild
index 53dfa636c7..9fc51a4858 100644
--- a/system/oracle-instantclient-basic/oracle-instantclient-basic.SlackBuild
+++ b/system/oracle-instantclient-basic/oracle-instantclient-basic.SlackBuild
@@ -25,12 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=oracle-instantclient-basic
-VERSION=${VERSION:-12.1.0.2.0}
+VERSION=${VERSION:-21.5.0.0.0}
+SRCVER=${SRCVER:-21.5.0.0.0-1}
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,10 +61,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
rm -rf $PKG
diff --git a/system/oracle-instantclient-basic/oracle-instantclient-basic.info b/system/oracle-instantclient-basic/oracle-instantclient-basic.info
index 6c2a048ea7..60b0693c99 100644
--- a/system/oracle-instantclient-basic/oracle-instantclient-basic.info
+++ b/system/oracle-instantclient-basic/oracle-instantclient-basic.info
@@ -1,10 +1,10 @@
PRGNAM="oracle-instantclient-basic"
-VERSION="12.1.0.2.0"
+VERSION="21.5.0.0.0"
HOMEPAGE="https://www.oracle.com/technetwork/database/features/instant-client/index-097480.html"
-DOWNLOAD="http://download.oracle.com/otn/linux/instantclient/121020/oracle-instantclient12.1-basic-12.1.0.2.0-1.i386.rpm"
-MD5SUM="8d20c7c681acd8c51e8444aa0e0d4ae7"
-DOWNLOAD_x86_64="http://download.oracle.com/otn/linux/instantclient/121020/oracle-instantclient12.1-basic-12.1.0.2.0-1.x86_64.rpm"
-MD5SUM_x86_64="2d711cf98c19bd4f291838b4a1ed7b6a"
+DOWNLOAD="UNSUPPORTED"
+MD5SUM=""
+DOWNLOAD_x86_64="http://download.oracle.com/otn/linux/instantclient/121020/oracle-instantclient12.1-basic-21.5.0.0.0-1.x86_64.rpm"
+MD5SUM_x86_64="9b20bfc250a5fa4890f7b2e67448c17d"
REQUIRES=""
MAINTAINER="DhabyX"
EMAIL="slack.dhabyx@gmail.com"