hashworks pushed to branch main at Arch Linux / Packaging / Packages / go-ethereum
Commits: 93e15329 by Justin Kromlinger at 2025-02-25T16:26:03+01:00 upgpkg: 1.15.3-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.15.2 + pkgver = 1.15.3 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.15.2 + source = git+https://github.com/ethereum/go-ethereum.git#tag=v1.15.3 source = geth-user.service - sha256sums = e7731e95470830332eb797fc0d5f33b77b321053edb23ff6c39bbcda1692aaa6 + sha256sums = 81ad7ef8d08f47b858ac1bd06dc14dbef36885339fd059730aed37b5412a772b sha256sums = 806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645 pkgname = go-ethereum ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Justin Kromlinger <hashwo...@archlinux.org> pkgname=go-ethereum -pkgver=1.15.2 +pkgver=1.15.3 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=('e7731e95470830332eb797fc0d5f33b77b321053edb23ff6c39bbcda1692aaa6' +sha256sums=('81ad7ef8d08f47b858ac1bd06dc14dbef36885339fd059730aed37b5412a772b' '806ab43221f0c203e663a78afced694786a5adb033f06fab07d07904384d7645') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/go-ethereum/-/commit/93e1532948fc6210a1a711c41161f347e9c29b23 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/go-ethereum/-/commit/93e1532948fc6210a1a711c41161f347e9c29b23 You're receiving this email because of your account on gitlab.archlinux.org.