summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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