packr2: revbump for go 1.21

This commit is contained in:
Kirill 2023-08-14 19:34:32 +04:00 committed by Michael Aldridge
parent 1c0fab597e
commit 5683ed98d5

View file

@ -2,15 +2,17 @@
pkgname=packr2 pkgname=packr2
_pkgname=packr _pkgname=packr
version=2.8.1 version=2.8.1
revision=2 revision=3
build_style=go build_style=go
go_import_path=github.com/gobuffalo/${_pkgname}/v2/packr2 go_import_path="github.com/gobuffalo/${_pkgname}/v2"
go_package="./packr2"
short_desc="Static files embedder for Go binaries" short_desc="Static files embedder for Go binaries"
maintainer="Gabriel Sanches <gabriel@gsr.dev>" maintainer="Gabriel Sanches <gabriel@gsr.dev>"
license="MIT" license="MIT"
homepage="https://github.com/gobuffalo/packr" homepage="https://github.com/gobuffalo/packr"
distfiles="https://github.com/gobuffalo/${_pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/gobuffalo/${_pkgname}/archive/v${version}.tar.gz"
checksum=648f8690e0349039300d3603708bd383f3568193ebaeb0760a87da8760dc7fa7 checksum=648f8690e0349039300d3603708bd383f3568193ebaeb0760a87da8760dc7fa7
_go_mod_path="./v2/go.mod"
post_install() { post_install() {
vlicense v2/LICENSE.txt vlicense v2/LICENSE.txt