2021-06-04 05:41:24 -07:00

24 lines
792 B
JSON

{
"version": "1.39.0",
"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.39.0/dhall-1.39.0-x86_64-windows.zip",
"hash": "e5c2b83559f95221fa557f2de87cce064b54b87bb7a55fff1514cb5bfbe34424"
}
},
"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"
}
}
}
}