go-review: update to 1.0.0

This commit is contained in:
Renato Aguiar 2020-03-12 21:15:06 -07:00 committed by Juan RP
parent 9b4e1e9897
commit 980b108984
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'go-review' # Template file for 'go-review'
pkgname=go-review pkgname=go-review
version=0.3.1 version=1.0.0
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/heppu/go-review" go_import_path="github.com/heppu/go-review"
go_package="${go_import_path}/cmd/${pkgname}" go_package="${go_import_path}/cmd/${pkgname}"
hostmakedepends="git" hostmakedepends="git"
short_desc="Publish reports from different Go linters as gerrit reviews" short_desc="Publish reports from different Go linters as gerrit reviews"
maintainer="Renato Aguiar <renato@renag.me>" maintainer="Renato Aguiar <renato@renatoaguiar.net>"
license="MIT" license="MIT"
homepage="https://github.com/heppu/go-review" homepage="https://github.com/heppu/go-review"
distfiles="https://github.com/heppu/go-review/archive/v${version}.tar.gz" distfiles="https://github.com/heppu/go-review/archive/v${version}.tar.gz"
checksum=284eea5ec9184f169454de1f15a64beafd774653852d3e952171d9850651a553 checksum=08e6eecc36f8706f012c280d6bfd37a6b9f922b223c9b6e5342550103dbdfaa0
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE