diff --git a/bucket/dhall.json b/bucket/dhall.json new file mode 100644 index 0000000000..779930df2a --- /dev/null +++ b/bucket/dhall.json @@ -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" + } + } + } +}