summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2015-05-18 19:26:54 -0400
committerDavid Parrish2015-05-18 19:26:54 -0400
commit45128b17ead7e0686e409cb6ddd32d975ae9ac62 (patch)
treecb4414a82521d55c12e1fb66fc7e9b4f38e3e854
parent53e203e19aef0705f61668b9d43b042fa5b5bbb3 (diff)
downloadaur-45128b17ead7e0686e409cb6ddd32d975ae9ac62.tar.gz
Update to version 0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12176c7d49b8..75549f4da242 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bitsquare
pkgdesc = Bitsquare is a cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
- pkgver = 0.1.1
+ pkgver = 0.2.1
pkgrel = 1
url = https://bitsquare.io/
arch = x86_64
license = AGPL3
provides = bitsquare
- source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.1.1/bitsquare-0.1.1.deb
- sha256sums_x86_64 = 323ef52773ca345c110482ab03ae66779e77e06c8216c520b826ba99e0d58ce7
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.2.1/bitsquare-0.2.1.deb
+ sha256sums_x86_64 = 103913e6ec4d42a26069646c892a87bb14b9e88afd6bbe8a2d18ba99bff18c45
pkgname = bitsquare
diff --git a/PKGBUILD b/PKGBUILD
index 1c7316290d5d..434bc7bb9fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: David Parrish <daveparrish@gmail.com>
pkgname=bitsquare
-pkgver=0.1.1
+pkgver=0.2.1
pkgrel=1
pkgdesc="Bitsquare is a 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://bitsquare.io/"
license=('AGPL3')
provides=('bitsquare')
-source_x86_64=("https://github.com/bitsquare/bitsquare/releases/download/v0.1.1/bitsquare-0.1.1.deb")
-sha256sums_x86_64=("323ef52773ca345c110482ab03ae66779e77e06c8216c520b826ba99e0d58ce7")
+source_x86_64=("https://github.com/bitsquare/bitsquare/releases/download/v0.2.1/bitsquare-0.2.1.deb")
+sha256sums_x86_64=("103913e6ec4d42a26069646c892a87bb14b9e88afd6bbe8a2d18ba99bff18c45")
_binname=Bitsquare
prepare() {