blob: b111df4e27a9f3590cb4c9a3e02e1b4131e38ec6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"build_id_generator": "0x$(shell echo $(version) | sha1sum | awk '{print $$1}')",
"host": "github.com",
"include": ["useragents.mk"],
"kind": "package",
"name": "uarand",
"tool": [],
"user": "corpix",
"version_generator": "$(shell git rev-list --count HEAD).$(shell git rev-parse --short HEAD)",
"version_variable": "cli.version"
}
|