From 9fce4693a77f075d8d30b72178a2cb7534fd2ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 6 Jul 2021 23:22:01 -0700 Subject: [PATCH] purescript: Update to version 0.14.3 --- bucket/purescript.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/purescript.json b/bucket/purescript.json index bcf632fa0c..968819a11a 100644 --- a/bucket/purescript.json +++ b/bucket/purescript.json @@ -1,12 +1,12 @@ { - "version": "0.14.2", + "version": "0.14.3", "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.2/win64.tar.gz", - "hash": "sha1:53c4c3c04062fb145527bf89df948c52afbfaafd" + "url": "https://github.com/purescript/purescript/releases/download/v0.14.3/win64.tar.gz", + "hash": "sha1:c72ba34bf31adf92a37e166a2c3069fbad29a108" } }, "extract_dir": "purescript",