summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2021-02-06 23:53:29 -0500
committerAndrew O'Neill2021-02-06 23:53:29 -0500
commitdae971a414238ef38afd9937520e20eb709ca0dc (patch)
tree53a5abfeefbebe06b8d3337fe8aec2fad9e02d49 /PKGBUILD
parent9d2ec442e09115c960af119094002ab921fda5cb (diff)
downloadaur-dae971a414238ef38afd9937520e20eb709ca0dc.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 2ec053b9177b..cf43422a8258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.28.0
+pkgver=2.30.0
pkgrel=1
pkgdesc='Python SDK for Oracle Cloud Infrastructure'
arch=('x86_64')
@@ -12,8 +12,8 @@ depends=('python' 'python-dateutil' 'python-certifi' 'python-cryptography' 'pyth
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"${pkgname}.patch")
-sha256sums=('20f9d9a7fb465d5a5646db7b6c41f1313d808b94141627ad090aabd6797ec5a5'
- '4112aa35c274c66e3f99814a259eb13d1d1543f40b139a0734e7c846c656cf36')
+sha256sums=('0922380b4640a2416c7281859325033320346d3142fd635dbc43ffe49f1a2389'
+ 'bbfd89bdb5113c40a485c2960a324890aabb7d1af329a5b7ca20679f072e15ff')
prepare() {
cd "${_pyname}-${pkgver}"