2022-08-15 16:33:02 +00:00

24 lines
797 B
JSON

{
"version": "1.41.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.41.2/dhall-1.41.2-x86_64-windows.zip",
"hash": "8153e55dfd5327ae85289f3a50aacca5037b9ce4ffe2ffbf03c92ed0e6738291"
}
},
"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"
}
}
}
}