diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index f6a40e46d..e79c45313 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -1,6 +1,6 @@ PORTNAME= go-ethereum DISTVERSIONPREFIX= v -DISTVERSION= 1.16.8 +DISTVERSION= 1.17.1 PORTREVISION= 2 CATEGORIES= net-p2p @@ -28,7 +28,7 @@ OPTIONS_DEFINE= DEVTOOLS OPTIONS_SUB= yes DEVTOOLS_DESC= Ethereum developer tools -DEVTOOLS_VARS= GO_TARGET="./cmd/geth ./cmd/abigen ./cmd/evm ./cmd/rlpdump ./cmd/clef" +DEVTOOLS_VARS= GO_TARGET="./cmd/geth ./cmd/abigen ./cmd/evm ./cmd/rlpdump ./cmd/clef ./cmd/ethkey ./cmd/blsync ./cmd/era" DEVTOOLS_VARS_OFF= GO_TARGET=./cmd/geth .include diff --git a/net-p2p/go-ethereum/distinfo b/net-p2p/go-ethereum/distinfo index db8c14551..93ad3f651 100644 --- a/net-p2p/go-ethereum/distinfo +++ b/net-p2p/go-ethereum/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1770233730 -SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.mod) = 1d074633a25a2488327fb9a629d35118e472d6d4fd7903a4ec25877ca403f0b1 -SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.mod) = 7139 -SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.zip) = aefb8134bf81b4332e5c3a82e81bd8a920adc4a786b91c91f85f25dd2a4c442a -SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.16.8/v1.16.8.zip) = 22906212 +TIMESTAMP = 1773569540 +SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.17.1/v1.17.1.mod) = a4fc2d9f3e8e35bed06359674e22b0254bbefccf5c64becd52ef456d98684adc +SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.17.1/v1.17.1.mod) = 7891 +SHA256 (go/net-p2p_go-ethereum/go-ethereum-v1.17.1/v1.17.1.zip) = a2b8dffbe8e3568c1ad68d06665cabcfbe7ac40e3ec5b3e5de06ac655dba3baa +SIZE (go/net-p2p_go-ethereum/go-ethereum-v1.17.1/v1.17.1.zip) = 23558531 diff --git a/net-p2p/go-ethereum/pkg-plist b/net-p2p/go-ethereum/pkg-plist index 2a0d45e37..b0d9faf54 100644 --- a/net-p2p/go-ethereum/pkg-plist +++ b/net-p2p/go-ethereum/pkg-plist @@ -3,3 +3,6 @@ bin/geth %%DEVTOOLS%%bin/evm %%DEVTOOLS%%bin/rlpdump %%DEVTOOLS%%bin/clef +%%DEVTOOLS%%bin/ethkey +%%DEVTOOLS%%bin/blsync +%%DEVTOOLS%%bin/era