govendor: update to 1.0.9.

This commit is contained in:
lemmi 2018-05-10 01:37:26 +02:00
parent 3c4b6f0b01
commit a4cff6421c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'govendor' # Template file for 'govendor'
pkgname=govendor pkgname=govendor
version=1.0.8 version=1.0.9
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/kardianos/govendor" go_import_path="github.com/kardianos/govendor"
@ -9,7 +9,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
license="BSD" license="BSD"
homepage="https://github.com/kardianos/govendor" homepage="https://github.com/kardianos/govendor"
distfiles="https://github.com/kardianos/govendor/archive/v${version}.tar.gz" distfiles="https://github.com/kardianos/govendor/archive/v${version}.tar.gz"
checksum=7e887b84c7a9278473f39ae8a74440ffc17b329aa193e9304d170d458f8785c7 checksum=d303abf194838792234a1451c3a1e87885d1b2cd21774867b592c1f7db00551e
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE