summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2021-10-03 12:46:27 -0400
committerAndrew O'Neill2021-10-03 12:46:27 -0400
commit833fa13ecec221a0b9e313463b02651e2dc745f3 (patch)
tree473c6b667014e4ce1e5daeac7d09374c4f3a9b34 /PKGBUILD
parent7af8174f68d91ed5314cb443d9f020562b815d47 (diff)
downloadaur-833fa13ecec221a0b9e313463b02651e2dc745f3.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 6a003323ebc8..79e63f18fbd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=oci-cli
-pkgver=3.0.5
+pkgver=3.1.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=('e0d7fdd31654a7ac0606a963c12719d7cdfcb8ce8aa672a3da152d3c352018da')
+sha256sums=('eb256e0887d6b64c0559c48bf5ac4d22d77bd7c9494d62221b9f0b31247fc88d')
prepare() {
cd "${pkgname}-${pkgver}"