summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2022-07-07 19:29:22 -0400
committerAndrew O'Neill2022-07-07 19:29:22 -0400
commit4528c16b40d526388b85574b93791e5263d7f6c4 (patch)
tree6734f7d2026bedd57b7c4e17d06e27c1875f653c /PKGBUILD
parentc5eea52f3685b6324d5590fbfc1c9db18d6ddfdd (diff)
downloadaur-4528c16b40d526388b85574b93791e5263d7f6c4.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 e931e6c8adea..5237bd56a4f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.72.0
+pkgver=2.74.0
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=('f125ea5873a2f675507eb83662704e8a6c47f1205372b13203587f886b598c92')
+sha256sums=('64c7ab80b46607c04f4081bd20d7fb934bb1112f9227d34f94a20ed367cce146')
prepare() {
cd "${_pyname}-${pkgver}"