diff options
author | David Parrish | 2023-08-22 09:41:16 -0400 |
---|---|---|
committer | David Parrish | 2023-08-22 09:41:16 -0400 |
commit | 808d0f4194b85326c63a67cf45d4c947eb0a8fe4 (patch) | |
tree | 2431808e89a8057c7d336b878df7320d2aab5740 /PKGBUILD | |
parent | 20a8b09ddc96612a7afde8e379a46c0b0298e032 (diff) | |
download | aur-zap-desktop-appimage.tar.gz |
Add correct hash for 0.7.7-beta
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ pkgname="${_pkgname}"-appimage pkgver=0.7.7_beta # Actual version used by project _ver=${pkgver//_/-} -pkgrel=1 +pkgrel=2 pkgdesc="Lightning wallet focused on user experience and ease of use" arch=('x86_64') url="https://github.com/LN-Zap/zap-desktop" @@ -18,7 +18,7 @@ source_x86_64=("${pkgname}-${pkgver}.AppImage::https://github.com/LN-Zap/zap-des "https://raw.githubusercontent.com/LN-Zap/zap-desktop/v${_ver}/LICENSE" ) noextract=("${pkgname}-${pkgver}.AppImage") -sha256sums_x86_64=('b1b09fc9c4868f74b51ad7cf38d22408271b33f6f21424a0097f7696ecfdb3ee' +sha256sums_x86_64=('3ecc063bef1de5f1afb17272368b98d481a738a5dacb50088e6e3a4efe2457f7' 'c7779cd186930fa9bd4d900b2243b3302f01cd593ac19098bbeb123c8ebf9d72') prepare() { |