grv: update to 0.3.1.
This commit is contained in:
parent
efef926048
commit
756f201d5e
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'grv'
|
# Template file for 'grv'
|
||||||
pkgname=grv
|
pkgname=grv
|
||||||
version=0.3.0
|
version=0.3.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="$pkgname"
|
wrksrc="$pkgname"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/rgburke/grv
|
go_import_path=github.com/rgburke/grv
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/rgburke/grv"
|
homepage="https://github.com/rgburke/grv"
|
||||||
distfiles="https://github.com/rgburke/grv/releases/download/v${version}/grv-${version}-src.tar.gz"
|
distfiles="https://github.com/rgburke/grv/releases/download/v${version}/grv-${version}-src.tar.gz"
|
||||||
checksum=ee1b51bfcc1a5c1b4c71b3b84cae6370eced5dfcb4c677c53c75aab370edab63
|
checksum=604f927a40218f6d7dff2188f796bb47c4ababff203f11a6f7ebce2f1967b6f0
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc doc/documentation.md
|
vdoc doc/documentation.md
|
||||||
|
|
Loading…
Reference in New Issue