From 5f78bb16f1a8b57c3e6d1397e15f9877adfb9577 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 9 Jan 2020 23:00:27 +0000 Subject: [PATCH] sass: Update to version 1.24.4 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 068502c2c1..a2d0df98a6 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.3", + "version": "1.24.4", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.24.3/dart-sass-1.24.3-windows-x64.zip", - "hash": "4c3be4e9d8448ec7314cee4a94d1c7fe956129a3338be419cd30ff37ce485d55" + "url": "https://github.com/sass/dart-sass/releases/download/1.24.4/dart-sass-1.24.4-windows-x64.zip", + "hash": "f4251982c68322ca998734f821aa8dc3971a3bed71e096ff16959300191c34ce" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.24.3/dart-sass-1.24.3-windows-ia32.zip", - "hash": "8933bf09138b97c0ca116522f1237820e9038ec4c6bce9afbfdf18e8f100fcfd" + "url": "https://github.com/sass/dart-sass/releases/download/1.24.4/dart-sass-1.24.4-windows-ia32.zip", + "hash": "b19704d52538b21ed21939ba8aab76fff22f738e5e42378a37dcd85806441d69" } }, "extract_dir": "dart-sass",