summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2019-04-09 16:20:02 +1000
committerLuis Aranguren2019-04-09 16:20:02 +1000
commitf14f98d33a30439d9285655eca551d2b912a5312 (patch)
tree23bed9dea14f192d494d7a5fb961439bb5ee4b06
parent18502ab33644328e61a1490348ab7fdc31dcddfb (diff)
downloadaur-f14f98d33a30439d9285655eca551d2b912a5312.tar.gz
0.13.3.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8465729e1a10..82064caf423a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jan 17 22:05:01 UTC 2019
pkgbase = dashcore
pkgdesc = Dash Core (DASH, Dashpay, formerly Darkcoin) is an open source, privacy-centric digital currency. (Includes the qt-client, the headless daemon and the command-line tool.)
- pkgver = 0.13.0.0
+ pkgver = 0.13.3.0
pkgrel = 1
url = https://www.dash.org/
arch = i686
@@ -34,10 +32,10 @@ pkgbase = dashcore
sha256sums = d719e01df4b47f4d6f0d4d6eac50d402bebb4127d0b6d64764fe2a42e903819b
sha256sums = 41f83cb53ecf33688d899f83e09bd52f9aa8e6d7b9b0f30810f192988b26079a
sha256sums = b5290c16b194d488265f3af37a7ab74cb9fecea2de97b910670cefa4e0909853
- source_i686 = https://github.com/dashpay/dash/releases/download/v0.13.0.0/dashcore-0.13.0.0-i686-pc-linux-gnu.tar.gz
- sha256sums_i686 = 6745ddac6451acf5e5935d06fb37140a0acd2a26e111fd76cde942f093fd628c
- source_x86_64 = https://github.com/dashpay/dash/releases/download/v0.13.0.0/dashcore-0.13.0.0-x86_64-linux-gnu.tar.gz
- sha256sums_x86_64 = 99b4309c7f53b2a93d4b60a45885000b88947af2f329e24ca757ff8cf882ab18
+ source_i686 = https://github.com/dashpay/dash/releases/download/v0.13.3.0/dashcore-0.13.3.0-i686-pc-linux-gnu.tar.gz
+ sha256sums_i686 = 9cf8a72c58b527b3510c966c97260e69f72eac5b6c2e51926674a47e46982cf3
+ source_x86_64 = https://github.com/dashpay/dash/releases/download/v0.13.3.0/dashcore-0.13.3.0-x86_64-linux-gnu.tar.gz
+ sha256sums_x86_64 = 1da7bf1c201259c7ed9304c64e40a07bcce757af5e3fe4f4d8ae0632b2f39f51
pkgname = dashcore
diff --git a/PKGBUILD b/PKGBUILD
index b1c4a38fc656..9c87e91b1d41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on PKGBUILD from darkcoin-git maintained by Viliam Kubis <viliam dot kubis at gmail dot com>
pkgname='dashcore'
-pkgver=0.13.1.0
+pkgver=0.13.3.0
pkgrel=1
arch=('i686' 'x86_64')
url="https://www.dash.org/"
@@ -20,13 +20,11 @@ source=(
)
source_i686=("https://github.com/dashpay/dash/releases/download/v${pkgver}/dashcore-${pkgver}-i686-pc-linux-gnu.tar.gz")
source_x86_64=("https://github.com/dashpay/dash/releases/download/v${pkgver}/dashcore-${pkgver}-x86_64-linux-gnu.tar.gz")
-sha256sums=(
- 'd719e01df4b47f4d6f0d4d6eac50d402bebb4127d0b6d64764fe2a42e903819b'
- '41f83cb53ecf33688d899f83e09bd52f9aa8e6d7b9b0f30810f192988b26079a'
- 'b5290c16b194d488265f3af37a7ab74cb9fecea2de97b910670cefa4e0909853'
-)
-sha256sums_i686=('dee728869f4d4db06df2a9f10065e3620d8cbb71981a02b2916d7965090777a5')
-sha256sums_x86_64=('5ce96dbb8376e99f1e783f4ff77018d562778aac5a1249fbe4f4532c03df6432')
+sha256sums=('d719e01df4b47f4d6f0d4d6eac50d402bebb4127d0b6d64764fe2a42e903819b'
+ '41f83cb53ecf33688d899f83e09bd52f9aa8e6d7b9b0f30810f192988b26079a'
+ 'b5290c16b194d488265f3af37a7ab74cb9fecea2de97b910670cefa4e0909853')
+sha256sums_i686=('9cf8a72c58b527b3510c966c97260e69f72eac5b6c2e51926674a47e46982cf3')
+sha256sums_x86_64=('1da7bf1c201259c7ed9304c64e40a07bcce757af5e3fe4f4d8ae0632b2f39f51')
package() {
install -D -m755 "$srcdir/$pkgname-${pkgver%.*}/bin/dash-qt" "$pkgdir/usr/bin/dash-qt"