summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2023-04-15 10:34:27 +1000
committerJP-Ellis2023-04-15 10:34:27 +1000
commit9d10f4a7f8ff6558598dfa2dafabf8be5a882cf9 (patch)
treecb469d5ab892d22ff0975c4b7f35e437364d07a1
parenta05968e358a66e611fb3b987975f7c11070089fe (diff)
downloadaur-9d10f4a7f8ff6558598dfa2dafabf8be5a882cf9.tar.gz
v4.0.2.rc.0
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea2c86189c41..19f8571aac31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 4.0.1
+ pkgver = 4.0.2.rc.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.1/lighthouse-v4.0.1-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = 9a86ca2da97ddf2ccbc30f4e44f67cbe0c1f7d70fbfb82923ac1739dc72f13dd
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v4.0.1/lighthouse-v4.0.1-aarch64-unknown-linux-gnu.tar.gz
- sha256sums_aarch64 = 3381c7f1afd5f8554d248f595055cc01d217233e83cf78e374f974b2d67e0f05
+ 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
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index f554f0fc82e8..590abd2edd91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=4.0.1
+pkgver=4.0.2.rc.0
+_pkgver=4.0.2-rc.0
pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64' 'aarch64')
@@ -11,11 +12,11 @@ provides=('lighthouse')
conflicts=('lighthouse')
replaces=('lighthouse')
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")
+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=('9a86ca2da97ddf2ccbc30f4e44f67cbe0c1f7d70fbfb82923ac1739dc72f13dd')
-sha256sums_aarch64=('3381c7f1afd5f8554d248f595055cc01d217233e83cf78e374f974b2d67e0f05')
+sha256sums_x86_64=('af72f0260064551e05b3d17d39f526c10b93d461bd1f1daba67f00fd04e7313e')
+sha256sums_aarch64=('fdb135d2207fd5d3195f9642582097833f13a54a6fe22ffbbbac170f6b14d8a5')
package() {