minify: update to 2.8.0.

This commit is contained in:
Leah Neukirchen 2020-07-29 10:39:33 +02:00
parent df817550b0
commit e9609a6951

View file

@ -1,6 +1,6 @@
# Template file for 'minify'
pkgname=minify
version=2.7.7
version=2.8.0
revision=1
build_style=go
go_import_path="github.com/tdewolff/minify"
@ -11,8 +11,8 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/tdewolff/minify"
distfiles="https://github.com/tdewolff/${pkgname}/archive/v${version}.tar.gz"
checksum=5f1dc505aceec11d3beffd3655eb11d9c7500076b8adb40f7b29a4288787b183
checksum=4c833a23414d161059292232550238c054383e4a9558a2c4cd1ec6c96698b44c
post_install() {
vlicense LICENSE.md LICENSE
vlicense LICENSE
}