summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2022-08-16 22:11:33 -0400
committerAndrew O'Neill2022-08-16 22:11:33 -0400
commitc5cdb9fe57b1606d19817cedeeba96075c34be2e (patch)
tree100663e46c86ea8559bed552d6a4b9651d4123f2 /PKGBUILD
parent0fde31cc4342784830f7c86b82751df0080dfd01 (diff)
downloadaur-c5cdb9fe57b1606d19817cedeeba96075c34be2e.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84d06c3b51f4..058680d300ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=oci-cli
-pkgver=3.12.0
+pkgver=3.15.0
pkgrel=1
pkgdesc='Command line interface for Oracle Cloud Infrastructure'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('python' 'python-oci' 'python-arrow' 'python-certifi' 'python-click' 'p
makedepends=('python-setuptools')
optdepends=('python-cx_oracle: Used by the database service')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d9263513082a577b699ab92178fd76863aa9e97d770c3ef8252d37c3ef4ada27')
+sha256sums=('75992683b96da4b3c18e194b872cd37d4219c562880a1d3b27a9f401d11ad4f9')
prepare() {
cd "${pkgname}-${pkgver}"