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 c57649ad6dd3..dc663ca0b22c 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.2
+ pkgver = 1.7.3
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.2/Bisq-64bit-1.7.2.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.7.2/Bisq-64bit-1.7.2.deb.asc
- sha512sums_x86_64 = 88b4b28af516cd6a1fdd589734bf58c039c145fcf4e7ed56ded7bf4053ce7e656ec6328ae4c40bff889d4749060be9414025ad0216ca8606158e24ce38e89edf
+ 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
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 49ac7dd8f836..eef5cbb6e258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.7.2
+pkgver=1.7.3
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=('88b4b28af516cd6a1fdd589734bf58c039c145fcf4e7ed56ded7bf4053ce7e656ec6328ae4c40bff889d4749060be9414025ad0216ca8606158e24ce38e89edf'
+sha512sums_x86_64=('0054820e583c09b7af6bf943afd3978d128b69f3f77f03cb908cbfbe2ffb0d1a32612c76161c5bdd12bf3130ad91aab5f64f5ff938b556224c3e890dc8a7e394'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")