summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2021-11-01 22:34:27 -0400
committerAndrew O'Neill2021-11-01 22:34:27 -0400
commitd0774b9c97853a6336c3019e6c501ff933d8fe9e (patch)
treeb4a262f09d3dbcc1a1f440621b906d872f75ffbd /PKGBUILD
parentaf979a3e4e0583c9dc13a90c31fea8656fc9df29 (diff)
downloadaur-d0774b9c97853a6336c3019e6c501ff933d8fe9e.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 83cbf9a5bc47..54d15f206b7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=oci-cli
-pkgver=3.1.1
+pkgver=3.2.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-git: Used by the database service')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('97e1c89784300e4503568a00f5989e1dc5151f86e21b18cede52e36c7aa7b1f2')
+sha256sums=('06546feeb2e1569d6da3fba45b78121a593691e865a85357e81baef463757f8b')
prepare() {
cd "${pkgname}-${pkgver}"