summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Nielsen2019-04-26 11:37:02 +1000
committerAdam Nielsen2019-04-26 11:37:02 +1000
commit9192ca83c15dbc5e9ac69b9081341357bdf39f0f (patch)
tree2dc2fcee7522833b419426c72497e98e31d92a89
parente91b6e3ecf659559a6d296295e67d1fb06272770 (diff)
downloadaur-9192ca83c15dbc5e9ac69b9081341357bdf39f0f.tar.gz
Update to version 19.3.0.0.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 469b377c56f3..fd1c8ef5a39c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Fri Apr 26 00:51:15 UTC 2019
+# Fri Apr 26 01:36:50 UTC 2019
pkgbase = oracle-instantclient-tools
pkgdesc = Data Pump, SQL*Loader and Workload Replay Client for Oracle Instant Client
- pkgver = 18.5.0.0.0
+ pkgver = 19.3.0.0.0
pkgrel = 1
url = http://www.oracle.com/technetwork/database/features/instant-client/
arch = x86_64
license = custom:OTN
- depends = oracle-instantclient-basic=18.5.0.0.0
+ depends = oracle-instantclient-basic=19.3.0.0.0
replaces = instantclient-sqlplus
options = !strip
source = LICENSE
- source = manual://instantclient-tools-linux.x64-18.5.0.0.0dbru.zip
+ source = manual://instantclient-tools-linux.x64-19.3.0.0.0dbru.zip
md5sums = 2d62e22e4f2d7e6d220fafde0f692a7d
- md5sums = 86f11ba5e5baa627ba183b1d0604236f
+ md5sums = 3a6d1685c973f2477f1ac3c63408da0a
sha256sums = f904a30b07ddf7806a33620f93b94c3d315154d26a371ece48695bb3555064a2
- sha256sums = f82a1e592c0e9a7ac0c0d2befa9c1cdc50190338ba55f7d574ffcc19fb3de212
+ sha256sums = 53b77971e5cfb06e4c6af159811c1ce066eabeb461db05f0422cfc07325d29e0
pkgname = oracle-instantclient-tools
diff --git a/PKGBUILD b/PKGBUILD
index b7df23cf48cd..f1bb5e5fd01b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=instantclient-tools
pkgname=oracle-${_pkgname}
-pkgver=18.5.0.0.0
+pkgver=19.3.0.0.0
pkgrel=1
pkgdesc="Data Pump, SQL*Loader and Workload Replay Client for Oracle Instant Client"
arch=('x86_64')
@@ -23,9 +23,9 @@ DLAGENTS+=('manual::/usr/bin/false');
source=(LICENSE
"manual://${_pkgname}-linux.x64-${pkgver}dbru.zip")
md5sums=('2d62e22e4f2d7e6d220fafde0f692a7d'
- '86f11ba5e5baa627ba183b1d0604236f')
+ '3a6d1685c973f2477f1ac3c63408da0a')
sha256sums=('f904a30b07ddf7806a33620f93b94c3d315154d26a371ece48695bb3555064a2'
- 'f82a1e592c0e9a7ac0c0d2befa9c1cdc50190338ba55f7d574ffcc19fb3de212')
+ '53b77971e5cfb06e4c6af159811c1ce066eabeb461db05f0422cfc07325d29e0')
msg "Warning: This software cannot be downloaded automatically."
plain "You will need to sign up for an Oracle account and download the software from"
@@ -49,7 +49,7 @@ plain "[1]: http://www.oracle.com/technetwork/licenses/instant-client-lic-152016
plain ""
package() {
- cd "$srcdir/instantclient_18_5/"
+ cd "$srcdir/instantclient_19_3/"
install -d "$pkgdir/usr/bin"
install -d "$pkgdir/usr/lib"
install -d "$pkgdir/usr/share/doc/oracle"