From cf45aad23423f74d49d8a1765e073347fc04086d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 2 Sep 2018 16:46:01 +0200 Subject: [PATCH] Add purescript version 0.12.0 --- purescript.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 purescript.json diff --git a/purescript.json b/purescript.json new file mode 100644 index 0000000000..a645212753 --- /dev/null +++ b/purescript.json @@ -0,0 +1,28 @@ +{ + "homepage": "http://purescript.org/", + "description": "A strongly-typed language that compiles to Javascript", + "license": "MIT", + "version": "0.12.0", + "architecture": { + "64bit": { + "url": "https://github.com/purescript/purescript/releases/download/v0.12.0/win64.tar.gz", + "hash": "sha1:594c41bf9090bd01dfce32a0d29c6b700f06cf5b" + } + }, + "bin": "purs.exe", + "extract_dir": "purescript", + "checkver": { + "github": "https://github.com/purescript/purescript" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/purescript/purescript/releases/download/v$version/win64.tar.gz", + "hash": { + "url": "$baseurl/win64.sha", + "find": "SHA1\\(bundle/$basename\\)=\\s+([a-fA-F\\d]{40})" + } + } + } + } +}