summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2020-04-18 15:37:46 -0400
committeralgebro2020-04-18 15:37:46 -0400
commit415978ea4a9afbdc305f33133b3eb6e78df77e3c (patch)
tree6d92453e306e30fbf26878b60f90640183b76215
parent543aea099936c0de96072bdfefc34c2f6e0f9d1d (diff)
downloadaur-python-pyevmasm.tar.gz
Update to v0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5e5aa18def9..fafdf346a428 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.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/trailofbits/pyevmasm
arch = x86_64
license = Apache
depends = python
depends = python-future
- source = python-pyevmasm-0.2.2.tar.gz::https://github.com/trailofbits/pyevmasm/archive/0.2.2.tar.gz
- sha256sums = bb68241feeebea07fb7cccef35caf1fa932219587ed84ee6fb2fe035750da66d
+ source = python-pyevmasm-0.2.3.tar.gz::https://github.com/trailofbits/pyevmasm/archive/0.2.3.tar.gz
+ sha256sums = e05dc6f1691bfb9cac451fd59246f3f3f6c73b41fe07b97b5df1cadbe76b9789
pkgname = python-pyevmasm
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"