mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
godef: update to 1.1.2
This commit is contained in:
parent
5f444219e0
commit
2e37919520
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'godef'
|
# Template file for 'godef'
|
||||||
pkgname=godef
|
pkgname=godef
|
||||||
version=1.1.1
|
version=1.1.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/rogpeppe/godef"
|
go_import_path="github.com/rogpeppe/godef"
|
||||||
short_desc="Print where symbols are defined in Go source code"
|
short_desc="Print where symbols are defined in Go source code"
|
||||||
maintainer="Renato Aguiar <renato@renag.me>"
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/rogpeppe/godef"
|
homepage="https://github.com/rogpeppe/godef"
|
||||||
distfiles="https://github.com/rogpeppe/godef/archive/v${version}.tar.gz"
|
distfiles="https://github.com/rogpeppe/godef/archive/v${version}.tar.gz"
|
||||||
checksum=e8be9bf07e92d693b93b450da3e5e5c8694c89bc5de53479078a637b103559d6
|
checksum=48a1680e9a7db28f19c4b5716402c615bbab454c769c28d9e373df75bde48b9c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue