summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2021-04-16 19:59:04 +0300
committergardenapple2021-04-16 19:59:04 +0300
commitd1315ff6d74a1f9ac203743be4c5597f5579d7fa (patch)
treeee2d3f484a5e94c476b5868757c61088c180f231
parent8c54be8cf16e33c60825ce500142f0f05c99fb13 (diff)
downloadaur-d1315ff6d74a1f9ac203743be4c5597f5579d7fa.tar.gz
v0.94.1 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c6d8eeabdef..2035a485d719 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.94.0
+ pkgver = 0.94.1
pkgrel = 1
url = https://lbry.tech/
arch = x86_64
license = MIT
- provides = lbrynet=0.94.0
+ provides = lbrynet=0.94.1
conflicts = lbrynet
conflicts = lbry-app-bin>=0.47.1
conflicts = lbry-app-bin<0.47.2-2
- source = lbrynet-linux-0.94.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.94.0/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.94.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.94.0/LICENSE
- b2sums = c26da5e9457b6913d49183844aba1a450f1fa980b06c2f7cdbb8be011d5d6f25fd15f99a25de3039594bd6f3419c37d907b0d56713622683766a6a1964eab498
+ source = lbrynet-linux-0.94.1.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.94.1/lbrynet-linux.zip
+ source = lbrynet-LICENSE-0.94.1::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.94.1/LICENSE
+ b2sums = d20bf842271b4f85a56d6a50b5b24c44176285d0801823dd0ba64016b5462f6324082b60d826b63d4dd65e62f67cbdc480a67d71709ab16d67ae4a7f1e6edf7c
b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0358c9ac7dc5..204e461a9429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yurii <yu hrysh at posteo dot net>
pkgname=lbrynet-bin
-pkgver=0.94.0
+pkgver=0.94.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=('c26da5e9457b6913d49183844aba1a450f1fa980b06c2f7cdbb8be011d5d6f25fd15f99a25de3039594bd6f3419c37d907b0d56713622683766a6a1964eab498'
+b2sums=('d20bf842271b4f85a56d6a50b5b24c44176285d0801823dd0ba64016b5462f6324082b60d826b63d4dd65e62f67cbdc480a67d71709ab16d67ae4a7f1e6edf7c'
'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')