From 5194ba1be0db73c9d5ca399c83104bae6bb16e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20T=C3=B3th?= Date: Fri, 25 May 2018 23:29:21 +0200 Subject: [PATCH] Add idris --- idris.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 idris.json diff --git a/idris.json b/idris.json new file mode 100644 index 0000000000..643b524731 --- /dev/null +++ b/idris.json @@ -0,0 +1,30 @@ +{ + "description": "A Dependently Typed Functional Programming Language", + "homepage": "https://www.idris-lang.org/", + "version": "1.2.0", + "architecture": { + "64bit": { + "url": "https://neon.se/idris/idris-1.2.0-win64.exe#/dl.7z", + "hash": "605558735fc8954be3260429b83cc6ab9eb4b825d5603f29472218a61a68a7a5" + }, + "32bit": { + "url": "https://neon.se/idris/idris-1.2.0-win32.exe#/dl.7z", + "hash": "5a3e13760830cea5b5bbf45930a7308070af1e461a83c1aaf5abf33d78c7f229" + } + }, + "bin": "idris\\idris.exe", + "checkver": { + "url": "https://neon.se/idris.html", + "re": "idris-([\\d.]+)-win" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://neon.se/idris/idris-$version-win64.exe#/dl.7z" + }, + "32bit": { + "url": "https://neon.se/idris/idris-$version-win32.exe#/dl.7z" + } + } + } +}