summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2023-04-20 20:15:04 +1000
committerJP-Ellis2023-04-20 20:15:04 +1000
commitd95186186e7cbff5c287a6988b9f243b2b1a28f5 (patch)
tree19d18bb7377b3b14a5a618d067390c65f38d3628
parent9d10f4a7f8ff6558598dfa2dafabf8be5a882cf9 (diff)
downloadaur-d95186186e7cbff5c287a6988b9f243b2b1a28f5.tar.gz
v4.1.0
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19f8571aac31..1fded2323f43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 4.0.2.rc.0
+ pkgver = 4.1.0
pkgrel = 1
url = https://lighthouse.sigmaprime.io/
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = lighthouse-ethereum-bin
replaces = lighthouse
source = https://raw.githubusercontent.com/sigp/lighthouse/stable/LICENSE
sha256sums = 91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578
- source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v4.0.2-rc.0/lighthouse-v4.0.2-rc.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = af72f0260064551e05b3d17d39f526c10b93d461bd1f1daba67f00fd04e7313e
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v4.0.2-rc.0/lighthouse-v4.0.2-rc.0-aarch64-unknown-linux-gnu.tar.gz
- sha256sums_aarch64 = fdb135d2207fd5d3195f9642582097833f13a54a6fe22ffbbbac170f6b14d8a5
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v4.1.0/lighthouse-v4.1.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = be51bd518b5957a65cf06e10b83ab74ab42bcb04fa697ca9e4a82f9449cfb8e3
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v4.1.0/lighthouse-v4.1.0-aarch64-unknown-linux-gnu.tar.gz
+ sha256sums_aarch64 = 0dd539ac4c65a9500b417922b7cfc1d217e40d3571557f2e8cc88e0ef0f2f7fd
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 590abd2edd91..977f7934d9f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=4.0.2.rc.0
-_pkgver=4.0.2-rc.0
+pkgver=4.1.0
+_pkgver=4.1.0
pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64' 'aarch64')
@@ -15,8 +15,8 @@ source=("https://raw.githubusercontent.com/sigp/lighthouse/stable/LICENSE")
source_x86_64=("https://github.com/sigp/lighthouse/releases/download/v${_pkgver}/lighthouse-v${_pkgver}-x86_64-unknown-linux-gnu.tar.gz")
source_aarch64=("https://github.com/sigp/lighthouse/releases/download/v${_pkgver}/lighthouse-v${_pkgver}-aarch64-unknown-linux-gnu.tar.gz")
sha256sums=('91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578')
-sha256sums_x86_64=('af72f0260064551e05b3d17d39f526c10b93d461bd1f1daba67f00fd04e7313e')
-sha256sums_aarch64=('fdb135d2207fd5d3195f9642582097833f13a54a6fe22ffbbbac170f6b14d8a5')
+sha256sums_x86_64=('be51bd518b5957a65cf06e10b83ab74ab42bcb04fa697ca9e4a82f9449cfb8e3')
+sha256sums_aarch64=('0dd539ac4c65a9500b417922b7cfc1d217e40d3571557f2e8cc88e0ef0f2f7fd')
package() {