From efdb5d7a1e679c29f62cfaa8e27d565a703fdc4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 5 Jun 2021 23:50:56 -0700 Subject: [PATCH] purescript: Update to version 0.14.2 --- bucket/purescript.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/purescript.json b/bucket/purescript.json index cc7d0f5351..bcf632fa0c 100644 --- a/bucket/purescript.json +++ b/bucket/purescript.json @@ -1,12 +1,12 @@ { - "version": "0.14.1", + "version": "0.14.2", "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.14.1/win64.tar.gz", - "hash": "sha1:b7e8207b7a5de7979439e40b7667a6c2bd592f82" + "url": "https://github.com/purescript/purescript/releases/download/v0.14.2/win64.tar.gz", + "hash": "sha1:53c4c3c04062fb145527bf89df948c52afbfaafd" } }, "extract_dir": "purescript",