diff options
author | JP-Ellis | 2022-01-25 21:20:37 +1100 |
---|---|---|
committer | JP-Ellis | 2022-01-25 21:20:37 +1100 |
commit | c17ee8e79e6a729804f89e89ac78eea0f17aaeec (patch) | |
tree | 2af3d4a3668e192f63c8ed926f31dc9b80285ec4 /PKGBUILD | |
parent | b45d7f01b3affdb6442c8c0bd02462bc412ca598 (diff) | |
download | aur-c17ee8e79e6a729804f89e89ac78eea0f17aaeec.tar.gz |
v2.1.1
Signed-off-by: JP-Ellis <josh@jpellis.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgname=lighthouse-ethereum-bin _pkgname=lighthouse -pkgver=2.1.0 +pkgver=2.1.1 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=('76d89be10204c91b6d823051c551f87041aaaf08bb75aa581f2f6c5037f4fe90') +sha256sums=('c9ca0811e78d8e931f278e3b9070374c4ffa9a5e2a96784ccb31f9ab84032ef9') package() { install -D -m755 "$srcdir/lighthouse" "$pkgdir/usr/bin/lighthouse" |