summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2022-03-16 14:54:10 -0400
committerAndrew O'Neill2022-03-16 14:54:10 -0400
commita4d8f3a0164ddb01a0962b7263a545f950d2f81a (patch)
tree6566d77a3d9e7db46c1317d5cebd2fa9f54cf4a2 /PKGBUILD
parente8f79fe950da1449c92f5e2d3e2bc9d01b9f531f (diff)
downloadaur-a4d8f3a0164ddb01a0962b7263a545f950d2f81a.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 aac973eb4caf..a825157a3497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=oci-cli
-pkgver=3.5.3
+pkgver=3.6.1
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=('bdc27b562f587cd898e014bddb858f2db8463f8c79cadd1e832f095ae1969f3b')
+sha256sums=('22441803513b43306e3482116c01e1fa7703c5bbe8ec12c4fc7f0408fffa221a')
prepare() {
cd "${pkgname}-${pkgver}"