mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
glide: update to 0.13.2.
This commit is contained in:
parent
2dc6a9df8b
commit
625759e171
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glide'
|
# Template file for 'glide'
|
||||||
pkgname=glide
|
pkgname=glide
|
||||||
version=0.13.1
|
version=0.13.2
|
||||||
revision=6
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
depends="go git"
|
depends="go git"
|
||||||
|
@ -9,9 +9,9 @@ go_import_path="github.com/Masterminds/glide"
|
||||||
short_desc="Vendor package management for golang"
|
short_desc="Vendor package management for golang"
|
||||||
maintainer="ananteris <ananteris@protonmail.ch>"
|
maintainer="ananteris <ananteris@protonmail.ch>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/Masterminds/glide"
|
homepage="http://glide.sh"
|
||||||
distfiles="https://github.com/Masterminds/glide/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Masterminds/glide/archive/v${version}.tar.gz"
|
||||||
checksum=84c4e365c9f76a3c8978018d34b4331b0c999332f628fc2064aa79a5a64ffc90
|
checksum=0886851af2437b161d47b279a32bef426577e7bec3f5acdadebe34549aae8270
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue