From 99e7196453d6a8caa6cae63595cc8d228a233078 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 20 Nov 2019 00:00:38 +0000 Subject: [PATCH] sass: Update to version 1.23.7 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 26daefeb09..d6e7d4ca7c 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.23.3", + "version": "1.23.7", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.23.3/dart-sass-1.23.3-windows-x64.zip", - "hash": "cccc23e445ec2a3361a384061c6d9af22551f0e4d8e6cda5405ce882f1cd6996" + "url": "https://github.com/sass/dart-sass/releases/download/1.23.7/dart-sass-1.23.7-windows-x64.zip", + "hash": "3c22f517a1dc4ea99e3552101b8f18a9515c61d8224fbfa9c03b2268a4f811ce" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.23.3/dart-sass-1.23.3-windows-ia32.zip", - "hash": "6719474cd0f435dbe7b55db69cc8a5888a94e447dd9e8ec0917b8ac232b9277b" + "url": "https://github.com/sass/dart-sass/releases/download/1.23.7/dart-sass-1.23.7-windows-ia32.zip", + "hash": "9098c4fece20b4eb0b51b98298b26a5e8e625864b16fc520b4d459162daa0b15" } }, "extract_dir": "dart-sass",