Skip to content

Instantly share code, notes, and snippets.

@nphyx
Created August 21, 2021 08:02
Show Gist options
  • Save nphyx/c911598aa1aa4071c34b9fe5c959d763 to your computer and use it in GitHub Desktop.
Save nphyx/c911598aa1aa4071c34b9fe5c959d763 to your computer and use it in GitHub Desktop.
AU lbry-app-bin 0.51.1 > 0.51.2
commit fdf95587884d38743234a4ff227ac608cb40e5e8
Author: Justen Robertson <justen@justen.us>
Date: Sat Aug 21 00:56:56 2021 -0700
[UPDATE] 0.51.2
diff --git a/PKGBUILD b/PKGBUILD
index 8784e1f..6a09041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Release Code Name: Pausch
pkgname=lbry-app-bin
-pkgver=0.51.1
+pkgver=0.51.2
pkgrel=1
pkgdesc='The LBRY app built using electron'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
provides=('lbry' 'lbrynet')
depends=('libnotify' 'libappindicator-gtk2' 'libxtst' 'nss' 'libsecret')
source=("https://github.com/lbryio/lbry-desktop/releases/download/v$pkgver/LBRY_$pkgver.deb")
-sha512sums=('6e34cb092378c8b70d3b4856191e2b3963699c8ccb92d32112745af00a8683bcc59c87bb37147cf02544e1eb2a7f81d456729d2c16e0c5b6a3083ddbeba378b9')
+sha512sums=('da01e022402a141caa7d627afeac52698a5b5407de9d2fc9fadc4bb82e599c8a153e7c4444f1ef22ea8bd81624aa67688cd131a1584bb90d3dcd352534158b61')
package() {
install -dm 755 "$pkgdir/usr/bin/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment