summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5129bf37bd1e..939ba776b37e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Nov 15 14:51:11 UTC 2018
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.8.1
+ pkgver = 0.9.0
pkgrel = 2
url = https://bisq.network
arch = x86_64
@@ -11,9 +9,10 @@ pkgbase = bisq-bin
depends = gtk2
provides = bisq
conflicts = bisq
- source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.8.1/Bisq-64bit-0.8.1.deb
- source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.8.1/Bisq-64bit-0.8.1.deb.asc
- sha512sums_x86_64 = 3dc11f9586d92c5fba089602bfba28f47056a126a49b55d97a1074b0194d15ac91d796369d04475fa4b99f3b232c10481dc7b8574744c2b834e30097c5729950
+ validpgpkeys = CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.9.0/Bisq-64bit-0.9.0.deb
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.9.0/Bisq-64bit-0.9.0.deb.asc
+ sha512sums_x86_64 = 95f5396050bb4489625bdd8d62af5464586586db39ad4ecd3c1064faeff6316404faa68015bd725a41394f39c3dbe821bd91830a547e0ce626929fe980005b7d
sha512sums_x86_64 = SKIP
pkgname = bisq-bin
diff --git a/PKGBUILD b/PKGBUILD
index 686cc125b64f..44d8d0c379c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bisq-bin
-pkgver=0.8.1
+pkgver=0.9.0
pkgrel=2
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-openjfx' 'gtk2')
validpgpkeys=('CB36D7D2EBB2E35D9B75500BCD5DC1C529CDFD3B')
source_x86_64=("https://github.com/bitsquare/bitsquare/releases/download/v${pkgver}/Bisq-64bit-${pkgver}.deb"{,.asc})
-sha512sums_x86_64=('3dc11f9586d92c5fba089602bfba28f47056a126a49b55d97a1074b0194d15ac91d796369d04475fa4b99f3b232c10481dc7b8574744c2b834e30097c5729950'
+sha512sums_x86_64=('95f5396050bb4489625bdd8d62af5464586586db39ad4ecd3c1064faeff6316404faa68015bd725a41394f39c3dbe821bd91830a547e0ce626929fe980005b7d'
'SKIP')
_binname=Bisq
conflicts=("bisq")