goreleaser: update to 1.8.3.

This commit is contained in:
Michael Aldridge 2022-05-03 02:06:10 -05:00
parent 691967dbc2
commit cc1eded574

View file

@ -1,6 +1,6 @@
# Template file for 'goreleaser' # Template file for 'goreleaser'
pkgname=goreleaser pkgname=goreleaser
version=1.2.5 version=1.8.3
revision=1 revision=1
build_style=go build_style=go
go_import_path=github.com/goreleaser/goreleaser go_import_path=github.com/goreleaser/goreleaser
@ -9,7 +9,7 @@ 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=f6ad356f4b53a3e4742bb429c636b974f04aab8d5d12f5fc6919526c83665d1a checksum=3ac091dacf81357a83b5c8bf17bbcb325371111b88bc59fa79c8354be2273145
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md