mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
glide: update to 0.13.3, add changelog
This commit is contained in:
parent
60301b15c1
commit
e9a2529c99
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'glide'
|
||||
pkgname=glide
|
||||
version=0.13.2
|
||||
revision=2
|
||||
version=0.13.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/Masterminds/glide"
|
||||
hostmakedepends="git"
|
||||
depends="go git"
|
||||
go_import_path="github.com/Masterminds/glide"
|
||||
short_desc="Vendor package management for golang"
|
||||
maintainer="ananteris <ananteris@protonmail.ch>"
|
||||
license="MIT"
|
||||
homepage="http://glide.sh"
|
||||
changelog="https://raw.githubusercontent.com/Masterminds/glide/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/Masterminds/glide/archive/v${version}.tar.gz"
|
||||
checksum=0886851af2437b161d47b279a32bef426577e7bec3f5acdadebe34549aae8270
|
||||
checksum=817dad2f25303d835789c889bf2fac5e141ad2442b9f75da7b164650f0de3fee
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue