summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e691ae0644e0..77e6e7665f4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at haunted dot sh>
pkgname=oci-cli
-pkgver=3.32.0
+pkgver=3.33.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=('789372295dbe4ee01233f5cd6cec1008a93564ec76c836a53145b10da5b9c0f1')
+sha256sums=('32fd19f6069f93f9511971f56fbcda3f0e85d3d529c1de9e6c0d82c889ef8dd8')
prepare() {
cd "${pkgname}-${pkgver}"