minify: update to 2.11.2.
This commit is contained in:
parent
78955200f6
commit
e0b50261cf
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'minify'
|
# Template file for 'minify'
|
||||||
pkgname=minify
|
pkgname=minify
|
||||||
version=2.11.1
|
version=2.11.2
|
||||||
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"
|
||||||
|
@ -11,7 +11,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=f238ffcb9ed6ff3c413442e3c5bfe9409809cc3de67db29ebc541d83168a09ea
|
checksum=de1bcdf33c8bb3fafa2286f71d28c4639dcba044dae1707232eb53ed6980a33a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue