mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
goreleaser: update to 1.19.2.
This commit is contained in:
parent
517591f085
commit
9730a509ac
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'goreleaser'
|
# Template file for 'goreleaser'
|
||||||
pkgname=goreleaser
|
pkgname=goreleaser
|
||||||
version=1.8.3
|
version=1.19.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/goreleaser/goreleaser
|
go_import_path=github.com/goreleaser/goreleaser
|
||||||
|
go_ldflags="-X main.version=${version}"
|
||||||
short_desc="Deliver Go binaries as fast and easily as possible"
|
short_desc="Deliver Go binaries as fast and easily as possible"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://goreleaser.com/"
|
homepage="https://goreleaser.com/"
|
||||||
distfiles="https://github.com/goreleaser/goreleaser/archive/refs/tags/v$version.tar.gz"
|
distfiles="https://github.com/goreleaser/goreleaser/archive/refs/tags/v$version.tar.gz"
|
||||||
checksum=3ac091dacf81357a83b5c8bf17bbcb325371111b88bc59fa79c8354be2273145
|
checksum=60e94d9371f7106878441deb006814339e3cf3d7f574d25cb22a9a45ec14939b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue