brotli: update to 0.5.2.
This commit is contained in:
parent
0af097f382
commit
edb3be39a3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'brotli'
|
# Template file for 'brotli'
|
||||||
pkgname=brotli
|
pkgname=brotli
|
||||||
version=0.5.0
|
version=0.5.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="Generic-purpose lossless compression algorithm"
|
short_desc="Generic-purpose lossless compression algorithm"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/google/brotli"
|
homepage="https://github.com/google/brotli"
|
||||||
distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=41cdb350c91395e1a6bec120dd4d946bd48c5fa1be6919df28e079aec8eb3896
|
checksum=2b7b1183682a17d8a9b83170fccdbec270c9e56baf8c0082f5d9c4528412d343
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue