summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2020-11-22 20:24:42 +0200
committergardenapple2020-11-22 20:24:42 +0200
commitb35bd3957a378225b794d4981eda3283334ff176 (patch)
treeef53472af6396feb31a95b23649b23b477756774
parent775098ce61db498adbc7a0cee8641f040e38a1f4 (diff)
downloadaur-b35bd3957a378225b794d4981eda3283334ff176.tar.gz
v0.85.1 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47c93aebd8eb..f61fa2cc6ba0 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.85.0
+ pkgver = 0.85.1
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.85.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.85.0/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.85.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.85.0/LICENSE
- b2sums = 5761a1eb2541bca09371be5ffec656eb16665a2022c2503de3f0934ba229cde386469d8a249bd6a90f7fc036826e75e8670b067ad91de9ddd8c4ee9df826d8c8
+ source = lbrynet-linux-0.85.1.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.85.1/lbrynet-linux.zip
+ source = lbrynet-LICENSE-0.85.1::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.85.1/LICENSE
+ b2sums = d1e1ca283cb19aeb820f748afc1b68a764f68aec659b4d162cee01ada977a5dadcdd153b1c3d0967adf79da41e8d2140bd8577530f486d30621e16e8e25c6644
b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6c56da999639..e02d526e3084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yurii <yu hrysh at posteo dot net>
pkgname=lbrynet-bin
-pkgver=0.85.0
+pkgver=0.85.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=('5761a1eb2541bca09371be5ffec656eb16665a2022c2503de3f0934ba229cde386469d8a249bd6a90f7fc036826e75e8670b067ad91de9ddd8c4ee9df826d8c8'
+b2sums=('d1e1ca283cb19aeb820f748afc1b68a764f68aec659b4d162cee01ada977a5dadcdd153b1c3d0967adf79da41e8d2140bd8577530f486d30621e16e8e25c6644'
'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')