From 0a54b133257a8c85cd4ffe9a93097100f68b04c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 25 Aug 2021 11:44:29 -0700 Subject: [PATCH] purescript: Update to version 0.14.4 --- bucket/purescript.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/purescript.json b/bucket/purescript.json index 968819a11a..e6ba5acf1d 100644 --- a/bucket/purescript.json +++ b/bucket/purescript.json @@ -1,12 +1,12 @@ { - "version": "0.14.3", + "version": "0.14.4", "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.3/win64.tar.gz", - "hash": "sha1:c72ba34bf31adf92a37e166a2c3069fbad29a108" + "url": "https://github.com/purescript/purescript/releases/download/v0.14.4/win64.tar.gz", + "hash": "sha1:c40988291c1b4f6be31c1df619e58b8737af2f0a" } }, "extract_dir": "purescript",