summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamana Kumar2024-01-27 00:21:37 +0000
committerRamana Kumar2024-01-27 00:21:37 +0000
commitd69c22b6bb677e2b104563bb964e87e4e339aff6 (patch)
tree6538af55cd8b5a87da1456ba572988408c59885e
parent822025cd42b62a086af1c899bca573ce72cdd727 (diff)
downloadaur-d69c22b6bb677e2b104563bb964e87e4e339aff6.tar.gz
v4.6.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 232692ff360d..05fce37314b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
- pkgver = 4.5.0
+ pkgver = 4.6.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.5.0/lighthouse-v4.5.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = 754e179152b06f65bb24f4a32d8ce0892d33032aa42a9cbf79c8e5386f19242b
- source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v4.5.0/lighthouse-v4.5.0-aarch64-unknown-linux-gnu.tar.gz
- sha256sums_aarch64 = 49ccee10460cf4e58b710ea7dbbb84aa3cbfba8e8a8f98bff6a8496dcc2a6f6a
+ source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v4.6.0/lighthouse-v4.6.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums_x86_64 = 08b32d369b6190fb5570df107c5e17565298087a95e28a9ceaf74388ff92c2b4
+ source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v4.6.0/lighthouse-v4.6.0-aarch64-unknown-linux-gnu.tar.gz
+ sha256sums_aarch64 = 94cd3e5fcd7946d2d45ab51fa62341b312dd83de22fe80fd6812812e6c0ddbc8
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index b779404e7e1d..3a83867343b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=4.5.0
-_pkgver=4.5.0
+pkgver=4.6.0
+_pkgver=4.6.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=('754e179152b06f65bb24f4a32d8ce0892d33032aa42a9cbf79c8e5386f19242b')
-sha256sums_aarch64=('49ccee10460cf4e58b710ea7dbbb84aa3cbfba8e8a8f98bff6a8496dcc2a6f6a')
+sha256sums_x86_64=('08b32d369b6190fb5570df107c5e17565298087a95e28a9ceaf74388ff92c2b4')
+sha256sums_aarch64=('94cd3e5fcd7946d2d45ab51fa62341b312dd83de22fe80fd6812812e6c0ddbc8')
package() {