summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2021-09-03 20:34:44 -0400
committerAndrew O'Neill2021-09-03 20:34:44 -0400
commit11c311bb1d6067944bee7de5b1dad568437fd54c (patch)
tree0a4a8e17172413ff2ee34c0f19fb08fd83734a09 /PKGBUILD
parent6cce59fe2568d7f146b421acb08b05bdf9285603 (diff)
downloadaur-11c311bb1d6067944bee7de5b1dad568437fd54c.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 389fa973f83f..be87258f7256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=oci-cli
-pkgver=3.0.2
+pkgver=3.0.3
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=('91819d514315aed984c1c5ff3fde1413c9d4c62f9d5a5b2f35e0997114d9f1a1')
+sha256sums=('a185bad25e8e93ae2bd3db71deee8c3cf0b431b4471afc31da530ffa7ff54965')
prepare() {
cd "${pkgname}-${pkgver}"