summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2022-04-27 20:51:24 -0400
committerAndrew O'Neill2022-04-27 20:51:24 -0400
commit5879341a316b47840bd3046a8b46642f973e63d3 (patch)
tree04844fb7deffcb83c198f526d150f22f43967cbc /PKGBUILD
parent532de175c92e35d16ef3ceba64d0fed510839827 (diff)
downloadaur-5879341a316b47840bd3046a8b46642f973e63d3.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 d056356b69f0..f891555d931a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=oci-cli
-pkgver=3.7.3
+pkgver=3.8.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=('af6ef1d6da70e431235d88f1efde593d619bbaafce3424d97fe2ee8fcac7bcf2')
+sha256sums=('f0c6b7bdac42542c3226d07aa467e1d179004e0c01c2c34bb9762d1556627668')
prepare() {
cd "${pkgname}-${pkgver}"