summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2021-03-01 19:41:42 +0200
committergardenapple2021-03-01 19:41:42 +0200
commit76618f94512db2d3c1d08709fb2949e54a27c053 (patch)
treef0fe5735e330be7f27a095d521174d9de7a01856
parent742732e6275e16891ee634e3e4ef4c9bb8bd29cd (diff)
downloadaur-76618f94512db2d3c1d08709fb2949e54a27c053.tar.gz
v0.90.1 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a3b72b5d082..7cb0476f8bd1 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.90.0
+ pkgver = 0.90.1
pkgrel = 1
url = https://lbry.tech/
arch = x86_64
license = MIT
- provides = lbrynet=0.90.0
+ provides = lbrynet=0.90.1
conflicts = lbrynet
conflicts = lbry-app-bin>=0.47.1
conflicts = lbry-app-bin<0.47.2-2
- source = lbrynet-linux-0.90.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.90.0/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.90.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.90.0/LICENSE
- b2sums = 073cf4251ddd1bcbc42b002aa20fded99d526df1304c6957e608a8a44e6580cb36acec8200a13f3697a3360b4cddf4a5ad757c03c4c72b7d10040cedf18dccbf
+ source = lbrynet-linux-0.90.1.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.90.1/lbrynet-linux.zip
+ source = lbrynet-LICENSE-0.90.1::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.90.1/LICENSE
+ b2sums = 86e5261a7e888888efe880202046a00fbb8d22c9eec2bcfe574ec7b8d03ea48b83afa03b34d9822ad29c10d3530d646be2e6b60267f9e881eeded1f63a1f0e3e
b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4348666356ac..839f71c349f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yurii <yu hrysh at posteo dot net>
pkgname=lbrynet-bin
-pkgver=0.90.0
+pkgver=0.90.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=('073cf4251ddd1bcbc42b002aa20fded99d526df1304c6957e608a8a44e6580cb36acec8200a13f3697a3360b4cddf4a5ad757c03c4c72b7d10040cedf18dccbf'
+b2sums=('86e5261a7e888888efe880202046a00fbb8d22c9eec2bcfe574ec7b8d03ea48b83afa03b34d9822ad29c10d3530d646be2e6b60267f9e881eeded1f63a1f0e3e'
'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')