From eded7467019b86a923884e99e8628bd4984f4936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 29 May 2020 09:39:18 +0200 Subject: [PATCH] sass: Update to version 1.26.7 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index b7851cd332..49c4ab4cd3 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { "homepage": "https://sass-lang.com/dart-sass", "description": "The primary implementation of Sass, written in Dart.", - "version": "1.26.3", + "version": "1.26.7", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.26.3/dart-sass-1.26.3-windows-x64.zip", - "hash": "e451a32ee523df3cd82c7930740d069381e878dd8fda3a2fdbeb15b0f776c746" + "url": "https://github.com/sass/dart-sass/releases/download/1.26.7/dart-sass-1.26.7-windows-x64.zip", + "hash": "8b3590bee9d7a3b14ef94fab27c9a620b310352a97eea61bea55c3f692d08b97" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.26.3/dart-sass-1.26.3-windows-ia32.zip", - "hash": "f0615c65b2ad8f392a5329aefe134d44d0f731deb826abc1727ee704b285b328" + "url": "https://github.com/sass/dart-sass/releases/download/1.26.7/dart-sass-1.26.7-windows-ia32.zip", + "hash": "c7049c79c140ce1be284222ee28de81e1886743bafe13f62f7fd68e5f9a2b960" } }, "extract_dir": "dart-sass",