summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2022-04-12 04:46:10 +0300
committergardenapple2022-04-12 04:46:10 +0300
commit81764511b4f11993ded6c7c758b85f53605a3182 (patch)
tree2686bab091b64138ad497174526ef8bdb3340792
parent7b12413ad23432cbf5ef7c75c265e8e6e0efdeb5 (diff)
downloadaur-81764511b4f11993ded6c7c758b85f53605a3182.tar.gz
v0.108.0 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07d91b0ec415..1e47a9611c3a 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.107.1
+ pkgver = 0.108.0
pkgrel = 1
url = https://lbry.tech/
arch = x86_64
license = MIT
- provides = lbrynet=0.107.1
+ provides = lbrynet=0.108.0
conflicts = lbrynet
conflicts = lbry-app-bin>=0.47.1
conflicts = lbry-app-bin<0.47.2-2
- source = lbrynet-linux-0.107.1.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.107.1/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.107.1::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.107.1/LICENSE
- b2sums = 08b52dfb950a6a93a24e3baf09fcd8562e43e8ca4c41ed753c57c3017a0845222974be84aeb2815a4f0ba1691eccbc9d6b87726c7284524a2e1c1026612b32a8
+ source = lbrynet-linux-0.108.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.108.0/lbrynet-linux.zip
+ source = lbrynet-LICENSE-0.108.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.108.0/LICENSE
+ b2sums = 2e9fc64890efade9c185784b33dae567d97b5978b792298742373af79206d308540e3f1642ad46c7ddb6c973fa6671f6ea32db3c8bc8d484bd3ecbead6c380db
b2sums = c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index ab3d1923c00d..51bd5dec24b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: gardenapple <gardenapple at posteo.net>
pkgname=lbrynet-bin
-pkgver=0.107.1
+pkgver=0.108.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=('08b52dfb950a6a93a24e3baf09fcd8562e43e8ca4c41ed753c57c3017a0845222974be84aeb2815a4f0ba1691eccbc9d6b87726c7284524a2e1c1026612b32a8'
+b2sums=('2e9fc64890efade9c185784b33dae567d97b5978b792298742373af79206d308540e3f1642ad46c7ddb6c973fa6671f6ea32db3c8bc8d484bd3ecbead6c380db'
'c17e30091ae9d3f6ad3f5a70c80ff686bdcbfc41b9b603d5693c34a006aba635968ebc67aa5ddeb607053b098ad8d3d3a03b790249ab58b9cbb6f66ba6cf5693')