-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.bintray.json
More file actions
40 lines (36 loc) · 1.02 KB
/
.bintray.json
File metadata and controls
40 lines (36 loc) · 1.02 KB
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
39
40
{
"package": {
"name": "GLUL",
"repo": "generic",
"subject": "ripper37",
"desc": "GLUL - OpenGL Utility Library",
"website_url": "https://github.com/RippeR37/GLUL",
"issue_tracker_url": "https://github.com/RippeR37/GLUL/issues",
"vcs_url": "https://github.com/RippeR37/GLUL.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "README.md",
"licenses": [ "MIT" ],
"labels": [],
"public_download_numbers": false,
"public_stats": false,
"attributes": []
},
"version": {
"name": "0.3",
"desc": "GLUL v0.3",
"released": "2015-09-15",
"vcs_tag": "v0.3",
"attributes": [],
"gpgSign": false
},
"files": [
{
"includePattern": "deploy/ubuntu/(.*\.tar.gz)",
"uploadPattern": "linux/ubuntu/12.04/$1",
"matrixParams": {
"override": 1
}
}
],
"publish": true
}