summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Reimair2019-04-02 11:34:30 +0200
committerFlorian Reimair2019-04-02 11:34:30 +0200
commitcd75989fbb897efb95303be83d62894400abfd93 (patch)
tree3cf9774cf1c2568fe64bf2a62b1c403843fc908c
parentad75afba292e7432653280effbef82a9ccbe1166 (diff)
downloadaur-cd75989fbb897efb95303be83d62894400abfd93.tar.gz
v0.9.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57acc1027d0d..e7e07ef53499 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 = 0.9.5
+ pkgver = 0.9.6
pkgrel = 1
url = https://bisq.network
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = bisq-bin
conflicts = bisq
conflicts = bisq-git
validpgpkeys = CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v0.9.5/Bisq-64bit-0.9.5.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v0.9.5/Bisq-64bit-0.9.5.deb.asc
- sha512sums_x86_64 = 43b5119f903aa97315f0205bb8aed942fa1de8987e59ea25f8c9c24cd9cad5bdaa71543dd4e0e2fd0649b513452ac05114e3df44a20ee045962577ad3aebd019
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v0.9.6/Bisq-64bit-0.9.6.deb
+ source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v0.9.6/Bisq-64bit-0.9.6.deb.asc
+ sha512sums_x86_64 = 28970d079dee99354a50d1cda955f4fc7bfbfc152e309b3da859f7b38df960817bffc10ec0f220fcc2155e0856fdfe8243a509f94c5f0b3122dfa98e728dfc53
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index f76c29f27847..d3623e002243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.9.5
+pkgver=0.9.6
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=('java-runtime' '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=('43b5119f903aa97315f0205bb8aed942fa1de8987e59ea25f8c9c24cd9cad5bdaa71543dd4e0e2fd0649b513452ac05114e3df44a20ee045962577ad3aebd019'
+sha512sums_x86_64=('28970d079dee99354a50d1cda955f4fc7bfbfc152e309b3da859f7b38df960817bffc10ec0f220fcc2155e0856fdfe8243a509f94c5f0b3122dfa98e728dfc53'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")