dep: update to 0.5.1.
This commit is contained in:
parent
96e01a59c6
commit
2625d4c064
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dep'
|
# Template file for 'dep'
|
||||||
pkgname=dep
|
pkgname=dep
|
||||||
version=0.5.0
|
version=0.5.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=65c31c8d51513dfabd25f1f37ecd22a38ab3bcdd5893bdf10f54941250e4f19d
|
checksum=720752ee3a089a8c6ee6a8ebecc7c70881bf2d994d3183d192a588398484b8d4
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
git config --global http.https://gopkg.in.followRedirects true
|
git config --global http.https://gopkg.in.followRedirects true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue