summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2021-09-15 09:57:51 +0300
committergardenapple2021-09-15 09:57:51 +0300
commitcc3ff6b89ea58a57f8220d11898cc452f7be4ec6 (patch)
tree1c4cd6ee22d8ccfcb38b6dcba32620a9b3ffe197
parent0478360c0f72e83cc375239456377fdc6259b3e5 (diff)
downloadaur-cc3ff6b89ea58a57f8220d11898cc452f7be4ec6.tar.gz
v0.103.0 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44e47b0851c0..9ce81e7f8fd3 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.102.0
+ pkgver = 0.103.0
pkgrel = 1
url = https://lbry.tech/
arch = x86_64
license = MIT
- provides = lbrynet=0.102.0
+ provides = lbrynet=0.103.0
conflicts = lbrynet
conflicts = lbry-app-bin>=0.47.1
conflicts = lbry-app-bin<0.47.2-2
- source = lbrynet-linux-0.102.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.102.0/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.102.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.102.0/LICENSE
- b2sums = 100fb95ed119909743d4d593a0e2d6315a0066b5445b475088387d651031be82d7411787b3f1fad6d1322b9b7069f464497518ef095c75d7a579ca11c074d357
+ 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
b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index fffa0bc786ed..b3953eeb5e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yurii <yu hrysh at posteo dot net>
pkgname=lbrynet-bin
-pkgver=0.102.0
+pkgver=0.103.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=('100fb95ed119909743d4d593a0e2d6315a0066b5445b475088387d651031be82d7411787b3f1fad6d1322b9b7069f464497518ef095c75d7a579ca11c074d357'
+b2sums=('068f4a50d57c2909d3fcd68073df5bf6b786cb0afe915c93f1ec4237373436fd52e4166be70a8673be56c2af0f44f0a986af4c07313035301550473b73e5a282'
'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')