summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5931814bc754..185c4b0748ea 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.112.0
+ pkgver = 0.113.0
pkgrel = 1
url = https://lbry.tech/
arch = x86_64
license = MIT
- provides = lbrynet=0.112.0
+ provides = lbrynet=0.113.0
conflicts = lbrynet
conflicts = lbry-app-bin>=0.47.1
conflicts = lbry-app-bin<0.47.2-2
- source = lbrynet-linux-0.112.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.112.0/lbrynet-linux.zip
- source = lbrynet-LICENSE-0.112.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.112.0/LICENSE
- b2sums = b872e7ce938536b8e6ec4df4c9296637601d7ecf29dcf091f5d406a9780d46ae6a1de92013a18f1130a8bb479325f39ce26ccc42b75e66848723dace186c928c
+ source = lbrynet-linux-0.113.0.zip::https://github.com/lbryio/lbry-sdk/releases/download/v0.113.0/lbrynet-linux.zip
+ source = lbrynet-LICENSE-0.113.0::https://raw.githubusercontent.com/lbryio/lbry-sdk/v0.113.0/LICENSE
+ b2sums = 2d6e4632bc67ced3e54cb39dccd74895e49feed38364c0d91d3b26d7fcf67cf8944af28ed3c90afdc472c7d9859d3cfe1663ba010b2b0818f4c1853dbb94dc1c
b2sums = 06b4c7851cc5ca747e9bf82bc32a4e8100653bd7195a96750252e1d55618216256caea81d2e552a6066f4465c35b74cf079c7e7d9df23d6713669cd4d6636a42
pkgname = lbrynet-bin
diff --git a/PKGBUILD b/PKGBUILD
index d13c6b0b9247..c6078ebb531c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: gardenapple <gardenapple at posteo.net>
+# Maintainer: gardenapple <mailbox@appl.garden>
pkgname=lbrynet-bin
-pkgver=0.112.0
+pkgver=0.113.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=('b872e7ce938536b8e6ec4df4c9296637601d7ecf29dcf091f5d406a9780d46ae6a1de92013a18f1130a8bb479325f39ce26ccc42b75e66848723dace186c928c'
+b2sums=('2d6e4632bc67ced3e54cb39dccd74895e49feed38364c0d91d3b26d7fcf67cf8944af28ed3c90afdc472c7d9859d3cfe1663ba010b2b0818f4c1853dbb94dc1c'
'06b4c7851cc5ca747e9bf82bc32a4e8100653bd7195a96750252e1d55618216256caea81d2e552a6066f4465c35b74cf079c7e7d9df23d6713669cd4d6636a42')