Skip to content

Commit bb01170

Browse files
committed
DepCtrl Feed: add release channel and make it the default
1 parent f457334 commit bb01170

1 file changed

Lines changed: 35 additions & 5 deletions

File tree

DependencyControl.json

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The official Functional repository.",
55
"baseUrl": "https://github.com/TypesettingTools/Functional",
66
"url": "@{baseUrl}",
7-
"fileBaseUrl": "https://raw.githubusercontent.com/TypesettingTools/Functional/",
7+
"fileBaseUrl": "https://raw.githubusercontent.com/TypesettingTools/Functional",
88
"maintainer": "line0",
99
"knownFeeds": {
1010
"DependencyControl": "https://raw.githubusercontent.com/TypesettingTools/DependencyControl/master/DependencyControl.json",
@@ -23,22 +23,52 @@
2323
"author": "line0",
2424
"name": "(Almost) Functional Suite",
2525
"description": "Collection of commonly used functions",
26-
"fileBaseUrl": "@{fileBaseUrl}v@{version}-@{channel}/",
2726
"channels": {
28-
"alpha": {
27+
"release": {
2928
"version": "0.5.0",
3029
"released": "2019-02-17",
3130
"default": true,
31+
"fileBaseUrl": "@{fileBaseUrl}/v@{version}",
32+
"files": [
33+
{
34+
"name": ".moon",
35+
"url": "@{fileBaseUrl}/Functional.moon",
36+
"sha1": "0803D1200632C02931FF31FD60C50D0D0A36B6F5"
37+
},
38+
{
39+
"name": ".moon",
40+
"type": "test",
41+
"url": "@{fileBaseUrl}/Tests.moon",
42+
"sha1": "690E43411F74B9822E06021735FDAF787D58A3D7"
43+
}
44+
],
45+
"requiredModules": [
46+
{
47+
"moduleName": "aegisub.util"
48+
},
49+
{
50+
"moduleName": "aegisub.unicode"
51+
},
52+
{
53+
"moduleName": "aegisub.re"
54+
}
55+
]
56+
},
57+
"alpha": {
58+
"version": "0.5.0",
59+
"released": "2019-02-17",
60+
"default": false,
61+
"fileBaseUrl": "@{fileBaseUrl}/v@{version}-@{channel}",
3262
"files": [
3363
{
3464
"name": ".moon",
35-
"url": "@{fileBaseUrl}Functional.moon",
65+
"url": "@{fileBaseUrl}/Functional.moon",
3666
"sha1": "0803D1200632C02931FF31FD60C50D0D0A36B6F5"
3767
},
3868
{
3969
"name": ".moon",
4070
"type": "test",
41-
"url": "@{fileBaseUrl}Tests.moon",
71+
"url": "@{fileBaseUrl}/Tests.moon",
4272
"sha1": "690E43411F74B9822E06021735FDAF787D58A3D7"
4373
}
4474
],

0 commit comments

Comments
 (0)