summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-08-01 18:36:12 +1000
committerJP-Ellis2022-08-01 18:36:12 +1000
commita8967367e87dce4eca7fb21c33ea843681c2e294 (patch)
tree2abb14b5954be7c08fd9afecb41b04e9156c3d2f
parent57508b6467475531a0c99319e515952bcb9d2e33 (diff)
downloadaur-a8967367e87dce4eca7fb21c33ea843681c2e294.tar.gz
Fix checksum error
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf4e376978e4..62d8abcdc88e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lighthouse-ethereum-bin
pkgdesc = Ethereum 2.0 client
pkgver = 2.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://lighthouse.sigmaprime.io/
arch = x86_64
arch = aarch64
@@ -13,8 +13,8 @@ pkgbase = lighthouse-ethereum-bin
source = https://raw.githubusercontent.com/sigp/lighthouse/stable/LICENSE
sha256sums = 91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578
source_x86_64 = https://github.com/sigp/lighthouse/releases/download/v2.5.0/lighthouse-v2.5.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums_x86_64 = e65a4524215956ec4370376d9a88ccf2f17bf1d869d1752e9fffa117dfc40d21
+ sha256sums_x86_64 = cfe4d65d5d4845fefdd91cd314fd949d9bcc3de45a7eb0bdbe7c57ecfdea1c75
source_aarch64 = https://github.com/sigp/lighthouse/releases/download/v2.5.0/lighthouse-v2.5.0-aarch64-unknown-linux-gnu.tar.gz
- sha256sums_aarch64 = 3c423c2511a16574dc66ea93007b7eb3ec299b9303dcb5f4698f08c10c1399d8
+ sha256sums_aarch64 = 8acb11269f73d46998c992a67e8fb89ed7347038ea52c267949fb97df2e9f8dd
pkgname = lighthouse-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 441966a45413..34db63a08639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
pkgver=2.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Ethereum 2.0 client'
arch=('x86_64' 'aarch64')
url='https://lighthouse.sigmaprime.io/'
@@ -16,9 +16,6 @@ source_aarch64=("https://github.com/sigp/lighthouse/releases/download/v${pkgver}
sha256sums=('91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578')
sha256sums_x86_64=('cfe4d65d5d4845fefdd91cd314fd949d9bcc3de45a7eb0bdbe7c57ecfdea1c75')
sha256sums_aarch64=('8acb11269f73d46998c992a67e8fb89ed7347038ea52c267949fb97df2e9f8dd')
-sha256sums=('91d7b651aa6c6ffe6c36445f2652b49ff86134f6dc558a8bf35a8d407dfe2578')
-sha256sums_x86_64=('e65a4524215956ec4370376d9a88ccf2f17bf1d869d1752e9fffa117dfc40d21')
-sha256sums_aarch64=('3c423c2511a16574dc66ea93007b7eb3ec299b9303dcb5f4698f08c10c1399d8')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"