mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
goreleaser: update to 2.9.0.
This commit is contained in:
parent
f124bfb900
commit
a21712c11a
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'goreleaser'
|
# Template file for 'goreleaser'
|
||||||
pkgname=goreleaser
|
pkgname=goreleaser
|
||||||
version=1.21.2
|
version=2.9.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
go_import_path=github.com/goreleaser/goreleaser
|
go_import_path=github.com/goreleaser/goreleaser/v2
|
||||||
go_ldflags="-X main.version=${version}"
|
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=0721e1d3c2f4d68076b62c0484d0d17964e62f71794a96653a3f0dfaff2509d8
|
checksum=ce6726f6762e8835657511371fcc242924563f33cb29568a372f8ee1952dd8f8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue