|
4 | 4 | "description": "The official Functional repository.", |
5 | 5 | "baseUrl": "https://github.com/TypesettingTools/Functional", |
6 | 6 | "url": "@{baseUrl}", |
7 | | - "fileBaseUrl": "https://raw.githubusercontent.com/TypesettingTools/Functional/", |
| 7 | + "fileBaseUrl": "https://raw.githubusercontent.com/TypesettingTools/Functional", |
8 | 8 | "maintainer": "line0", |
9 | 9 | "knownFeeds": { |
10 | 10 | "DependencyControl": "https://raw.githubusercontent.com/TypesettingTools/DependencyControl/master/DependencyControl.json", |
|
23 | 23 | "author": "line0", |
24 | 24 | "name": "(Almost) Functional Suite", |
25 | 25 | "description": "Collection of commonly used functions", |
26 | | - "fileBaseUrl": "@{fileBaseUrl}v@{version}-@{channel}/", |
27 | 26 | "channels": { |
28 | | - "alpha": { |
| 27 | + "release": { |
29 | 28 | "version": "0.5.0", |
30 | 29 | "released": "2019-02-17", |
31 | 30 | "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}", |
32 | 62 | "files": [ |
33 | 63 | { |
34 | 64 | "name": ".moon", |
35 | | - "url": "@{fileBaseUrl}Functional.moon", |
| 65 | + "url": "@{fileBaseUrl}/Functional.moon", |
36 | 66 | "sha1": "0803D1200632C02931FF31FD60C50D0D0A36B6F5" |
37 | 67 | }, |
38 | 68 | { |
39 | 69 | "name": ".moon", |
40 | 70 | "type": "test", |
41 | | - "url": "@{fileBaseUrl}Tests.moon", |
| 71 | + "url": "@{fileBaseUrl}/Tests.moon", |
42 | 72 | "sha1": "690E43411F74B9822E06021735FDAF787D58A3D7" |
43 | 73 | } |
44 | 74 | ], |
|
0 commit comments