summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2021-07-21 20:42:43 +0300
committergardenapple2021-07-21 20:42:43 +0300
commit3df8b8663b7bfefd4e6d5abc50cdce57678a6c19 (patch)
treeb16c0df6c61d5e63a9f7f68ce1029a4641eade3a
parent0b300f541ca83492886a51ffbf683f8b92dd5476 (diff)
downloadaur-3df8b8663b7bfefd4e6d5abc50cdce57678a6c19.tar.gz
v0.101.0 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6f9aaf0b990..c19b7e2cdeb0 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.100.0
+ pkgver = 0.101.0
pkgrel = 1
url = https://lbry.tech/
arch = x86_64
license = MIT
- provides = lbrynet=0.100.0
+ provides = lbrynet=0.101.0
conflicts = lbrynet
conflicts = lbry-app-bin>=0.47.1
conflicts = lbry-app-bin<0.47.2-2
- source = lbrynet-linux-0.100.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.100.0/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.100.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.100.0/LICENSE
- b2sums = 942c9e6a3b943fa921911ece008674bdd0fb8bbe5d4506cda8fba2a538d1813c46c324c5c2a38194d9b446472cfc96b657a5cb2246798e562dcddb820e6208d5
+ source = lbrynet-linux-0.101.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.101.0/lbrynet-linux.zip
+ source = lbrynet-LICENSE-0.101.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.101.0/LICENSE
+ b2sums = 03d8282738d1fc22f1e5380d743539a52fe76e0309e1c54708b98b36fd38986bfee4763323d31292ae1dbdaeda52c1e4f05618caa9bf7f08c265487c71e00c4a
b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index d27615d79349..c2385cd9abc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yurii <yu hrysh at posteo dot net>
pkgname=lbrynet-bin
-pkgver=0.100.0
+pkgver=0.101.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=('942c9e6a3b943fa921911ece008674bdd0fb8bbe5d4506cda8fba2a538d1813c46c324c5c2a38194d9b446472cfc96b657a5cb2246798e562dcddb820e6208d5'
+b2sums=('03d8282738d1fc22f1e5380d743539a52fe76e0309e1c54708b98b36fd38986bfee4763323d31292ae1dbdaeda52c1e4f05618caa9bf7f08c265487c71e00c4a'
'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')