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 1/2] 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" + } + } + } +} From f6a718cab9ba80504129ad167109a65b6117c557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20T=C3=B3th?= Date: Sat, 26 May 2018 23:04:13 +0200 Subject: [PATCH 2/2] Update idris to version 1.3.0 --- idris.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/idris.json b/idris.json index 643b524731..c10fedd8be 100644 --- a/idris.json +++ b/idris.json @@ -1,15 +1,15 @@ { "description": "A Dependently Typed Functional Programming Language", "homepage": "https://www.idris-lang.org/", - "version": "1.2.0", + "version": "1.3.0", "architecture": { "64bit": { - "url": "https://neon.se/idris/idris-1.2.0-win64.exe#/dl.7z", - "hash": "605558735fc8954be3260429b83cc6ab9eb4b825d5603f29472218a61a68a7a5" + "url": "https://neon.se/idris/idris-1.3.0-win64.exe#/dl.7z", + "hash": "099e047ea5498d850f39097d61527d77c359788ca4984a9fe3b2a4cd74341165" }, "32bit": { - "url": "https://neon.se/idris/idris-1.2.0-win32.exe#/dl.7z", - "hash": "5a3e13760830cea5b5bbf45930a7308070af1e461a83c1aaf5abf33d78c7f229" + "url": "https://neon.se/idris/idris-1.3.0-win32.exe#/dl.7z", + "hash": "256170a98cffc7db9734ceded13dada2335f6e0905337db92f3a1b760730047a" } }, "bin": "idris\\idris.exe",