From 3e09c8d1e41ede2d78dd8af7e9b60d6383c26ff6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 11 Mar 2020 23:01:49 +0000 Subject: [PATCH] sass: Update to version 1.26.3 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 870a6bbe77..13e2c97a6c 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.26.2", + "version": "1.26.3", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.26.2/dart-sass-1.26.2-windows-x64.zip", - "hash": "632c1991b0f62304d771d99b95bd9cbba03a468007c7e7b066120dfd7c9e4173" + "url": "https://github.com/sass/dart-sass/releases/download/1.26.3/dart-sass-1.26.3-windows-x64.zip", + "hash": "e451a32ee523df3cd82c7930740d069381e878dd8fda3a2fdbeb15b0f776c746" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.26.2/dart-sass-1.26.2-windows-ia32.zip", - "hash": "5c2adce26f783bbe980eebf48455ea6354ce37bd3e4e7dfa1997ee26df280efe" + "url": "https://github.com/sass/dart-sass/releases/download/1.26.3/dart-sass-1.26.3-windows-ia32.zip", + "hash": "f0615c65b2ad8f392a5329aefe134d44d0f731deb826abc1727ee704b285b328" } }, "extract_dir": "dart-sass",