summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2021-01-22 22:34:45 +0200
committergardenapple2021-01-22 22:34:45 +0200
commitacd722018814867a1fd952aa50e97a0d2547fe76 (patch)
tree7b15025ad9cade0aecff8ba4e66e47136b21f8cc
parentabc6684030a5514bec332d48724226a8ec754b98 (diff)
downloadaur-acd722018814867a1fd952aa50e97a0d2547fe76.tar.gz
v0.88.0 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb72a792f9b1..05f6f0791cbd 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.87.0
+ pkgver = 0.88.0
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.87.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.87.0/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.87.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.87.0/LICENSE
- b2sums = f57c16a2ebb6760d216a3d2f19736df88003886c171536e5c376e5126c48fc93d306a47c7bc663ecedc1f6941b192c938bd7163af61a3b3ea4462c438484c3c0
+ source = lbrynet-linux-0.88.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.88.0/lbrynet-linux.zip
+ source = lbrynet-LICENSE-0.88.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.88.0/LICENSE
+ b2sums = d6cdb38a5b43ae42daccd3678e8428213ea0a1095d7e6cb38eec6df5f64880970d9d9afd3122e88645a6a059e39e168b09a7d3886844798c80058db7f574def6
b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6c02b92c1283..59e28f60b4a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yurii <yu hrysh at posteo dot net>
pkgname=lbrynet-bin
-pkgver=0.87.0
+pkgver=0.88.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=('f57c16a2ebb6760d216a3d2f19736df88003886c171536e5c376e5126c48fc93d306a47c7bc663ecedc1f6941b192c938bd7163af61a3b3ea4462c438484c3c0'
+b2sums=('d6cdb38a5b43ae42daccd3678e8428213ea0a1095d7e6cb38eec6df5f64880970d9d9afd3122e88645a6a059e39e168b09a7d3886844798c80058db7f574def6'
'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')