From b6e036fc79e167b030298244322990cabc0c728b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 00:39:01 +0000 Subject: [PATCH] purescript: Update to version 0.15.4 --- bucket/purescript.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/purescript.json b/bucket/purescript.json index 58fff881c3..20ab23d796 100644 --- a/bucket/purescript.json +++ b/bucket/purescript.json @@ -1,12 +1,12 @@ { - "version": "0.15.3", + "version": "0.15.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.15.3/win64.tar.gz", - "hash": "sha1:41db0a313978a7429f2e2e7afb93e88225f59a3f" + "url": "https://github.com/purescript/purescript/releases/download/v0.15.4/win64.tar.gz", + "hash": "sha1:823f2f72b184256d8fa38395f2085a435e585c0d" } }, "extract_dir": "purescript",