summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStrykar2022-06-06 06:39:03 +0530
committerStrykar2022-06-06 06:39:03 +0530
commita07af1c401f9c5f304b986cefc8f8b400e907221 (patch)
tree6649b8fcfcf36f65632eb1d2e8bd10c8710ebaeb
parent38e0fa23bb67eead2e3a1afdf6cad830a2220f21 (diff)
downloadaur-a07af1c401f9c5f304b986cefc8f8b400e907221.tar.gz
Update to v0.5.31
-rw-r--r--.SRCINFO6
-rw-r--r--LICENSE21
-rw-r--r--PKGBUILD4
3 files changed, 26 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d54b8baa7a9..f3cfbc1de88b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = go-livepeer-bin
pkgdesc = Official Go binaries of the Livepeer protocol
- pkgver = 0.5.29
+ pkgver = 0.5.31
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.29/livepeer-linux-amd64.tar.gz
+ source = https://github.com/livepeer/go-livepeer/releases/download/v0.5.31/livepeer-linux-amd64.tar.gz
source = https://raw.githubusercontent.com/livepeer/go-livepeer/master/LICENSE
source = livepeer.conf
source = livepeer.service
- sha256sums = 276936a0d3d3dea9fbacfc464ee1c12deddc4262c20427e0c3f9a2cfeeb1a6ac
+ sha256sums = 40e605422b0a7d0f26275d9c8e0de02fc4b1005844259c36f84ca0a53bf19f3e
sha256sums = c4de4cf3034bc69b6832f22ea3e18957639e41f2ad7d4cfed6919f6e0dbf99ba
sha256sums = 82a7bc93294938bd4621f7515c29ffe01c5e9fbc795dff59b82a5ad0ded42cca
sha256sums = 7c2f96d5410bb9d8249c90431e97833686bf0909f8c673226c8436a6f3abdadc
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..3af70b1f10e2
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2017 Livepeer
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
index 6f93104914c4..f0e7fd12e932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=go-livepeer-bin
_pkgname=go-livepeer
-pkgver=0.5.29
+pkgver=0.5.31
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=('276936a0d3d3dea9fbacfc464ee1c12deddc4262c20427e0c3f9a2cfeeb1a6ac'
+sha256sums=('40e605422b0a7d0f26275d9c8e0de02fc4b1005844259c36f84ca0a53bf19f3e'
'c4de4cf3034bc69b6832f22ea3e18957639e41f2ad7d4cfed6919f6e0dbf99ba'
'82a7bc93294938bd4621f7515c29ffe01c5e9fbc795dff59b82a5ad0ded42cca'
'7c2f96d5410bb9d8249c90431e97833686bf0909f8c673226c8436a6f3abdadc')