summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc663ca0b22c..960ae77496f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bisq-bin
pkgdesc = Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
- pkgver = 1.7.3
+ pkgver = 1.7.4
pkgrel = 1
url = https://bisq.network
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = bisq-bin
conflicts = bisq
conflicts = bisq-git
validpgpkeys = CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.7.3/Bisq-64bit-1.7.3.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.7.3/Bisq-64bit-1.7.3.deb.asc
- sha512sums_x86_64 = 0054820e583c09b7af6bf943afd3978d128b69f3f77f03cb908cbfbe2ffb0d1a32612c76161c5bdd12bf3130ad91aab5f64f5ff938b556224c3e890dc8a7e394
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.7.4/Bisq-64bit-1.7.4.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.7.4/Bisq-64bit-1.7.4.deb.asc
+ sha512sums_x86_64 = a738c15ca251f2d1e487a73059f1567ed15c4c4bb645e0f75fedcd099f06be781b422efd80616765370a6ca9c4503faec4b3c2d6e9ec7ab75a448e8e3220c645
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index eef5cbb6e258..2e011f7525ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.7.3
+pkgver=1.7.4
pkgrel=1
pkgdesc="Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('AGPL3')
depends=('jdk-openjdk')
validpgpkeys=('CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B')
source_x86_64=("https://github.com/bisq-network/bisq/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb"{,.asc})
-sha512sums_x86_64=('0054820e583c09b7af6bf943afd3978d128b69f3f77f03cb908cbfbe2ffb0d1a32612c76161c5bdd12bf3130ad91aab5f64f5ff938b556224c3e890dc8a7e394'
+sha512sums_x86_64=('a738c15ca251f2d1e487a73059f1567ed15c4c4bb645e0f75fedcd099f06be781b422efd80616765370a6ca9c4503faec4b3c2d6e9ec7ab75a448e8e3220c645'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")