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 c193982d9ef7..d69ca25d42d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pyevmasm
pkgname=python-$_pkgname
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc="Assembler and disassembler library for the Ethereum Virtual Machine (EVM)"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/trailofbits/pyevmasm"
license=('Apache')
depends=('python' 'python-future')
source=("$pkgname-$pkgver.tar.gz::https://github.com/trailofbits/pyevmasm/archive/${pkgver}.tar.gz")
-sha256sums=('bb68241feeebea07fb7cccef35caf1fa932219587ed84ee6fb2fe035750da66d')
+sha256sums=('e05dc6f1691bfb9cac451fd59246f3f3f6c73b41fe07b97b5df1cadbe76b9789')
build() {
cd "$srcdir/$_pkgname-$pkgver"