summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d53cb1039b6c..a78fbead889f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew O'Neill <andrew at haunted dot sh>
pkgname=oci-cli
-pkgver=3.36.1
+pkgver=3.36.2
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=('4f66af96a5aee5ed21e4cf5a65944a6a609fd7210c4087bc4723989bd851de64')
+sha256sums=('61c3fd5d6512a683600a43e9fae6a164a2ea14b49762471627cabb67d4f81b5a')
prepare() {
cd "${pkgname}-${pkgver}"