minify: update to 2.20.21.
This commit is contained in:
parent
c33c2089fd
commit
d60c22ab86
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'minify'
|
# Template file for 'minify'
|
||||||
pkgname=minify
|
pkgname=minify
|
||||||
version=2.20.20
|
version=2.20.21
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/tdewolff/minify/v2"
|
go_import_path="github.com/tdewolff/minify/v2"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/tdewolff/minify"
|
homepage="https://github.com/tdewolff/minify"
|
||||||
distfiles="https://github.com/tdewolff/minify/archive/v${version}.tar.gz"
|
distfiles="https://github.com/tdewolff/minify/archive/v${version}.tar.gz"
|
||||||
checksum=15027db4d856e72482e0ff7b3cee8bcb9e3dcee44ef3e4462de9c11f4e6066b6
|
checksum=dd5947538cf7ab82afc27e0d53c813918ee201d53883504d9032c8b95cd61511
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue