minify: update to 2.9.5.
This commit is contained in:
parent
44b4513068
commit
e51390aa29
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'minify'
|
# Template file for 'minify'
|
||||||
pkgname=minify
|
pkgname=minify
|
||||||
version=2.9.4
|
version=2.9.5
|
||||||
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=9c23f942c0ad6488e2aaa82a0235aaef071da70c4dfee6eaa154137d6cecc2fa
|
checksum=77e4069b2d4536f2042dc1dd41b63f0f6d234789214b7fa593a5b3a84ff48bf1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue