From df3e3b536c525d750645979f6fe1044ebb72c2d9 Mon Sep 17 00:00:00 2001 From: Robert Lowry Date: Thu, 7 Oct 2021 22:04:05 -0500 Subject: [PATCH] vmdfmt: update to v0.1.0 --- srcpkgs/vmdfmt/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vmdfmt/template b/srcpkgs/vmdfmt/template index 6b8be84ed05c..b141794d3518 100644 --- a/srcpkgs/vmdfmt/template +++ b/srcpkgs/vmdfmt/template @@ -1,17 +1,18 @@ # Template file for 'vmdfmt' pkgname=vmdfmt -version=0.0.6 +version=0.1.0 revision=1 wrksrc="vmd-${version}" build_style=go go_import_path="github.com/bobertlo/vmd" go_package="github.com/bobertlo/vmd/cmd/vmdfmt" +hostmakedepends="git" short_desc="Markdown autoformatter similar to gofmt" maintainer="Robert Lowry " license="ISC" homepage="https://github.com/bobertlo/vmd" distfiles="https://github.com/bobertlo/vmd/archive/v${version}.tar.gz" -checksum=3d696c45da7ddd8a0bf07eb9d74b4d9c7f48ff2d980cab3b168fb6f815430308 +checksum=b60cafbe6d6a1e2cfca16f12b28ac27bbc8a2b1ec3a2a4a77a048ba1cddf9b9c post_install() { vlicense LICENSE