mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
dep: update to 0.5.0.
This commit is contained in:
parent
17037b27c0
commit
b77ab0f3a0
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.4.1
|
version=0.5.0
|
||||||
revision=4
|
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=df9b050bf4dbb2a8cf04372097a68b04a6ae1986ed7c5086914ac86d74ea9d49
|
checksum=65c31c8d51513dfabd25f1f37ecd22a38ab3bcdd5893bdf10f54941250e4f19d
|
||||||
|
|
||||||
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
Reference in a new issue