summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStrykar2023-02-15 17:59:01 +0530
committerStrykar2023-02-15 17:59:01 +0530
commit80f442698567c094a9cb19dde3fa9b980e71606a (patch)
treed0ee67ba55c36d6b23e7a1c1985df6a8e765922e
parent02cba25e46a0d5a75cd8d1bd56669ec819d85078 (diff)
downloadaur-80f442698567c094a9cb19dde3fa9b980e71606a.tar.gz
Upgrade to v0.5.38
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f2367635524..0ffe04abcda7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = go-livepeer-bin
pkgdesc = Official Go binaries of the Livepeer protocol
- pkgver = 0.5.37
+ pkgver = 0.5.38
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.37/livepeer-linux-amd64.tar.gz
+ source = https://github.com/livepeer/go-livepeer/releases/download/v0.5.38/livepeer-linux-amd64.tar.gz
source = https://raw.githubusercontent.com/livepeer/go-livepeer-bin/master/LICENSE
source = livepeer.conf
source = livepeer.service
- sha256sums = ba8f534b048a995e26d43e4efcfcba72a6b3e72fbabd9d970c33fcbbffeb2acd
+ sha256sums = 24fe5350a1179f7ca63815431173296fac1842f31088a4b70cfcb1a87b9677ff
sha256sums = c4de4cf3034bc69b6832f22ea3e18957639e41f2ad7d4cfed6919f6e0dbf99ba
sha256sums = 82a7bc93294938bd4621f7515c29ffe01c5e9fbc795dff59b82a5ad0ded42cca
sha256sums = 5324a0a347e9b619e5f005c3c20b00d033c15c1ef87da7cbac1d0c7b316bf461
diff --git a/PKGBUILD b/PKGBUILD
index 997a4d29126b..d325aa31509a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=go-livepeer-bin
_pkgname=go-livepeer
-pkgver=0.5.37
+pkgver=0.5.38
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/${pkgname}/master/LICENSE"
"livepeer.conf"
"livepeer.service")
-sha256sums=('ba8f534b048a995e26d43e4efcfcba72a6b3e72fbabd9d970c33fcbbffeb2acd'
+sha256sums=('24fe5350a1179f7ca63815431173296fac1842f31088a4b70cfcb1a87b9677ff'
'c4de4cf3034bc69b6832f22ea3e18957639e41f2ad7d4cfed6919f6e0dbf99ba'
'82a7bc93294938bd4621f7515c29ffe01c5e9fbc795dff59b82a5ad0ded42cca'
'5324a0a347e9b619e5f005c3c20b00d033c15c1ef87da7cbac1d0c7b316bf461')