Update package version to 2.0.0
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
name: cmocka
|
||||
description: An elegant unit testing framework for C with support for mock objects
|
||||
version: 1.1.8
|
||||
version: 2.0.0
|
||||
revision: 1
|
||||
url: https://cmocka.org/
|
||||
license: Apache-2.0
|
||||
architecture: any
|
||||
depends: ["glibc"]
|
||||
make_depends: ["cmake"]
|
||||
type: source
|
||||
depends:
|
||||
- glibc
|
||||
make_depends:
|
||||
- cmake
|
||||
downloads:
|
||||
- url: https://cmocka.org/files/${BPM_PKG_VERSION%.*}/cmocka-${BPM_PKG_VERSION}.tar.xz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: b5686c51ea92d142958d68e5dcb932f9bfc32cd3dd01c524f9d4aa863ebc3d9c
|
||||
|
||||
Reference in New Issue
Block a user