summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel O'Neil2018-09-21 23:59:41 -0400
committerMarcel O'Neil2018-09-21 23:59:41 -0400
commitfa1eb6ee5c0fcfb58d731f720a831ac6b5fa43af (patch)
tree038434f4782347f4490bf2fd713fe5887a27780e
parent13d815f86fda35161a36e52673518d97af42d234 (diff)
downloadaur-fa1eb6ee5c0fcfb58d731f720a831ac6b5fa43af.tar.gz
1.3.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 876913f8f4c8..32b61a87a862 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sia-daemon
pkgdesc = Blockchain-based marketplace for file storage
- pkgver = 1.3.3
- pkgrel = 2
+ pkgver = 1.3.4
+ pkgrel = 1
url = https://sia.tech
arch = x86_64
license = MIT
depends = glibc
- source = https://github.com/NebulousLabs/Sia/releases/download/v1.3.3/Sia-v1.3.3-linux-amd64.zip
- sha256sums = d76bed3fce0bd01591b6bf7ead12369d3701efdc8b98103f0f0d4c71284136b2
+ source = https://gitlab.com/NebulousLabs/Sia/uploads/8b940c81f06a62933ba00dd58ebd741b/Sia-v1.3.4-linux-amd64.zip
+ sha256sums = b8d189e874cc5a1cafb5a59116b5122f614fe60bd7575abc5b53fc7259c870ed
pkgname = sia-daemon
diff --git a/PKGBUILD b/PKGBUILD
index daeb84414758..ac0020623ee7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Marcel O'Neil <marcel@marceloneil.com>
pkgname=sia-daemon
-pkgver=1.3.3
+pkgver=1.3.4
_pkgver="v${pkgver}"
-pkgrel=2
+_hash="8b940c81f06a62933ba00dd58ebd741b"
+pkgrel=1
pkgdesc="Blockchain-based marketplace for file storage"
arch=('x86_64')
url="https://sia.tech"
license=('MIT')
depends=('glibc')
-source=("https://github.com/NebulousLabs/Sia/releases/download/${_pkgver}/Sia-${_pkgver}-linux-amd64.zip")
-sha256sums=('d76bed3fce0bd01591b6bf7ead12369d3701efdc8b98103f0f0d4c71284136b2')
+source=("https://gitlab.com/NebulousLabs/Sia/uploads/${_hash}/Sia-${_pkgver}-linux-amd64.zip")
+sha256sums=('b8d189e874cc5a1cafb5a59116b5122f614fe60bd7575abc5b53fc7259c870ed')
package() {
cd $srcdir/Sia-$_pkgver-linux-amd64