summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Reimair2019-02-23 13:01:24 +0100
committerFlorian Reimair2019-02-23 13:01:24 +0100
commit7bdbe9cf53f71b854deb1ef6a5d3433489d0141e (patch)
tree7992d6caff0ea947c0a013e747adcef44f83204c
parent57ed38bf4a67c3a7a229a68639d24d83512e048b (diff)
downloadaur-7bdbe9cf53f71b854deb1ef6a5d3433489d0141e.tar.gz
0.9.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21c5444d346d..44ab89d0596c 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 = 0.9.3
- pkgrel = 2
+ pkgver = 0.9.4
+ pkgrel = 1
url = https://bisq.network
arch = x86_64
license = AGPL3
@@ -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.3/Bisq-64bit-0.9.3.deb
- source_x86_64 = https://github.com/bisq-network/bisq/releases/download/v0.9.3/Bisq-64bit-0.9.3.deb.asc
- sha512sums_x86_64 = 70c668906bb3e39c6bdc6df2a8e06927217f3355f9e90ad9ea02ee9b5ab840410d8f5c6743a30cfeb0d32e03080632f1a6c017a77aebe3aa1eb10f74f6c39a42
+ 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
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index aae501c42780..7c5b5ce75124 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.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')
url="https://bisq.network"
@@ -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=('70c668906bb3e39c6bdc6df2a8e06927217f3355f9e90ad9ea02ee9b5ab840410d8f5c6743a30cfeb0d32e03080632f1a6c017a77aebe3aa1eb10f74f6c39a42'
+sha512sums_x86_64=('0e0b35d47ae28bb05421cd5f7cb1a93991fa3c19ff7f356ed57c885b8b715d87ae36dc57bb4692a426d147ea4d6f82beef848f2ecc1fc0b82b96d7bbb550c01b'
'SKIP')
_binname=Bisq
conflicts=("bisq" "bisq-git")