summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2022-08-11 21:41:01 +0300
committergardenapple2022-08-11 21:41:01 +0300
commita0347d8801482844d5b3fd6c1a95ae3a8f3f4340 (patch)
tree1255c923aff069e1905e57c8c5d57e7631de5c5f
parentf0e44de32cf122b455ff1c3be5e983a75aab8ec8 (diff)
downloadaur-a0347d8801482844d5b3fd6c1a95ae3a8f3f4340.tar.gz
v0.110.0 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 584d04dc120b..3f24ec04acd8 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.109.0
+ pkgver = 0.110.0
pkgrel = 1
url = https://lbry.tech/
arch = x86_64
license = MIT
- provides = lbrynet=0.109.0
+ provides = lbrynet=0.110.0
conflicts = lbrynet
conflicts = lbry-app-bin>=0.47.1
conflicts = lbry-app-bin<0.47.2-2
- source = lbrynet-linux-0.109.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.109.0/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.109.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.109.0/LICENSE
- b2sums = 8704036aa80e481d3d06a8388ac21161991d8af83fdecb469927030fb066f4b28b067c8bbdc1fdc04bb3abe5896706ff80c9c4b6845369b363cbbf7399b16db0
+ source = lbrynet-linux-0.110.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.110.0/lbrynet-linux.zip
+ source = lbrynet-LICENSE-0.110.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.110.0/LICENSE
+ b2sums = 9cd01bcbe048b8390569bd4ad92a27e02c554db097c8e24c9c818b660911458904aa3cfcfa71a262848c482096baedba7338eeb47014a1e952825dc66566ae4e
b2sums = 06b4c7851cc5ca747e9bf82bc32a4e8100653bd7195a96750252e1d55618216256caea81d2e552a6066f4465c35b74cf079c7e7d9df23d6713669cd4d6636a42
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 60719a88aa23..e7e4c19c3497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: gardenapple <gardenapple at posteo.net>
pkgname=lbrynet-bin
-pkgver=0.109.0
+pkgver=0.110.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=('8704036aa80e481d3d06a8388ac21161991d8af83fdecb469927030fb066f4b28b067c8bbdc1fdc04bb3abe5896706ff80c9c4b6845369b363cbbf7399b16db0'
+b2sums=('9cd01bcbe048b8390569bd4ad92a27e02c554db097c8e24c9c818b660911458904aa3cfcfa71a262848c482096baedba7338eeb47014a1e952825dc66566ae4e'
'06b4c7851cc5ca747e9bf82bc32a4e8100653bd7195a96750252e1d55618216256caea81d2e552a6066f4465c35b74cf079c7e7d9df23d6713669cd4d6636a42')