From 4b346346e3d28430457948fed6ca8db4d7837c39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:23:57 +0000 Subject: [PATCH] purescript: Update to version 0.15.13 --- bucket/purescript.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/purescript.json b/bucket/purescript.json index 3ad644aaff..8224896087 100644 --- a/bucket/purescript.json +++ b/bucket/purescript.json @@ -1,12 +1,12 @@ { - "version": "0.15.12", + "version": "0.15.13", "description": "A strongly-typed language that compiles to Javascript", "homepage": "https://www.purescript.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/purescript/purescript/releases/download/v0.15.12/win64.tar.gz", - "hash": "sha1:9e1970c0f96a4bad02c256da5150468dae9c2482" + "url": "https://github.com/purescript/purescript/releases/download/v0.15.13/win64.tar.gz", + "hash": "sha1:e4ae1e1f7942c1a9e0176e5f2a370521a365f858" } }, "extract_dir": "purescript",