summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel O'Neil2018-10-16 20:33:32 -0400
committerMarcel O'Neil2018-10-16 20:33:32 -0400
commitd85a9fa7425b7e4ccc46d57285a44bd273754f3c (patch)
treefb9b16da225c28e6bfa4ae208b7417254d2985b6
parentfa1eb6ee5c0fcfb58d731f720a831ac6b5fa43af (diff)
downloadaur-d85a9fa7425b7e4ccc46d57285a44bd273754f3c.tar.gz
1.3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32b61a87a862..017c16f17e07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sia-daemon
pkgdesc = Blockchain-based marketplace for file storage
- pkgver = 1.3.4
+ pkgver = 1.3.6
pkgrel = 1
url = https://sia.tech
arch = x86_64
license = MIT
depends = glibc
- source = https://gitlab.com/NebulousLabs/Sia/uploads/8b940c81f06a62933ba00dd58ebd741b/Sia-v1.3.4-linux-amd64.zip
- sha256sums = b8d189e874cc5a1cafb5a59116b5122f614fe60bd7575abc5b53fc7259c870ed
+ source = https://sia.tech/releases/Sia-v1.3.6-linux-amd64.zip
+ sha256sums = 9a879e3cf75b388594ed1b6737f4292a176b3b20a264a42f97e506044eb627c5
pkgname = sia-daemon
diff --git a/PKGBUILD b/PKGBUILD
index ac0020623ee7..97ed973d52bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Marcel O'Neil <marcel@marceloneil.com>
pkgname=sia-daemon
-pkgver=1.3.4
+pkgver=1.3.6
_pkgver="v${pkgver}"
-_hash="8b940c81f06a62933ba00dd58ebd741b"
pkgrel=1
pkgdesc="Blockchain-based marketplace for file storage"
arch=('x86_64')
url="https://sia.tech"
license=('MIT')
depends=('glibc')
-source=("https://gitlab.com/NebulousLabs/Sia/uploads/${_hash}/Sia-${_pkgver}-linux-amd64.zip")
-sha256sums=('b8d189e874cc5a1cafb5a59116b5122f614fe60bd7575abc5b53fc7259c870ed')
+source=("https://sia.tech/releases/Sia-${_pkgver}-linux-amd64.zip")
+sha256sums=('9a879e3cf75b388594ed1b6737f4292a176b3b20a264a42f97e506044eb627c5')
package() {
cd $srcdir/Sia-$_pkgver-linux-amd64