aboutsummaryrefslogtreecommitdiff
path: root/net/geth/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-05-12 15:14:50 -0700
committerRosen Penev <rosenp@gmail.com>2019-05-12 15:15:39 -0700
commit6d9cf2ad16f1a4766346612e24145afedbb014e1 (patch)
tree4a5e08919deabcfcd11b1c7f0633b3888f97e9f7 /net/geth/Makefile
parent7b062f478d8e245fd29f3d76e9984333426a25d2 (diff)
geth: Fix compilation under AArch64
Turns out this was not backported to the stable branch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/geth/Makefile')
-rw-r--r--net/geth/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/geth/Makefile b/net/geth/Makefile
index 8c0ba1dea..0bca8f56d 100644
--- a/net/geth/Makefile
+++ b/net/geth/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=go-ethereum
PKG_VERSION:=1.8.27
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/ethereum/go-ethereum/tar.gz/v${PKG_VERSION}?