minify: update to 2.20.24.
This commit is contained in:
parent
8ff73e5976
commit
28107c6edf
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'minify'
|
# Template file for 'minify'
|
||||||
pkgname=minify
|
pkgname=minify
|
||||||
version=2.20.21
|
version=2.20.24
|
||||||
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=dd5947538cf7ab82afc27e0d53c813918ee201d53883504d9032c8b95cd61511
|
checksum=cde8dee3222892a4ec2a626f147618acc1bbab28610714875df910fa823538b3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue