makedeb


lbrynet-bin 0.113.0-1


Implementation of the LBRY Network protocols, without the desktop app

Click here to go back to the commit logs for lbrynet-bin.

Commit:


Hash: 086b54d2814abd9297ac360b9c138522e776b1b1

Message: v0.84.0 release

Diff


diff --git a/.SRCINFO b/.SRCINFO
index cbd9393..58a9a79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = lbrynet-bin
 	pkgdesc = Implementation of the LBRY Network protocols, without the desktop app
-	pkgver = 0.83.0
+	pkgver = 0.84.0
 	pkgrel = 1
 	url = https://lbry.tech/
 	arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = lbrynet-bin
 	conflicts = lbrynet
 	conflicts = lbry-app-bin>=0.47.1
 	conflicts = lbry-app-bin<0.47.2-2
-	source = lbrynet-linux-0.83.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.83.0/lbrynet-linux.zip
-	source = lbrynet-LICENSE-0.83.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/master/LICENSE
-	b2sums = a5e226a75c7dacbc5583f9f347f50dd3795b58c8da010b475d2d8bfee13e3571ee6711b8f11f0a757e615bf0d47d75ca8367fc338547c2be7954d54aacff111a
+	source = lbrynet-linux-0.84.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.84.0/lbrynet-linux.zip
+	source = lbrynet-LICENSE-0.84.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.84.0/LICENSE
+	b2sums = 884b8119de5a97ac24db212057f4c162093d8f65ac06a1a85f6c9beb6ea22d10ce3c23a7681eab8adca2b2e22724b624d1bce739d77e60faafebb9e1001aef8e
 	b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
 
 pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4b2b08f..c8ffcc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Yurii <yu hrysh at posteo dot net>
 
 pkgname=lbrynet-bin
-pkgver=0.83.0
+pkgver=0.84.0
 pkgrel=1
 pkgdesc='Implementation of the LBRY Network protocols, without the desktop app'
 arch=('x86_64')
@@ -16,5 +16,5 @@ package() {
    install -Dm755 "${srcdir}/lbrynet" -t "${pkgdir}/usr/bin/"
    install -Dm644 "${srcdir}/lbrynet-LICENSE-$pkgver" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
 }
-b2sums=('a5e226a75c7dacbc5583f9f347f50dd3795b58c8da010b475d2d8bfee13e3571ee6711b8f11f0a757e615bf0d47d75ca8367fc338547c2be7954d54aacff111a'
+b2sums=('884b8119de5a97ac24db212057f4c162093d8f65ac06a1a85f6c9beb6ea22d10ce3c23a7681eab8adca2b2e22724b624d1bce739d77e60faafebb9e1001aef8e'
         'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')