From a6cbcaab1ae5d75d9e0db4c79cf33a51a224f62b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 7 Jan 2020 23:00:23 +0000 Subject: [PATCH] sass: Update to version 1.24.3 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 9898a1b4ed..068502c2c1 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/sass/dart-sass", "description": "The reference implementation of Sass, written in Dart.", - "version": "1.24.2", + "version": "1.24.3", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.24.2/dart-sass-1.24.2-windows-x64.zip", - "hash": "d62a0e32028e93c6fb9ba634494bbdaebe4aa99d5d7ee90bc21850e75538a74e" + "url": "https://github.com/sass/dart-sass/releases/download/1.24.3/dart-sass-1.24.3-windows-x64.zip", + "hash": "4c3be4e9d8448ec7314cee4a94d1c7fe956129a3338be419cd30ff37ce485d55" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.24.2/dart-sass-1.24.2-windows-ia32.zip", - "hash": "19e0dba1801adf17132d74cea7cfad19755d0d39aa353f0d3831ad069859bc02" + "url": "https://github.com/sass/dart-sass/releases/download/1.24.3/dart-sass-1.24.3-windows-ia32.zip", + "hash": "8933bf09138b97c0ca116522f1237820e9038ec4c6bce9afbfdf18e8f100fcfd" } }, "extract_dir": "dart-sass",