summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3813436db67..0022a1360e51 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.5.3
+ pkgver = 1.5.4
pkgrel = 1
url = https://bisq.network
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = bisq-bin
conflicts = bisq
conflicts = bisq-git
validpgpkeys = CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.5.3/Bisq-64bit-1.5.3.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.5.3/Bisq-64bit-1.5.3.deb.asc
- sha512sums_x86_64 = cf9cddbdff00074666a8e5191e0cd84f2f64399c10b5d6fae9ee02f1ce57bd5839f3ecd0337fd0a52e3f7182fad6426772352fd67e01e89baa6047e67bfb87df
- sha512sums_x86_64 = 99a86907f14123871ebac55011d9f2fa99a234de9a53193b5a81ca860cb3b2fef0571217fd1ed90aff0ff464f61555d12e47cfa44e497b856771ba02d757b05f
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.5.4/Bisq-64bit-1.5.4.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.5.4/Bisq-64bit-1.5.4.deb.asc
+ sha512sums_x86_64 = 03829bfe8eb1e11780fa26e49539b250a0d55c06b916fe3786a2a8bd6693de271e708b9655a9aae9d383e9c143b6a4dfc854cc22fe6d5cf170a9b45c82b9c2f1
+ sha512sums_x86_64 = 5c11c888874fdb67119d2684927c3134a87b9fe416beb72e669185ae5eb46752bf81a6bdac87f2c7902f015dc44df1f52bd968dca1a5eba2d1c34b37dd8456d2
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6b6196eaf421..1d4a861c753e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.5.3
+pkgver=1.5.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,8 +10,8 @@ license=('AGPL3')
depends=('jdk11-openjdk' 'gtk2' 'libnet')
validpgpkeys=('CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B')
source_x86_64=("https://github.com/bisq-network/bisq/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb"{,.asc})
-sha512sums_x86_64=('cf9cddbdff00074666a8e5191e0cd84f2f64399c10b5d6fae9ee02f1ce57bd5839f3ecd0337fd0a52e3f7182fad6426772352fd67e01e89baa6047e67bfb87df'
- '99a86907f14123871ebac55011d9f2fa99a234de9a53193b5a81ca860cb3b2fef0571217fd1ed90aff0ff464f61555d12e47cfa44e497b856771ba02d757b05f')
+sha512sums_x86_64=('03829bfe8eb1e11780fa26e49539b250a0d55c06b916fe3786a2a8bd6693de271e708b9655a9aae9d383e9c143b6a4dfc854cc22fe6d5cf170a9b45c82b9c2f1'
+ '5c11c888874fdb67119d2684927c3134a87b9fe416beb72e669185ae5eb46752bf81a6bdac87f2c7902f015dc44df1f52bd968dca1a5eba2d1c34b37dd8456d2')
_binname=Bisq
conflicts=("bisq" "bisq-git")
provides=("bisq-bin")