summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Reimair2019-03-06 15:58:43 +0100
committerFlorian Reimair2019-03-06 15:58:43 +0100
commitad75afba292e7432653280effbef82a9ccbe1166 (patch)
tree9cb33638868fdcaf58714c09f94f6267cbbf1b8e
parent7bdbe9cf53f71b854deb1ef6a5d3433489d0141e (diff)
downloadaur-ad75afba292e7432653280effbef82a9ccbe1166.tar.gz
v0.9.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44ab89d0596c..57acc1027d0d 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.4
+ pkgver = 0.9.5
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.4/Bisq-64bit-0.9.4.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v0.9.4/Bisq-64bit-0.9.4.deb.asc
- sha512sums_x86_64 = 0e0b35d47ae28bb05421cd5f7cb1a93991fa3c19ff7f356ed57c885b8b715d87ae36dc57bb4692a426d147ea4d6f82beef848f2ecc1fc0b82b96d7bbb550c01b
+ 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
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7c5b5ce75124..f76c29f27847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.9.4
+pkgver=0.9.5
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=('0e0b35d47ae28bb05421cd5f7cb1a93991fa3c19ff7f356ed57c885b8b715d87ae36dc57bb4692a426d147ea4d6f82beef848f2ecc1fc0b82b96d7bbb550c01b'
+sha512sums_x86_64=('43b5119f903aa97315f0205bb8aed942fa1de8987e59ea25f8c9c24cd9cad5bdaa71543dd4e0e2fd0649b513452ac05114e3df44a20ee045962577ad3aebd019'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")