brotli: update to 0.5.0.
This commit is contained in:
parent
45200a2cda
commit
110ebe7b60
1 changed files with 5 additions and 7 deletions
|
@ -1,17 +1,15 @@
|
|||
# Template file for 'brotli'
|
||||
pkgname=brotli
|
||||
version=0.4.0
|
||||
version=0.5.0
|
||||
revision=1
|
||||
build_wrksrc="tools"
|
||||
build_style=gnu-makefile
|
||||
build_style=cmake
|
||||
short_desc="Generic-purpose lossless compression algorithm"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/google/brotli"
|
||||
distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=09aeea757c68a39feb0350a1506b5543ec5ce2c09988711d9e4dc1e9907dac7d
|
||||
checksum=41cdb350c91395e1a6bec120dd4d946bd48c5fa1be6919df28e079aec8eb3896
|
||||
|
||||
do_install() {
|
||||
vbin bro
|
||||
vlicense ../LICENSE
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue