hashworks pushed to branch main at Arch Linux / Packaging / Packages /
go-ethereum
Commits:
1dcaef82 by Justin Kromlinger at 2026-02-03T08:29:59+01:00
upgpkg: 1.16.8-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = go-ethereum
pkgdesc = Official Go implementation of the Ethereum protocol
- pkgver = 1.16.7
+ pkgver = 1.16.8
pkgrel = 1
url = https://geth.ethereum.org/
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = go-ethereum
provides = geth
conflicts = geth
replaces = geth
- source = git+https://github.com/ethereum/go-ethereum.git#tag=v1.16.7
+ source = git+https://github.com/ethereum/go-ethereum.git#tag=v1.16.8
source = geth-user.service
- sha256sums =
659864a0274cef6357fe801cad56352f1af42e2cb90bccf93b5dfd46998a9b5b
+ sha256sums =
a4778f0cf013050c191e0a864c49d7018015660137b43d35f1dd7e9748be0e5e
sha256sums =
806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645
pkgname = go-ethereum
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=go-ethereum
-pkgver=1.16.7
+pkgver=1.16.8
pkgrel=1
pkgdesc='Official Go implementation of the Ethereum protocol'
arch=('x86_64')
@@ -14,7 +14,7 @@ conflicts=('geth')
replaces=('geth')
source=("git+https://github.com/ethereum/go-ethereum.git#tag=v${pkgver}"
'geth-user.service')
-sha256sums=('659864a0274cef6357fe801cad56352f1af42e2cb90bccf93b5dfd46998a9b5b'
+sha256sums=('a4778f0cf013050c191e0a864c49d7018015660137b43d35f1dd7e9748be0e5e'
'806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/go-ethereum/-/commit/1dcaef82f643c0813ee6918868cec59a213cd68c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/go-ethereum/-/commit/1dcaef82f643c0813ee6918868cec59a213cd68c
You're receiving this email because of your account on gitlab.archlinux.org.