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 e8542c7356f1..15798e923880 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michał Sałaban <michal@salaban.info>
pkgname="python-cardano"
_projname="cardano-python"
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc='A comprehensive Python module for handling Cardano cryptocurrency and blockchain platform'
license=('BSD')
@@ -10,7 +10,7 @@ url='https://github.com/emesik/cardano-python'
makedepends=('python' 'python-distribute')
depends=('python' 'python-requests')
source=("https://github.com/emesik/${_projname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('434dc69a067df900d8c15b758d188ffe8056d2f162382071b303c2eeffedeb57')
+sha256sums=('3713777220632ac650e4cc6378e4a7e415dffba4d496f0c37b35000514ef19c1')
build() {
cd "${srcdir}/${_projname}-${pkgver}"