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 a3cb8d07514b..3d82bb2cf1f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.9.14
- pkgrel = 2
+ pkgver = 1.9.15
+ pkgrel = 1
url = https://bisq.network
arch = x86_64
license = AGPL-3.0-only
@@ -10,9 +10,9 @@ pkgbase = bisq-bin
conflicts = bisq
conflicts = bisq-git
validpgpkeys = B493319106CC3D1F252E19CBF806F422E222AA02
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.14/Bisq-64bit-1.9.14.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.14/Bisq-64bit-1.9.14.deb.asc
- sha512sums_x86_64 = d66211b27df787b2eec2e200f4b60f21b3211cd492395c9e2bd3019d76c6e9fa2eb167e4eeaf0a4e229e881b79d8e9f1ac643de804d7521531a96fbb48c3f762
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.15/Bisq-64bit-1.9.15.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v1.9.15/Bisq-64bit-1.9.15.deb.asc
+ sha512sums_x86_64 = 1a97f130752a73825c5b57c03e2491d7e3c9210780ef41f5790d2c2a1fceff4147760dbd694ce600f798296ec72b673dae2d803004533195dcacf5ff379914d5
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5ff35dcd8e59..99b113fea3e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=1.9.14
-pkgrel=2
+pkgver=1.9.15
+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')
url="https://bisq.network"
@@ -10,7 +10,7 @@ license=('AGPL-3.0-only')
depends=('java-runtime')
validpgpkeys=('B493319106CC3D1F252E19CBF806F422E222AA02')
source_x86_64=("https://github.com/bisq-network/bisq/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb"{,.asc})
-sha512sums_x86_64=('d66211b27df787b2eec2e200f4b60f21b3211cd492395c9e2bd3019d76c6e9fa2eb167e4eeaf0a4e229e881b79d8e9f1ac643de804d7521531a96fbb48c3f762'
+sha512sums_x86_64=('1a97f130752a73825c5b57c03e2491d7e3c9210780ef41f5790d2c2a1fceff4147760dbd694ce600f798296ec72b673dae2d803004533195dcacf5ff379914d5'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")