summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2022-04-05 20:50:39 -0400
committerAndrew O'Neill2022-04-05 20:50:39 -0400
commit54f0a3c21387b4c641f403195ff4a19bc161ff53 (patch)
tree43e775583f33c52eb0e846e0f595bdfe9d46bf2a
parent8653f51cc60f26aa294de4c04de14fccb18d0d72 (diff)
downloadaur-54f0a3c21387b4c641f403195ff4a19bc161ff53.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4483b3af2b60..4a41dc2bb127 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.62.0
+ pkgver = 2.62.1
pkgrel = 1
url = https://github.com/oracle/oci-python-sdk
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = python-oci
depends = python-cryptography
depends = python-pyopenssl
depends = python-pytz
- source = python-oci-2.62.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.62.0.tar.gz
- sha256sums = 06bfdf05fbf5a576b1a53f74dc7bf493824c048c501ffc4325a5a165bb14abb5
+ source = python-oci-2.62.1.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.62.1.tar.gz
+ sha256sums = 67ef35e3c1c18d2f819f3eeef6c69991d0f2edad606b338b9d7c99f7224e38ed
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 84af0e46c0df..23a95c7f68a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.62.0
+pkgver=2.62.1
pkgrel=1
pkgdesc='Python SDK for Oracle Cloud Infrastructure'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
depends=('python' 'python-dateutil' 'python-certifi' 'python-circuitbreaker' 'python-cryptography' 'python-pyopenssl' 'python-pytz')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('06bfdf05fbf5a576b1a53f74dc7bf493824c048c501ffc4325a5a165bb14abb5')
+sha256sums=('67ef35e3c1c18d2f819f3eeef6c69991d0f2edad606b338b9d7c99f7224e38ed')
prepare() {
cd "${_pyname}-${pkgver}"