aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-22 01:30:14 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-22 07:04:49 +0000
commita31de4e1036c37a8ed67b95c4f3ca1e89b50708b (patch)
tree002c178911e85e3a6921f2bd9865329f624bf86a
parent0b176adc128a839e20ff5059011ab0d60eb54bf5 (diff)
downloadalpine_aports-a31de4e1036c37a8ed67b95c4f3ca1e89b50708b.tar.bz2
alpine_aports-a31de4e1036c37a8ed67b95c4f3ca1e89b50708b.tar.xz
alpine_aports-a31de4e1036c37a8ed67b95c4f3ca1e89b50708b.zip
community/geth: upgrade to 1.9.14
-rw-r--r--community/geth/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD
index dd8b07f54f..c523cf5854 100644
--- a/community/geth/APKBUILD
+++ b/community/geth/APKBUILD
@@ -1,8 +1,8 @@
1# Contributor: André Klitzing <aklitzing@gmail.com> 1# Contributor: André Klitzing <aklitzing@gmail.com>
2# Maintainer: André Klitzing <aklitzing@gmail.com> 2# Maintainer: André Klitzing <aklitzing@gmail.com>
3pkgname=geth 3pkgname=geth
4pkgver=1.9.13 4pkgver=1.9.14
5pkgrel=1 5pkgrel=0
6pkgdesc="Official Go implementation of the Ethereum protocol" 6pkgdesc="Official Go implementation of the Ethereum protocol"
7url="https://geth.ethereum.org/" 7url="https://geth.ethereum.org/"
8arch="all !aarch64" # build fails 8arch="all !aarch64" # build fails
@@ -26,4 +26,4 @@ package() {
26 install -m755 -t "$pkgdir"/usr/bin build/bin/* 26 install -m755 -t "$pkgdir"/usr/bin build/bin/*
27} 27}
28 28
29sha512sums="774a2a12b383a51be814171839f9e8c60294fab3686317666986d5bfec476fdc120130388d8dcc5c2efe19ab16c6f8801450fd545dd07f89b22285843ace1da3 geth-1.9.13.tar.gz" 29sha512sums="4bf2ef40e9c4272b9b4f65e44dbb3b0ec1e9c40ee2dae28e7cbfe00a9c4f973335e179626194313e3b0e4caf7242dc8e77b63415bcbced3e8ecd5864b9ed0392 geth-1.9.14.tar.gz"