summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2021-09-20 09:11:11 -0400
committeralgebro2021-09-20 09:11:11 -0400
commit93f0d80a930e3dc4cb48cd4cb273c35ba5aee246 (patch)
tree3d1398d98d8ff4d3d99c6b08afb0cc8dc3120283
parentcc86e646fd146dfb4a2c722aa29d951f8bdd20a8 (diff)
downloadaur-93f0d80a930e3dc4cb48cd4cb273c35ba5aee246.tar.gz
v0.3.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de584a3a5e67..324474ee1f88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-eth-hash
pkgdesc = The Ethereum hashing function, keccak256, sometimes (erroneously) called sha256 or sha3.
- pkgver = 0.2.0
+ pkgver = 0.3.2
pkgrel = 2
url = https://github.com/ethereum/eth-hash
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = python-eth-hash
depends = python
depends = python-pysha3
depends = python-pycryptodome
- source = python-eth-hash-0.2.0.tar.gz::https://github.com/ethereum/eth-hash/archive/v0.2.0.tar.gz
- sha256sums = 4f275118ae0f26c9f3f7c9fc4feee308a9d32d04fd23b6c8ba25329d0e3da219
+ source = python-eth-hash-0.3.2.tar.gz::https://github.com/ethereum/eth-hash/archive/v0.3.2.tar.gz
+ sha256sums = c3ea0bf417e0c227ad630e7a6905be85f26f92dcb5b48fd8f5584a3f77a08312
pkgname = python-eth-hash
-
diff --git a/PKGBUILD b/PKGBUILD
index 718170b47303..ef7bee0684cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: algebro <algebro at tuta dot io>
+# Maintainer: kewl
_pkgname=eth-hash
pkgname=python-$_pkgname
-pkgver=0.2.0
+pkgver=0.3.2
pkgrel=2
pkgdesc="The Ethereum hashing function, keccak256, sometimes (erroneously) called sha256 or sha3."
arch=('x86_64')
@@ -11,7 +12,7 @@ license=('MIT')
depends=('python' 'python-pysha3' 'python-pycryptodome')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ethereum/eth-hash/archive/v${pkgver}.tar.gz")
-sha256sums=('4f275118ae0f26c9f3f7c9fc4feee308a9d32d04fd23b6c8ba25329d0e3da219')
+sha256sums=('c3ea0bf417e0c227ad630e7a6905be85f26f92dcb5b48fd8f5584a3f77a08312')
build() {
cd "$srcdir/$_pkgname-$pkgver"