summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2016-04-23 21:25:49 -0400
committerDavid Parrish2016-04-23 21:25:49 -0400
commit2751c593277b8f83c5aef5e7d0db3bf87584cd08 (patch)
treecbe2a2b2f6807ca3a88549ab37f2d66c1ff1cc3b
parent7562313f2497ce21857fe40ab972e253e51d826d (diff)
downloadaur-2751c593277b8f83c5aef5e7d0db3bf87584cd08.tar.gz
Bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d21d3052350..3b19b0d2bdb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 15:16:23 UTC 2016
+# Sun Apr 24 01:25:05 UTC 2016
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.4.0
+ pkgver = 0.4.3
pkgrel = 1
url = https://bitsquare.io/
arch = x86_64
license = AGPL3
- source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.4.0/Bitsquare-64bit-0.4.0.deb
- md5sums_x86_64 = 35a4b39780a22164b9dfb24929185d5e
+ source_x86_64 = https://github.com/bitsquare/bitsquare/releases/download/v0.4.3/Bitsquare-64bit-0.4.3.deb
+ md5sums_x86_64 = a327dd5a9f8d7a3984c5116329b78be3
pkgname = bitsquare
diff --git a/PKGBUILD b/PKGBUILD
index 29e7fcdbd43f..9c181b7f0a58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Parrish <daveparrish@gmail.com>
pkgname=bitsquare
-pkgver=0.4.0
+pkgver=0.4.3
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')
source_x86_64=("https://github.com/bitsquare/bitsquare/releases/download/v${pkgver}/Bitsquare-64bit-${pkgver}.deb")
-md5sums_x86_64=('35a4b39780a22164b9dfb24929185d5e')
+md5sums_x86_64=('a327dd5a9f8d7a3984c5116329b78be3')
_binname=Bitsquare
prepare() {