summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20441f5df668..58155c56fe1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = go-filecoin
pkgdesc = A decentralized storage network, full node implementation in Go
- pkgver = 0.2.2
- pkgrel = 2
+ pkgver = 0.3.2
+ pkgrel = 1
url = https://github.com/filecoin-project/go-filecoin
arch = x86_64
license = MIT
@@ -13,7 +13,7 @@ pkgbase = go-filecoin
makedepends = jq
optdepends = rustup: compiling proofs from scratch
conflicts = go-filecoin-git
- source = git+https://github.com/filecoin-project/go-filecoin.git#tag=0.2.2
+ source = git+https://github.com/filecoin-project/go-filecoin.git#tag=0.3.2
md5sums = SKIP
sha256sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3bad12cafe5a..4ec3aa1195e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Ian Naval <ianonavy@gmail.com>
pkgname=go-filecoin
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.3.2
+pkgrel=1
pkgdesc='A decentralized storage network, full node implementation in Go'
_organization='filecoin-project'
url="https://github.com/$_organization/$pkgname"