mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/oracle-instantclient-devel: Updated for version 21.5.0.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f80c20f119
commit
8fd37bdb96
2 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="oracle-instantclient-devel"
|
||||
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-devel-12.1.0.2.0-1.i386.rpm"
|
||||
MD5SUM="b909d555074ab3c31c6c5ff8beb889c9"
|
||||
DOWNLOAD_x86_64="http://download.oracle.com/otn/linux/instantclient/121020/oracle-instantclient12.1-devel-12.1.0.2.0-1.x86_64.rpm"
|
||||
MD5SUM_x86_64="ac5bf56bce1c1521e1ca1984c3374a93"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="http://download.oracle.com/otn/linux/instantclient/121020/oracle-instantclient12.1-devel-21.5.0.0.0-1.x86_64.rpm"
|
||||
MD5SUM_x86_64="d1a93dabc703eb08334d3de777e90354"
|
||||
REQUIRES="oracle-instantclient-basic"
|
||||
MAINTAINER="DhabyX"
|
||||
EMAIL="slack.dhabyx@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue