diff options
author | Adam Nielsen | 2024-04-06 09:34:51 +1000 |
---|---|---|
committer | Adam Nielsen | 2024-04-06 09:34:51 +1000 |
commit | 30f3d2442ac304edd46d47875ce774a0c4c24696 (patch) | |
tree | 014d3361f06c0f2491d0b5406e8e26ed0a0abfaf /PKGBUILD | |
parent | b680eaad0c7fb8cf07ccfa6e102f39a7c919dd47 (diff) | |
download | aur-30f3d2442ac304edd46d47875ce774a0c4c24696.tar.gz |
Update to version 21.13.0.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,10 +6,10 @@ _pkgname=instantclient-tools pkgname=oracle-${_pkgname} -pkgver=21.11.0.0.0 +pkgver=21.13.0.0.0 _pkgver_vendor_suffix=dbru -_urlver=2111000 -_unzippath=instantclient_21_11 +_urlver=2113000 +_unzippath=instantclient_21_13 pkgrel=1 pkgdesc="Data Pump, SQL*Loader and Workload Replay Client for Oracle Instant Client" arch=('x86_64') @@ -20,8 +20,8 @@ replaces=('instantclient-sqlplus') options=(!strip) source=("https://download.oracle.com/otn_software/linux/instantclient/${_urlver}/${_pkgname}-linux.x64-${pkgver}${_pkgver_vendor_suffix}.zip") -md5sums=('4f7936e593db380829f70209dbb51595') -sha256sums=('b8066f097a3fa5921bcec81364c210bd2ab75031125fdbe2122f4443dd676eb0') +md5sums=('7dd8c74eeb529db848beb08466cd341d') +sha256sums=('5b9e4401580f7bd7fda777df12d5437d80af14cf3838ddd152badea68498fa1b') package() { cd "$srcdir/${_unzippath}/" |