From 197fec5662d1ce29a2dd2b8d5ac104b820296ed6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 16 Jan 2020 23:01:50 +0000 Subject: [PATCH] sass: Update to version 1.24.5 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index a2d0df98a6..358c514089 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.4", + "version": "1.24.5", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.24.4/dart-sass-1.24.4-windows-x64.zip", - "hash": "f4251982c68322ca998734f821aa8dc3971a3bed71e096ff16959300191c34ce" + "url": "https://github.com/sass/dart-sass/releases/download/1.24.5/dart-sass-1.24.5-windows-x64.zip", + "hash": "f87b63cf76cdb9744d80dee6ff0490b55cb9d1f93903b133640c4a66571b3051" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.24.4/dart-sass-1.24.4-windows-ia32.zip", - "hash": "b19704d52538b21ed21939ba8aab76fff22f738e5e42378a37dcd85806441d69" + "url": "https://github.com/sass/dart-sass/releases/download/1.24.5/dart-sass-1.24.5-windows-ia32.zip", + "hash": "0e61f53ce4bf35cce31116e620e3699d32e89702cc1570bfd35d0cec7b64e819" } }, "extract_dir": "dart-sass",