summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43e0a186743d..df12522fce96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sia-daemon
pkgdesc = Blockchain-based marketplace for file storage
- pkgver = v1.2.2
+ pkgver = 1.3.0
pkgrel = 1
url = https://sia.tech
arch = x86_64
license = MIT
depends = glibc
- source = https://github.com/NebulousLabs/Sia/releases/download/v1.2.2/Sia-v1.2.2-linux-amd64.zip
- sha256sums = b11e4535510b3affe0820059226507d68463ddc8cf2c5f59fbe2ff9f8931055c
+ source = https://github.com/NebulousLabs/Sia/releases/download/v1.3.0/Sia-v1.3.0-linux-amd64.zip
+ sha256sums = 51e6f414d0d3152b1a6119b02ad24fb6979f0bed4fc225126d67a5a7661f30b6
pkgname = sia-daemon
diff --git a/PKGBUILD b/PKGBUILD
index cb5b5ebb1bbe..126f2e55e98a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Marcel O'Neil <marcel@marceloneil.com>
pkgname=sia-daemon
-pkgver=v1.2.2
+pkgver=1.3.0
+_pkgver="v${pkgver}"
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=('b11e4535510b3affe0820059226507d68463ddc8cf2c5f59fbe2ff9f8931055c')
+source=("https://github.com/NebulousLabs/Sia/releases/download/${_pkgver}/Sia-${_pkgver}-linux-amd64.zip")
+sha256sums=('51e6f414d0d3152b1a6119b02ad24fb6979f0bed4fc225126d67a5a7661f30b6')
package() {
- cd $srcdir/Sia-$pkgver-linux-amd64
+ cd $srcdir/Sia-$_pkgver-linux-amd64
install -Dm755 siac "${pkgdir}/usr/bin/siac"
install -Dm755 siad "${pkgdir}/usr/bin/siad"