summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStrykar2023-09-28 14:13:01 +0530
committerStrykar2023-09-28 14:13:01 +0530
commit7d841d36a8827319f515875626e74c76b654a3e4 (patch)
tree1327755f9037a65252c28b9b7910b50a323c90fa
parent80f442698567c094a9cb19dde3fa9b980e71606a (diff)
downloadaur-7d841d36a8827319f515875626e74c76b654a3e4.tar.gz
Update to v0.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ffe04abcda7..87e85d96336a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = go-livepeer-bin
pkgdesc = Official Go binaries of the Livepeer protocol
- pkgver = 0.5.38
+ pkgver = 0.6.0
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.38/livepeer-linux-amd64.tar.gz
+ source = https://github.com/livepeer/go-livepeer/releases/download/v0.6.0/livepeer-linux-amd64.tar.gz
source = https://raw.githubusercontent.com/livepeer/go-livepeer-bin/master/LICENSE
source = livepeer.conf
source = livepeer.service
- sha256sums = 24fe5350a1179f7ca63815431173296fac1842f31088a4b70cfcb1a87b9677ff
+ sha256sums = 3f11e8c671ffc631697cbc635e737f9ddab92acc8640a7cd48bd14bfa07c684f
sha256sums = c4de4cf3034bc69b6832f22ea3e18957639e41f2ad7d4cfed6919f6e0dbf99ba
sha256sums = 82a7bc93294938bd4621f7515c29ffe01c5e9fbc795dff59b82a5ad0ded42cca
sha256sums = 5324a0a347e9b619e5f005c3c20b00d033c15c1ef87da7cbac1d0c7b316bf461
diff --git a/PKGBUILD b/PKGBUILD
index d325aa31509a..92f8241d298a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=go-livepeer-bin
_pkgname=go-livepeer
-pkgver=0.5.38
+pkgver=0.6.0
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=('24fe5350a1179f7ca63815431173296fac1842f31088a4b70cfcb1a87b9677ff'
+sha256sums=('3f11e8c671ffc631697cbc635e737f9ddab92acc8640a7cd48bd14bfa07c684f'
'c4de4cf3034bc69b6832f22ea3e18957639e41f2ad7d4cfed6919f6e0dbf99ba'
'82a7bc93294938bd4621f7515c29ffe01c5e9fbc795dff59b82a5ad0ded42cca'
'5324a0a347e9b619e5f005c3c20b00d033c15c1ef87da7cbac1d0c7b316bf461')