Gabriel Gonzalez 8553246c8c
dhall: Add version 1.36.0 (#1546)
* dhall: Add version 1.36.0

* Update dhall.json

Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
2020-11-20 11:30:34 +08:00

24 lines
792 B
JSON

{
"version": "1.36.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.36.0/dhall-1.36.0-x86_64-windows.zip",
"hash": "90876adf62282735f2b548182a5227662f22aec0103c1172a6716ee742213003"
}
},
"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"
}
}
}
}