-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathcoursier-channel.json
31 lines (31 loc) · 1.4 KB
/
coursier-channel.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
{
"bleep": {
"repositories": [
"central"
],
"dependencies": [
"build.bleep:bleep-cli_2.13:latest.release"
],
"mainClass": "bleep.Main",
"launcherType": "graalvm-native-image",
"prebuiltBinaries": {
"x86_64-pc-linux": "tgz+https://github.com/oyvindberg/bleep/releases/download/v${version}/bleep-${platform}.tar.gz!bleep",
"x86_64-pc-win32": "zip+https://github.com/oyvindberg/bleep/releases/download/v${version}/bleep-${platform}.zip!bleep.exe",
"x86_64-apple-darwin": "tgz+https://github.com/oyvindberg/bleep/releases/download/v${version}/bleep-${platform}.tar.gz!bleep",
"aarch64-apple-darwin": "tgz+https://github.com/oyvindberg/bleep/releases/download/v${version}/bleep-arm64-apple-darwin.tar.gz!bleep"
},
"versionOverrides": [
{
"dependencies": [
"build.bleep:bleep-core_3:latest.release"
],
"versionRange": "(0.0.1-M1,0.0.1-M7]",
"prebuiltBinaries": {
"x86_64-pc-linux": "gz+https://github.com/oyvindberg/bleep/releases/download/v${version}/bleep-${version}-x86-64-pc-linux.gz",
"x86_64-pc-win32": "zip+https://github.com/oyvindberg/bleep/releases/download/v${version}/bleep-${version}-x86-64-pc-win32.zip",
"x86_64-apple-darwin": "gz+https://github.com/oyvindberg/bleep/releases/download/v${version}/bleep-${version}-x86-64-apple-darwin.gz"
}
}
]
}
}