summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStrykar2022-06-19 07:43:28 +0530
committerStrykar2022-06-19 07:43:28 +0530
commit6722ff401cb95843413d6a7f0924cf93cf526fac (patch)
treeb64adae13ae4bf2897fbb9529b986d3357529057
parentb0a583747f5b16c314f6f307abcb59cb4187b0e4 (diff)
downloadaur-6722ff401cb95843413d6a7f0924cf93cf526fac.tar.gz
Update to v0.5.32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3cfbc1de88b..db1b0e28fcd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = go-livepeer-bin
pkgdesc = Official Go binaries of the Livepeer protocol
- pkgver = 0.5.31
+ pkgver = 0.5.32
pkgrel = 1
url = https://github.com/livepeer/go-livepeer
install = go-livepeer.install
@@ -10,11 +10,11 @@ pkgbase = go-livepeer-bin
provides = go-livepeer-bin
conflicts = go-livepeer
backup = etc/go-livepeer/livepeer.conf
- source = https://github.com/livepeer/go-livepeer/releases/download/v0.5.31/livepeer-linux-amd64.tar.gz
+ source = https://github.com/livepeer/go-livepeer/releases/download/v0.5.32/livepeer-linux-amd64.tar.gz
source = https://raw.githubusercontent.com/livepeer/go-livepeer/master/LICENSE
source = livepeer.conf
source = livepeer.service
- sha256sums = 40e605422b0a7d0f26275d9c8e0de02fc4b1005844259c36f84ca0a53bf19f3e
+ sha256sums = bb0db5e296bfff0d1d0b00de11787bd6e3aebdc9acb9d4a08614710687e48f1e
sha256sums = c4de4cf3034bc69b6832f22ea3e18957639e41f2ad7d4cfed6919f6e0dbf99ba
sha256sums = 82a7bc93294938bd4621f7515c29ffe01c5e9fbc795dff59b82a5ad0ded42cca
sha256sums = 7c2f96d5410bb9d8249c90431e97833686bf0909f8c673226c8436a6f3abdadc
diff --git a/PKGBUILD b/PKGBUILD
index f0e7fd12e932..07d7af657c7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=go-livepeer-bin
_pkgname=go-livepeer
-pkgver=0.5.31
+pkgver=0.5.32
pkgrel=1
pkgdesc='Official Go binaries of the Livepeer protocol'
arch=('x86_64')
@@ -16,7 +16,7 @@ source=("https://github.com/livepeer/${_pkgname}/releases/download/v${pkgver}/li
"https://raw.githubusercontent.com/livepeer/go-livepeer/master/LICENSE"
"livepeer.conf"
"livepeer.service")
-sha256sums=('40e605422b0a7d0f26275d9c8e0de02fc4b1005844259c36f84ca0a53bf19f3e'
+sha256sums=('bb0db5e296bfff0d1d0b00de11787bd6e3aebdc9acb9d4a08614710687e48f1e'
'c4de4cf3034bc69b6832f22ea3e18957639e41f2ad7d4cfed6919f6e0dbf99ba'
'82a7bc93294938bd4621f7515c29ffe01c5e9fbc795dff59b82a5ad0ded42cca'
'7c2f96d5410bb9d8249c90431e97833686bf0909f8c673226c8436a6f3abdadc')