mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +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'
|
||||
pkgname=goreleaser
|
||||
version=1.21.2
|
||||
revision=2
|
||||
version=2.9.0
|
||||
revision=1
|
||||
build_style=go
|
||||
build_helper="qemu"
|
||||
go_import_path=github.com/goreleaser/goreleaser
|
||||
go_import_path=github.com/goreleaser/goreleaser/v2
|
||||
go_ldflags="-X main.version=${version}"
|
||||
short_desc="Deliver Go binaries as fast and easily as possible"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://goreleaser.com/"
|
||||
distfiles="https://github.com/goreleaser/goreleaser/archive/refs/tags/v$version.tar.gz"
|
||||
checksum=0721e1d3c2f4d68076b62c0484d0d17964e62f71794a96653a3f0dfaff2509d8
|
||||
checksum=ce6726f6762e8835657511371fcc242924563f33cb29568a372f8ee1952dd8f8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
|
|
Loading…
Add table
Reference in a new issue