mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
minify: update to 2.1.0.
This commit is contained in:
parent
b8ecf707cd
commit
364f77cbec
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'minify'
|
# Template file for 'minify'
|
||||||
pkgname=minify
|
pkgname=minify
|
||||||
version=2.0.0
|
version=2.1.0
|
||||||
revision=3
|
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"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Go minifiers for web formats"
|
short_desc="Go minifiers for web formats"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
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=e7f218427218d38bc4318353c70ba425c1c4f9e15d8e85c79d08f905eaebc12f
|
checksum=2233dc38482350def69e6b6ec943a2e4ef1355bfc0f7d874a2bdfd873cce7439
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md LICENSE
|
vlicense LICENSE.md LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue