From 31229efc0664b30572981062dd60fd6b5aa81107 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 23 Oct 2019 01:00:22 +0000 Subject: [PATCH] sass: Update to version 1.23.1 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index d6df1e7d82..ab0067f5d6 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.0", + "version": "1.23.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.23.0/dart-sass-1.23.0-windows-x64.zip", - "hash": "46c0cbe3f804809383b258427f2b97815ebbec7e6030ae29e7fc141a39622962" + "url": "https://github.com/sass/dart-sass/releases/download/1.23.1/dart-sass-1.23.1-windows-x64.zip", + "hash": "be43a193106fe9f7fcb3fd38cc8c19819221f197830a294684b7fd085d5df84a" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.23.0/dart-sass-1.23.0-windows-ia32.zip", - "hash": "4f4422c7e26b6b34671242f451b264984514ed28cfd82f535858a22cfdcc9e8f" + "url": "https://github.com/sass/dart-sass/releases/download/1.23.1/dart-sass-1.23.1-windows-ia32.zip", + "hash": "462a4a655da7fdd514e7731e65425d1249fca59d44ed8867c9b3a9202463dd06" } }, "extract_dir": "dart-sass",