summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2020-03-13 12:01:25 -0400
committeralgebro2020-03-13 12:01:25 -0400
commit543aea099936c0de96072bdfefc34c2f6e0f9d1d (patch)
tree01d46f856b6d138e28624ff229cee4edeb7881e0
parentee4689a7102765c526582d36f3b6292635c33fba (diff)
downloadaur-543aea099936c0de96072bdfefc34c2f6e0f9d1d.tar.gz
Update to 0.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2202ffefb1aa..c5e5aa18def9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pyevmasm
pkgdesc = Assembler and disassembler library for the Ethereum Virtual Machine (EVM)
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/trailofbits/pyevmasm
arch = x86_64
license = Apache
depends = python
depends = python-future
- source = python-pyevmasm-0.2.1.tar.gz::https://github.com/trailofbits/pyevmasm/archive/0.2.1.tar.gz
- sha256sums = 057bc4731fbc751e8658c5702746b55abb42f612dba315e1ade264c5999ce55d
+ source = python-pyevmasm-0.2.2.tar.gz::https://github.com/trailofbits/pyevmasm/archive/0.2.2.tar.gz
+ sha256sums = bb68241feeebea07fb7cccef35caf1fa932219587ed84ee6fb2fe035750da66d
pkgname = python-pyevmasm
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"