summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2020-12-09 16:26:53 +0200
committergardenapple2020-12-09 16:26:53 +0200
commit031bf83ba24b705777dbc545aebc9ac749e47377 (patch)
treefff4fb892ad3ab3b0ea877e286f32c4608a11da8
parent0c6ae8a945817bae55beae01576769e7d5095fb5 (diff)
downloadaur-031bf83ba24b705777dbc545aebc9ac749e47377.tar.gz
v0.86.1 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2a85b812ccf..2e79c17bed61 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.86.0
+ pkgver = 0.86.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.86.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.86.0/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.86.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.86.0/LICENSE
- b2sums = 9cae0b4dfedb5ddea573ea1f3af48f8a60ff2e6fe7d3ba027be3d2e201fda76d2d3737ac1478d733870148058cd3a1f9bb73d2ed4c5fd1c24945cb336ee6def7
+ source = lbrynet-linux-0.86.1.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.86.1/lbrynet-linux.zip
+ source = lbrynet-LICENSE-0.86.1::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.86.1/LICENSE
+ b2sums = afd95ca14793042e17fd2f09ec666fb3071df0394b8bf3455e687a5cf7bb058cc87711b4cdf40394781c722f29663feaa113f3101035968dc810edcf1208759e
b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index bcfecb533b9c..15f710c3a1df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yurii <yu hrysh at posteo dot net>
pkgname=lbrynet-bin
-pkgver=0.86.0
+pkgver=0.86.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=('9cae0b4dfedb5ddea573ea1f3af48f8a60ff2e6fe7d3ba027be3d2e201fda76d2d3737ac1478d733870148058cd3a1f9bb73d2ed4c5fd1c24945cb336ee6def7'
+b2sums=('afd95ca14793042e17fd2f09ec666fb3071df0394b8bf3455e687a5cf7bb058cc87711b4cdf40394781c722f29663feaa113f3101035968dc810edcf1208759e'
'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')