minify: update to 2.3.3.

This commit is contained in:
Leah Neukirchen 2017-11-13 13:14:24 +01:00
parent 3b35111c97
commit 1d9f82eb4b

View file

@ -1,6 +1,6 @@
# Template file for 'minify' # Template file for 'minify'
pkgname=minify pkgname=minify
version=2.3.0 version=2.3.3
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/tdewolff/minify" go_import_path="github.com/tdewolff/minify"
@ -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/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/tdewolff/${pkgname}/archive/v${version}.tar.gz"
checksum=8f8ef75b6be016eca31406effc317c6b083888b6f1dfa599387b65e96c73bf25 checksum=8fda38ba62d4e43e239f14ff73227130796e92a2370c9fe31aca95f89345178d
post_install() { post_install() {
vlicense LICENSE.md LICENSE vlicense LICENSE.md LICENSE