minify: update to 2.2.0.
This commit is contained in:
parent
76435cebcb
commit
baa96c899d
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'minify'
|
||||
pkgname=minify
|
||||
version=2.1.0
|
||||
revision=4
|
||||
version=2.2.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/tdewolff/minify"
|
||||
go_package="github.com/tdewolff/minify/cmd/minify"
|
||||
|
@ -11,7 +11,7 @@ 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=2233dc38482350def69e6b6ec943a2e4ef1355bfc0f7d874a2bdfd873cce7439
|
||||
checksum=a7d602fa1d62e585fdf972f55ed731e839b3ffda9da772386a9f37fe5db40e5d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md LICENSE
|
||||
|
|
Loading…
Reference in a new issue