summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62383350a687..903fbdcdbca1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ethabi
pkgdesc = Ethereum ABI tools
- pkgver = 4.1.0
+ pkgver = 7.0.0
pkgrel = 1
url = https://github.com/paritytech/ethabi
arch = x86_64
license = GPL3
makedepends = cargo
- source = https://github.com/paritytech/ethabi/archive/v4.1.0.tar.gz
- sha512sums = 19d4d06953181cff1fdba6269ec7f80aa235132457daab7e81bb9c8f684bafec3d0f2ad87eb68e8c52bf21637b0dde2296fbbf9f861a6adf45c9725e445b31e2
+ source = https://github.com/paritytech/ethabi/archive/v7.0.0.tar.gz
+ sha512sums = fbaafff554e1ea54bda52b50c27727fd4a4ebdc2024d8d5ca2e059ff545a18158ec883c2335c3b431c5334699f1dc4d6c0c6bab5222ffa6a95b0d2e778467d9a
pkgname = ethabi
diff --git a/PKGBUILD b/PKGBUILD
index b61e1e87dcfe..2b9bfcd838f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=ethabi
-pkgver=4.1.0
+pkgver=7.0.0
pkgrel=1
pkgdesc="Ethereum ABI tools"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/paritytech/ethabi"
license=(GPL3)
makedepends=(cargo)
source=(https://github.com/paritytech/ethabi/archive/v${pkgver}.tar.gz)
-sha512sums=('19d4d06953181cff1fdba6269ec7f80aa235132457daab7e81bb9c8f684bafec3d0f2ad87eb68e8c52bf21637b0dde2296fbbf9f861a6adf45c9725e445b31e2')
+sha512sums=('fbaafff554e1ea54bda52b50c27727fd4a4ebdc2024d8d5ca2e059ff545a18158ec883c2335c3b431c5334699f1dc4d6c0c6bab5222ffa6a95b0d2e778467d9a')
build() {