dep: update to 0.3.1.

This commit is contained in:
Andrea Brancaleoni 2017-09-19 10:27:54 +02:00
parent 9ef26efe8b
commit ad83c156c0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'dep'
pkgname=dep
version=0.3.0
version=0.3.1
revision=1
build_style=go
hostmakedepends="git"
@ -12,7 +12,7 @@ go_import_path="github.com/golang/dep"
go_package="$go_import_path/cmd/dep"
homepage="https://$go_import_path"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=7d816ffb14f57c4b01352676998a8cda9e4fb24eaec92bd79526e1045c5a0c83
checksum=386e2d163c5a95166fa3b89da4f8166361c7c5210fb172f64c116cccd19d1d44
pre_build() {
git config --global http.https://gopkg.in.followRedirects true