dhall: Add version 1.36.0 (#1546)

* dhall: Add version 1.36.0

* Update dhall.json

Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
Gabriel Gonzalez 2020-11-19 19:30:34 -08:00 committed by GitHub
parent 0b2c0ff708
commit 8553246c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/dhall.json Normal file
View File

@ -0,0 +1,23 @@
{
"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"
}
}
}
}