-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.bintray.json
38 lines (38 loc) · 1008 Bytes
/
.bintray.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"package": {
"name": "myscontroller-rs",
"repo": "myscontroller-rs",
"subject": "tsathishkumar",
"desc": "MySensors controller with Web of Things API for sensors and API support for firmware management",
"vcs_url": "https://github.com/tsathishkumar/MySController-rs.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "RELEASE.txt",
"licenses": [
"AGPL-V3"
],
"labels": [
"mysensors-controller",
"proxy",
"ota-update"
],
"public_download_numbers": false,
"public_stats": false
},
"version": {
"name": "0.7.0",
"desc": "Added support for MQTT Gateways and controllers",
"released": "2019-10-13"
},
"files": [
{
"includePattern": "target/x86_64-unknown-linux-gnu/debian/(.*\.deb)",
"uploadPattern": "$1",
"matrixParams": {
"deb_distribution": "vivid",
"deb_component": "main",
"deb_architecture": "amd64"
}
}
],
"publish": true
}