summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2021-03-31 09:04:20 +0300
committergardenapple2021-03-31 09:04:20 +0300
commita95ae8f87f77196335e9efbc85fb3ce3835603f0 (patch)
treec629e0edb97ac523bc102c945bff87a1c9f626c2
parent95c0b7ef1e7f239de5e38658260778ba1f6aa972 (diff)
downloadaur-a95ae8f87f77196335e9efbc85fb3ce3835603f0.tar.gz
v0.93.0 release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eaaadabf215..04c73c2c75a9 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.92.0
- pkgrel = 2
+ pkgver = 0.93.0
+ pkgrel = 1
url = https://lbry.tech/
arch = x86_64
license = MIT
- provides = lbrynet=0.92.0
+ provides = lbrynet=0.93.0
conflicts = lbrynet
conflicts = lbry-app-bin>=0.47.1
conflicts = lbry-app-bin<0.47.2-2
- source = lbrynet-linux-0.92.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.92.0/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.92.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.92.0/LICENSE
- b2sums = 3591142883bd8bd4d292eabf9938045ba2a1ea5799a8c032f9dff9da9acdc211b5e8e4962d494a6057fa32a17b093316f1010d70d97d9127f74c652e4e81ecb1
+ source = lbrynet-linux-0.93.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.93.0/lbrynet-linux.zip
+ source = lbrynet-LICENSE-0.93.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.93.0/LICENSE
+ b2sums = 1bf29a104f8772ce5f63a2f6b9bfb9534ef679c2b73d1f01e4f1b408aba1d570bd392f2b68e3ca557551b6a2d22f9a8a4efe0e45c0e9558f4563f134dd274ec9
b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1bdb189f86e9..86a5b7c9acbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Yurii <yu hrysh at posteo dot net>
pkgname=lbrynet-bin
-pkgver=0.92.0
-pkgrel=2
+pkgver=0.93.0
+pkgrel=1
pkgdesc='Implementation of the LBRY Network protocols, without the desktop app'
arch=('x86_64')
url='https://lbry.tech/'
@@ -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=('3591142883bd8bd4d292eabf9938045ba2a1ea5799a8c032f9dff9da9acdc211b5e8e4962d494a6057fa32a17b093316f1010d70d97d9127f74c652e4e81ecb1'
+b2sums=('1bf29a104f8772ce5f63a2f6b9bfb9534ef679c2b73d1f01e4f1b408aba1d570bd392f2b68e3ca557551b6a2d22f9a8a4efe0e45c0e9558f4563f134dd274ec9'
'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')