summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2022-07-13 19:16:01 -0400
committerAndrew O'Neill2022-07-13 19:16:01 -0400
commit1751424e4e9d5f6b79fb2047c25a288aaa43ac70 (patch)
tree7a9825451ea3df53f8e450bb7abc25653859230c /PKGBUILD
parent7b02317bd156f9b7cde0135d70ed8547908985f1 (diff)
downloadaur-1751424e4e9d5f6b79fb2047c25a288aaa43ac70.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 7cacb4b14a20..da0d7c3832c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=circuitbreaker
pkgname=python-${_pyname}
-pkgver=1.3.2
+pkgver=1.4.0
pkgrel=1
pkgdesc='Python implementation of the Circuit Breaker pattern'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools')
depends=('python')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('150b1cb0257111261feed3772653f4c3ab291db08a42154eea48518dc24165de')
+sha256sums=('30f24b32edf964ff2ea7c3c18959e2e3e08b6259b85ab442ea825e3f240323ab')
build() {
cd "${_pyname}-${pkgver}"