mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
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'
|
# Template file for 'minify'
|
||||||
pkgname=minify
|
pkgname=minify
|
||||||
version=2.1.0
|
version=2.2.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/tdewolff/minify"
|
go_import_path="github.com/tdewolff/minify"
|
||||||
go_package="github.com/tdewolff/minify/cmd/minify"
|
go_package="github.com/tdewolff/minify/cmd/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=2233dc38482350def69e6b6ec943a2e4ef1355bfc0f7d874a2bdfd873cce7439
|
checksum=a7d602fa1d62e585fdf972f55ed731e839b3ffda9da772386a9f37fe5db40e5d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md LICENSE
|
vlicense LICENSE.md LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue