dep: update to 0.4.1.

This commit is contained in:
Michael Gehring 2018-01-25 10:06:48 +00:00
parent 821457c993
commit 8cff35ded1

View file

@ -1,7 +1,7 @@
# Template file for 'dep' # Template file for 'dep'
pkgname=dep pkgname=dep
version=0.3.2 version=0.4.1
revision=3 revision=1
build_style=go build_style=go
hostmakedepends="git" hostmakedepends="git"
depends="git go" depends="git go"
@ -12,7 +12,7 @@ go_import_path="github.com/golang/dep"
go_package="$go_import_path/cmd/dep" go_package="$go_import_path/cmd/dep"
homepage="https://$go_import_path" homepage="https://$go_import_path"
distfiles="$homepage/archive/v$version.tar.gz" distfiles="$homepage/archive/v$version.tar.gz"
checksum=327124953d76293eaba6001e17bb8a31371313ab39eed1fa9eac01f8b5c1de21 checksum=df9b050bf4dbb2a8cf04372097a68b04a6ae1986ed7c5086914ac86d74ea9d49
pre_build() { pre_build() {
git config --global http.https://gopkg.in.followRedirects true git config --global http.https://gopkg.in.followRedirects true