From f57103f220ff2a80eeddbd831313d00e253d5376 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 00:32:45 +0000 Subject: [PATCH] purescript: Update to version 0.15.2 --- bucket/purescript.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/purescript.json b/bucket/purescript.json index 202e940e35..3f7b9cdff8 100644 --- a/bucket/purescript.json +++ b/bucket/purescript.json @@ -1,12 +1,12 @@ { - "version": "0.15.1", + "version": "0.15.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.15.1/win64.tar.gz", - "hash": "sha1:320b116e4b6dcd7a34552b44eac069339a24eabb" + "url": "https://github.com/purescript/purescript/releases/download/v0.15.2/win64.tar.gz", + "hash": "sha1:4bdf9f5486fde82d96b95e23c96ec7a2321d40c8" } }, "extract_dir": "purescript",