-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDependencyControl.json
54 lines (53 loc) · 1.53 KB
/
DependencyControl.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"dependencyControlFeedFormatVersion": "0.3.0",
"name": "Bl4Cc4t’s Aegisub Scripts",
"description": "some scripts to make your life easier",
"maintainer": "Bl4Cc4t",
"knownFeeds": {},
"baseUrl": "https://github.com/Bl4Cc4t/aegisub-automation-scripts",
"url": "@{baseUrl}",
"fileBaseUrl": "https://raw.githubusercontent.com/Bl4Cc4t/aegisub-automation-scripts/@{channel}/@{namespace}",
"macros": {
"bl4.advancedAlpha": {
"url": "@{baseUrl}#@{namespace}",
"author": "Bl4Cc4t",
"name": "advancedAlpha",
"description": "Create an advanced alpha time from selection",
"channels": {
"master": {
"version": "0.4.1",
"released": "2018-07-13",
"default": true,
"files": [
{
"name": ".lua",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "d03dfe059075aec4bac50d3feddc3cc1b2b3b0b6"
}
],
"requiredModules": []
}
},
"changelog": {
"0.1.0": [
"Initial release (rewrite of ua.BlurAndGlow.lua)"
],
"0.3.0": [
"added PoRO style 7 (yellow to green)",
"added PoRO style 8 (pink gradient 2, italic)",
"new RTL option for the normal alpha"
],
"0.3.5": [
"added PoRO style 9 (yellow to light blue)"
],
"0.4.0": [
"added DependencyControl support"
],
"0.4.1": [
"testing DependencyControl support"
]
}
},
},
"modules": {}
}