summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP-Ellis2022-01-22 08:22:34 +1100
committerJP-Ellis2022-01-22 08:22:34 +1100
commitb45d7f01b3affdb6442c8c0bd02462bc412ca598 (patch)
treeaff6ea1acc995f2364166b502cd3c571f64b071e /PKGBUILD
parentc0ee646f3c1c9138ebbf43dada242d25a38bd43e (diff)
downloadaur-b45d7f01b3affdb6442c8c0bd02462bc412ca598.tar.gz
v2.1.0
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e25f49501502..22fcfcff5f45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lighthouse-ethereum-bin
_pkgname=lighthouse
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
pkgdesc='Ethereum 2.0 client'
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('lighthouse')
conflicts=('lighthouse')
replaces=('lighthouse')
source=("https://github.com/sigp/lighthouse/releases/download/v${pkgver}/lighthouse-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('6177783233fa1a63c674d07c161454b4ecbd5e1c4bc8a4ee51399828ff70f3a6')
+sha256sums=('76d89be10204c91b6d823051c551f87041aaaf08bb75aa581f2f6c5037f4fe90')
package() {
install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse"