2022-02-24 20:27:00 +00:00

24 lines
792 B
JSON

{
"version": "1.41.1",
"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.41.1/dhall-1.41.1-x86_64-windows.zip",
"hash": "4c118b996a734a75f409ede0e6b495bc6f046006ad90de1c0c5f92244d8c7aac"
}
},
"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"
}
}
}
}