From d8ea00ae5f4a598cd571e42277e20dfbfa9e1c76 Mon Sep 17 00:00:00 2001 From: Neel Chotai Date: Thu, 30 Apr 2020 03:00:48 +0100 Subject: [PATCH] go-ipfs: update to 0.5.0 --- srcpkgs/go-ipfs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index 2685a89641a..4d1b080109d 100644 --- a/srcpkgs/go-ipfs/template +++ b/srcpkgs/go-ipfs/template @@ -1,6 +1,6 @@ # Template file for 'go-ipfs' pkgname=go-ipfs -version=0.4.23 +version=0.5.0 revision=1 build_style=go go_import_path="github.com/ipfs/${pkgname}" @@ -13,7 +13,7 @@ license="MIT, Apache-2.0" homepage="https://ipfs.io" changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" -checksum=21a7b7bfe822d5c6a64c4848eebd6f25f18ad4c94acdd0bbb56235c7c13d38c3 +checksum=df74fe2331958cffde20daa22df25d671af8a29b9f41137c9ad320902fc39496 pre_build() { # Disable the dynamic plugin loader for now; breaks cross.