From df164891e0c7bfb52c89c0d61cd71c832a2efdcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 26 Feb 2021 13:52:27 +0100 Subject: [PATCH] purescript: Update to version 0.14.0 --- bucket/purescript.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/purescript.json b/bucket/purescript.json index 0fb064b045..afda4b324c 100644 --- a/bucket/purescript.json +++ b/bucket/purescript.json @@ -1,12 +1,12 @@ { - "version": "0.13.8", + "version": "0.14.0", "description": "A strongly-typed language that compiles to Javascript", "homepage": "http://purescript.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/purescript/purescript/releases/download/v0.13.8/win64.tar.gz", - "hash": "sha1:94620c27616dd82b2e7c2139399f9865099211e8" + "url": "https://github.com/purescript/purescript/releases/download/v0.14.0/win64.tar.gz", + "hash": "sha1:fc2d82c693ffd347c89bc02bc21494691f539bde" } }, "extract_dir": "purescript",