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 7b72ae15fc83..e3813436db67 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.2
+ pkgver = 1.5.3
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.2/Bisq-64bit-1.5.2.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.5.2/Bisq-64bit-1.5.2.deb.asc
- sha512sums_x86_64 = 8abaebdd32ade05f3e5a91e9e9f1e8f7bfb429b54716ea81031f284ad064910483f63ce83466a19be595109b2f9193216dcd29e64669e6534743e3cfc0af1e13
- sha512sums_x86_64 = 02aa3d692d497dd9f00c76d4d258aab1f0ceada8b5498fbc1eab7e642fc8a0a3e4959e45760dc5f5e0b4423c2964a303a347b72a2db0a1b5d1ad765ad82194af
+ 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
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 29c12626adf5..6b6196eaf421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.5.2
+pkgver=1.5.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,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=('8abaebdd32ade05f3e5a91e9e9f1e8f7bfb429b54716ea81031f284ad064910483f63ce83466a19be595109b2f9193216dcd29e64669e6534743e3cfc0af1e13'
- '02aa3d692d497dd9f00c76d4d258aab1f0ceada8b5498fbc1eab7e642fc8a0a3e4959e45760dc5f5e0b4423c2964a303a347b72a2db0a1b5d1ad765ad82194af')
+sha512sums_x86_64=('cf9cddbdff00074666a8e5191e0cd84f2f64399c10b5d6fae9ee02f1ce57bd5839f3ecd0337fd0a52e3f7182fad6426772352fd67e01e89baa6047e67bfb87df'
+ '99a86907f14123871ebac55011d9f2fa99a234de9a53193b5a81ca860cb3b2fef0571217fd1ed90aff0ff464f61555d12e47cfa44e497b856771ba02d757b05f')
_binname=Bisq
conflicts=("bisq" "bisq-git")
provides=("bisq-bin")