summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralgebro2020-03-13 12:01:25 -0400
committeralgebro2020-03-13 12:01:25 -0400
commit543aea099936c0de96072bdfefc34c2f6e0f9d1d (patch)
tree01d46f856b6d138e28624ff229cee4edeb7881e0 /PKGBUILD
parentee4689a7102765c526582d36f3b6292635c33fba (diff)
downloadaur-543aea099936c0de96072bdfefc34c2f6e0f9d1d.tar.gz
Update to 0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4dcab0cd3980..c193982d9ef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pyevmasm
pkgname=python-$_pkgname
-pkgver=0.2.1
+pkgver=0.2.2
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=('057bc4731fbc751e8658c5702746b55abb42f612dba315e1ade264c5999ce55d')
+sha256sums=('bb68241feeebea07fb7cccef35caf1fa932219587ed84ee6fb2fe035750da66d')
build() {
cd "$srcdir/$_pkgname-$pkgver"