summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2022-03-31 13:48:41 +0300
committergardenapple2022-03-31 13:48:41 +0300
commitb033542ef5c3c8c72f09367b60059d3af32924b5 (patch)
tree1c3a0e9e1816d41b5fa2c84028749bd19704f0bf
parentae1e31fc4256a1b18c70f4e02d85e053fe01fdf2 (diff)
downloadaur-b033542ef5c3c8c72f09367b60059d3af32924b5.tar.gz
v0.107.1 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80f31e125405..0c8ed5e655b7 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.106.0
+ pkgver = 0.107.1
pkgrel = 1
url = https://lbry.tech/
arch = x86_64
license = MIT
- provides = lbrynet=0.106.0
+ provides = lbrynet=0.107.1
conflicts = lbrynet
conflicts = lbry-app-bin>=0.47.1
conflicts = lbry-app-bin<0.47.2-2
- source = lbrynet-linux-0.106.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.106.0/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.106.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.106.0/LICENSE
- b2sums = f5621a2b867cee7644ef6968951b0724ee4d5b72172a0befacc457f9aca943e49a4f4bd8c4e2bc0f70509ef9afeb9bcf1ec66d817535bc52a3c1bf0500d424ec
+ source = lbrynet-linux-0.107.1.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.107.1/lbrynet-linux.zip
+ source = lbrynet-LICENSE-0.107.1::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.107.1/LICENSE
+ b2sums = bd2e1e561263204f66014c3fa724129582ee4a596ab31bfc77e162eee385e979945aa4a1b9f070502d425730058f1ca2728efc54ba33e4b7d50a0d792e4deb58
b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8ecf641aa6af..054fd3058cd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Yurii <yu hrysh at posteo dot net>
+# Maintainer: gardenapple <gardenapple at posteo.net>
pkgname=lbrynet-bin
-pkgver=0.106.0
+pkgver=0.107.1
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=('f5621a2b867cee7644ef6968951b0724ee4d5b72172a0befacc457f9aca943e49a4f4bd8c4e2bc0f70509ef9afeb9bcf1ec66d817535bc52a3c1bf0500d424ec'
+b2sums=('bd2e1e561263204f66014c3fa724129582ee4a596ab31bfc77e162eee385e979945aa4a1b9f070502d425730058f1ca2728efc54ba33e4b7d50a0d792e4deb58'
'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')