Update package version to 1.2.0
This commit is contained in:
@@ -1,14 +1,28 @@
|
||||
name: brotli
|
||||
description: Generic-purpose lossless compression algorithm
|
||||
version: 1.1.0
|
||||
version: 1.2.0
|
||||
revision: 1
|
||||
url: https://github.com/google/brotli
|
||||
license: MIT
|
||||
architecture: any
|
||||
make_depends: ["cmake","python-build","python-installer","python-setuptools","python-wheel"]
|
||||
type: source
|
||||
make_depends:
|
||||
- cmake
|
||||
- python-build
|
||||
- python-installer
|
||||
- python-setuptools
|
||||
- python-wheel
|
||||
downloads:
|
||||
- url: https://github.com/google/brotli/archive/v${BPM_PKG_VERSION}/brotli-${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 816c96e8e8f193b40151dad7e8ff37b1221d019dbcb9c35cd3fadbfe6477dfec
|
||||
split_packages:
|
||||
- name: brotli
|
||||
depends: ["glibc"]
|
||||
depends:
|
||||
- glibc
|
||||
- name: python-brotli
|
||||
description: Python library for brotli
|
||||
depends: ["python3","brotli"]
|
||||
depends:
|
||||
- python3
|
||||
- brotli
|
||||
|
||||
Reference in New Issue
Block a user