From 8553246c8c7564c8af3c7ab99580666d79956bc1 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Thu, 19 Nov 2020 19:30:34 -0800 Subject: [PATCH] dhall: Add version 1.36.0 (#1546) * dhall: Add version 1.36.0 * Update dhall.json Co-authored-by: Chawye Hsu --- bucket/dhall.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/dhall.json 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" + } + } + } +}