aboutsummaryrefslogtreecommitdiff
path: root/net/geth
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2021-02-14 10:30:59 +0100
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2021-02-14 10:31:08 +0100
commitf18ae690c89f2f661e5905ecf40e2724e58f5419 (patch)
tree927182f28514dc22696c799292725e04a87f5375 /net/geth
parenta639df8ae41aadc87a4c60a8451e16e78cc22759 (diff)
geth: update to version 1.9.25
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'net/geth')
-rw-r--r--net/geth/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/geth/Makefile b/net/geth/Makefile
index 50775303a..a17cad8ed 100644
--- a/net/geth/Makefile
+++ b/net/geth/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=go-ethereum
-PKG_VERSION:=1.9.22
-PKG_RELEASE:=2
+PKG_VERSION:=1.9.25
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/ethereum/go-ethereum/tar.gz/v${PKG_VERSION}?
-PKG_HASH:=cda67de8e76afaad28b8bb4d3e5a95d01f88f69ab2c25964bc8ee2d368794d8c
+PKG_HASH:=d7b733aeef4eba97f5351ba435001fa7365f55adabffdfdda909700335e98b0e
PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr>
PKG_LICENSE:=GPL-3.0-or-later LGPL-3.0-or-later