summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2021-11-10 21:12:56 -0500
committerAndrew O'Neill2021-11-10 21:12:56 -0500
commit4ba428f884e28e3ee74a6f83e43757777cffc2d4 (patch)
treee312c8c8e438022495bed9db252c87529bdbf954 /PKGBUILD
parent3b5206623660ac83a48662141cb12932a9540ed8 (diff)
downloadaur-4ba428f884e28e3ee74a6f83e43757777cffc2d4.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 580e9120c29d..229bfef24d5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=oci-cli
-pkgver=3.2.2
+pkgver=3.3.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-git: Used by the database service')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('f08410c2f65c5673f774447e38a9f12b74bb85465018bf13c0c03c6068973614')
+sha256sums=('26d55549ebce644209049624ab809acdb1cc84f617f31a24b27def51120a6ede')
prepare() {
cd "${pkgname}-${pkgver}"