summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2021-12-03 18:32:51 +0200
committergardenapple2021-12-03 18:32:51 +0200
commitae1e31fc4256a1b18c70f4e02d85e053fe01fdf2 (patch)
tree981581e884e0bd315a6ac63d0cb6a84537f4a2b1
parentb39261f6dc8b978e1f151dccb1999976e98ad878 (diff)
downloadaur-ae1e31fc4256a1b18c70f4e02d85e053fe01fdf2.tar.gz
v0.106.0 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13c055f4890d..80f31e125405 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.105.0
+ pkgver = 0.106.0
pkgrel = 1
url = https://lbry.tech/
arch = x86_64
license = MIT
- provides = lbrynet=0.105.0
+ provides = lbrynet=0.106.0
conflicts = lbrynet
conflicts = lbry-app-bin>=0.47.1
conflicts = lbry-app-bin<0.47.2-2
- source = lbrynet-linux-0.105.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.105.0/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.105.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.105.0/LICENSE
- b2sums = 0d0d8104e98d58f96860af8d1f7f287e4d2738f69da3f5305f63d27d884d36f65f4a195387b6a7106024b0e844532e3e904a534c94512fbadce26e97774f1ac1
+ 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
b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8c6cc9626129..8ecf641aa6af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yurii <yu hrysh at posteo dot net>
pkgname=lbrynet-bin
-pkgver=0.105.0
+pkgver=0.106.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=('0d0d8104e98d58f96860af8d1f7f287e4d2738f69da3f5305f63d27d884d36f65f4a195387b6a7106024b0e844532e3e904a534c94512fbadce26e97774f1ac1'
+b2sums=('f5621a2b867cee7644ef6968951b0724ee4d5b72172a0befacc457f9aca943e49a4f4bd8c4e2bc0f70509ef9afeb9bcf1ec66d817535bc52a3c1bf0500d424ec'
'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')