summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGergely Imreh2019-08-19 23:22:40 +0100
committerGergely Imreh2019-08-19 23:22:40 +0100
commit632461cda530b4fea20097d4ca89b8b5cec8a1fd (patch)
treecf57f3657f1a289e44320a1172f1141297531cbf
parentf9af36794e3dbd38730b47fe63283a3348b92ad5 (diff)
downloadaur-632461cda530b4fea20097d4ca89b8b5cec8a1fd.tar.gz
bump version to 0.3.2
Signed-off-by: Gergely Imreh <imrehg@gmail.com>
-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"