summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamana Kumar2024-03-11 17:05:40 +0000
committerRamana Kumar2024-03-11 17:05:40 +0000
commit056da3ebc6390764168f8889f8c1112eb5dd9a7f (patch)
tree3776d6151deb6c8f433baec7e648a1e0aa157a62
parent88b8563a911cbcf0ced4da98da769713bf9b54c7 (diff)
downloadaur-056da3ebc6390764168f8889f8c1112eb5dd9a7f.tar.gz
v5.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d0be2aa5aab..9ffd93bd05fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 5.0.0
+ pkgver = 5.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/v5.0.0/lighthouse-v5.0.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = e9b0bfabbbab1a539a42e85c1897d44446c0f6219377dfb2fa5eedac9331923d
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v5.0.0/lighthouse-v5.0.0-aarch64-unknown-linux-gnu.tar.gz
- sha256sums_aarch64 = dbdadb979fe742b2bd37d79ac931bad43d11624bc7488558341c5c07dc64b67c
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v5.1.0/lighthouse-v5.1.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = c442aa71cfef0a1329e903379932a36d2b4b6bafea7c739cc3c03089648df5d2
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v5.1.0/lighthouse-v5.1.0-aarch64-unknown-linux-gnu.tar.gz
+ sha256sums_aarch64 = cb28d9b604f4817a9989730bd964575a1d775d0bcbc106019ab1e64941e611c6
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index e3f2be9540ef..22bdde1eea0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=5.0.0
-_pkgver=5.0.0
+pkgver=5.1.0
+_pkgver=5.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=('e9b0bfabbbab1a539a42e85c1897d44446c0f6219377dfb2fa5eedac9331923d')
-sha256sums_aarch64=('dbdadb979fe742b2bd37d79ac931bad43d11624bc7488558341c5c07dc64b67c')
+sha256sums_x86_64=('c442aa71cfef0a1329e903379932a36d2b4b6bafea7c739cc3c03089648df5d2')
+sha256sums_aarch64=('cb28d9b604f4817a9989730bd964575a1d775d0bcbc106019ab1e64941e611c6')
package() {