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: 7932499cb8bfcdb0d7704b0edbc034b9442a435c

Message: v0.104.0 release

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 9ce81e7..d7a8341 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
 pkgbase = lbrynet-bin
 	pkgdesc = Implementation of the LBRY Network protocols, without the desktop app
-	pkgver = 0.103.0
+	pkgver = 0.104.0
 	pkgrel = 1
 	url = https://lbry.tech/
 	arch = x86_64
 	license = MIT
-	provides = lbrynet=0.103.0
+	provides = lbrynet=0.104.0
 	conflicts = lbrynet
 	conflicts = lbry-app-bin>=0.47.1
 	conflicts = lbry-app-bin<0.47.2-2
-	source = lbrynet-linux-0.103.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.103.0/lbrynet-linux.zip
-	source = lbrynet-LICENSE-0.103.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.103.0/LICENSE
-	b2sums = 068f4a50d57c2909d3fcd68073df5bf6b786cb0afe915c93f1ec4237373436fd52e4166be70a8673be56c2af0f44f0a986af4c07313035301550473b73e5a282
+	source = lbrynet-linux-0.104.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.104.0/lbrynet-linux.zip
+	source = lbrynet-LICENSE-0.104.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.104.0/LICENSE
+	b2sums = 87ca36bb9a22aaf2655e5a8fa44ab81b9a273247f2462eaa4353c0d0e1d0264283d0f6da415990c336d51fca5fc8ebbdb6f6ab388608f1a0098819186c25bee3
 	b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
 
 pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index b3953ee..4477be2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Yurii <yu hrysh at posteo dot net>
 
 pkgname=lbrynet-bin
-pkgver=0.103.0
+pkgver=0.104.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=('068f4a50d57c2909d3fcd68073df5bf6b786cb0afe915c93f1ec4237373436fd52e4166be70a8673be56c2af0f44f0a986af4c07313035301550473b73e5a282'
+b2sums=('87ca36bb9a22aaf2655e5a8fa44ab81b9a273247f2462eaa4353c0d0e1d0264283d0f6da415990c336d51fca5fc8ebbdb6f6ab388608f1a0098819186c25bee3'
         'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')