-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdhall.json
23 lines (23 loc) · 820 Bytes
/
dhall.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version": "1.42.2",
"description": "Command-line tooling for the Dhall configuration language",
"homepage": "https://dhall-lang.org",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.42.2/dhall-1.42.2-x86_64-windows.zip",
"hash": "c2447b8406d11611f43c47366fc93baa8061961736b46b9822077625cbd8ff9e"
}
},
"bin": "bin\\dhall.exe",
"checkver": {
"github": "https://github.com/dhall-lang/dhall-haskell"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dhall-lang/dhall-haskell/releases/download/$version/dhall-$version-x86_64-windows.zip"
}
}
}
}