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 960ae77496f1..d3c7e6e7409a 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.4
+ pkgver = 1.7.5
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.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
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.7.5/Bisq-64bit-1.7.5.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.7.5/Bisq-64bit-1.7.5.deb.asc
+ sha512sums_x86_64 = 9ebd73a3e08dcb6e6c937fe0818ea757d65bfeae9d7278793fb786c8d879f774629d5106b3244768fe844c67ac17f02428da8ac20967aae2fc39a0fd87239a51
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2e011f7525ae..2301de98fb60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.7.4
+pkgver=1.7.5
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=('a738c15ca251f2d1e487a73059f1567ed15c4c4bb645e0f75fedcd099f06be781b422efd80616765370a6ca9c4503faec4b3c2d6e9ec7ab75a448e8e3220c645'
+sha512sums_x86_64=('9ebd73a3e08dcb6e6c937fe0818ea757d65bfeae9d7278793fb786c8d879f774629d5106b3244768fe844c67ac17f02428da8ac20967aae2fc39a0fd87239a51'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")