summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2019-09-07 18:51:01 -0400
committerAndrew O'Neill2019-09-07 18:51:01 -0400
commit8edf86cc346c2d13c8ac6a646a7501222300c01d (patch)
treec879f5a6f46ebd58a36676f697121447b6586ddf /PKGBUILD
parent48de67f69edfadfc28b8cdabe7420fbf88a38818 (diff)
downloadaur-8edf86cc346c2d13c8ac6a646a7501222300c01d.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index deb535d101ca..a83a1954bd94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=oci-cli
-pkgver=2.6.0
+pkgver=2.6.3
pkgrel=1
pkgdesc='Command line interface for Oracle Cloud Infrastructure'
arch=('x86_64')
@@ -12,8 +12,8 @@ makedepends=('python-setuptools')
optdepends=('python-cx_oracle-git: Used by the database service')
source=("${url}/archive/v${pkgver}.tar.gz"
"${pkgname}.patch")
-sha256sums=('bc7a962d741b4246e20751bcbf8e979ecafb694af43d87b29886eafbb39bccaf'
- '460e21461a6073cf15d53fc0f97eafe03310a5ef33e3694e614d5ce77c08aaf3')
+sha256sums=('957cca9f552f7f840ce85054dc859d902880453aed0a4a6ecf3dd67c1d52902c'
+ '571c8dd218d10563e62530176cca4720bcf3c9e9f4bc2f8a8e6c7bf05b53f64b')
prepare() {
cd "${pkgname}-${pkgver}"