mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
10489fdba6
commit
efde9f20ee
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'revive'
|
# Template file for 'revive'
|
||||||
pkgname=revive
|
pkgname=revive
|
||||||
version=1.3.7
|
version=1.3.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_ldflags="-X github.com/mgechev/revive/cli.version=$version"
|
go_ldflags="-X github.com/mgechev/revive/cli.version=$version"
|
||||||
go_import_path="github.com/mgechev/revive"
|
go_import_path="github.com/mgechev/revive"
|
||||||
short_desc="Drop-in replacement for golint"
|
short_desc="Drop-in replacement for golint"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://revive.run/"
|
homepage="https://revive.run/"
|
||||||
changelog="https://github.com/mgechev/revive/releases"
|
changelog="https://github.com/mgechev/revive/releases"
|
||||||
distfiles="https://github.com/mgechev/revive/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/mgechev/revive/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=b2dccf39ca74ac858feb67e07b7aecdcb14c8252bf000057acd19893494b2747
|
checksum=a9373b4a2cd480d5383831b6927bc701f9ca1d02c5dc3e7c3f34d4bb189167cb
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
|
|
Loading…
Add table
Reference in a new issue