summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Bay2024-03-01 09:31:33 +0100
committerEmil Bay2024-03-01 09:31:33 +0100
commitd82cf719fb2760fd5c839f8211df1ce96f470ae4 (patch)
tree7ee29f96cc4f44aa5a9fca276e2c814044ba1ead
parente3d90a4c06824229bf6c536304717516b9c9f094 (diff)
downloadaur-d82cf719fb2760fd5c839f8211df1ce96f470ae4.tar.gz
Update to v0.74.7
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD14
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80d1f44131d0..07f271c0e82c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vega-protocol-bin
pkgdesc = A Go implementation of the Vega Protocol, a protocol for creating and trading derivatives on a fully decentralised network.
- pkgver = 0.74.4
- pkgrel = 2
+ pkgver = 0.74.7
+ pkgrel = 1
url = https://vega.xyz
arch = x86_64
arch = aarch64
@@ -10,13 +10,13 @@ pkgbase = vega-protocol-bin
provides = vegavisor
conflicts = vega
conflicts = vegavisor
- source_x86_64 = https://github.com/vegaprotocol/vega/releases/download/v0.74.4/vega-linux-amd64.zip
- source_x86_64 = https://github.com/vegaprotocol/vega/releases/download/v0.74.4/visor-linux-amd64.zip
- sha256sums_x86_64 = 8195a09b954c8e1434516fad67a9043e65a82712b818d4daca973f90aa69fb23
- sha256sums_x86_64 = 4b2cd73871e7d56a37d3c7be72401beb4c76ab890255675d7a38f6d68d269c9d
- source_aarch64 = https://github.com/vegaprotocol/vega/releases/download/v0.74.4/vega-linux-arm64.zip
- source_aarch64 = https://github.com/vegaprotocol/vega/releases/download/v0.74.4/visor-linux-arm64.zip
- sha256sums_aarch64 = 0e2b7d7c6d1acc6323de7d363334c92a8a175b8866e0d761bbff7908231b31e9
- sha256sums_aarch64 = 3d528dfd38b46a39f601cbd7eaeb4dd137f4d9618f30ceace640c483a7e6af58
+ source_x86_64 = https://github.com/vegaprotocol/vega/releases/download/v0.74.7/vega-linux-amd64.zip
+ source_x86_64 = https://github.com/vegaprotocol/vega/releases/download/v0.74.7/visor-linux-amd64.zip
+ sha256sums_x86_64 = 1bc678ca01499c7858f2b4700e1dbf28056d3a77f8a2258bdfef7b850334d598
+ sha256sums_x86_64 = 795001b813d2bac0d28c8c1f9da6835473058bf21fe56ca7912b355a65da5db7
+ source_aarch64 = https://github.com/vegaprotocol/vega/releases/download/v0.74.7/vega-linux-arm64.zip
+ source_aarch64 = https://github.com/vegaprotocol/vega/releases/download/v0.74.7/visor-linux-arm64.zip
+ sha256sums_aarch64 = a1e061c5ba52649e8ca760a16cdd906f0ec5075495dd725f5364d067f9debfa7
+ sha256sums_aarch64 = fdcd458f009af4d3f27b0374f24a95b295bac2538a4f10ba7e98ce51f5824013
pkgname = vega-protocol-bin
diff --git a/PKGBUILD b/PKGBUILD
index 871ab3e15797..e81489976d4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Emil Bay <archlinux@tixz.dk>
pkgname=vega-protocol-bin
-pkgver=0.74.4
-_pkgver=0.74.4
-pkgrel=2
+pkgver=0.74.7
+_pkgver=0.74.7
+pkgrel=1
pkgdesc="A Go implementation of the Vega Protocol, a protocol for creating and trading derivatives on a fully decentralised network."
arch=('x86_64' 'aarch64')
url="https://vega.xyz"
@@ -21,10 +21,10 @@ source_aarch64=(
"https://github.com/vegaprotocol/vega/releases/download/v${_pkgver}/visor-linux-arm64.zip"
)
-sha256sums_x86_64=('8195a09b954c8e1434516fad67a9043e65a82712b818d4daca973f90aa69fb23'
- '4b2cd73871e7d56a37d3c7be72401beb4c76ab890255675d7a38f6d68d269c9d')
-sha256sums_aarch64=('0e2b7d7c6d1acc6323de7d363334c92a8a175b8866e0d761bbff7908231b31e9'
- '3d528dfd38b46a39f601cbd7eaeb4dd137f4d9618f30ceace640c483a7e6af58')
+sha256sums_x86_64=('1bc678ca01499c7858f2b4700e1dbf28056d3a77f8a2258bdfef7b850334d598'
+ '795001b813d2bac0d28c8c1f9da6835473058bf21fe56ca7912b355a65da5db7')
+sha256sums_aarch64=('a1e061c5ba52649e8ca760a16cdd906f0ec5075495dd725f5364d067f9debfa7'
+ 'fdcd458f009af4d3f27b0374f24a95b295bac2538a4f10ba7e98ce51f5824013')
package() {
install -Dm755 "${srcdir}/vega" "${pkgdir}/usr/bin/vega"