From 837031b3b4898bfe00d8f2d448c487730312d1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 16 Aug 2021 22:33:15 -0700 Subject: [PATCH] sass: Update to version 1.38.0 --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index ea7ecbbbc5..b5a76d376d 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,16 +1,16 @@ { - "version": "1.37.5", + "version": "1.38.0", "description": "The primary implementation of Sass, written in Dart.", "homepage": "https://sass-lang.com/dart-sass", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.37.5/dart-sass-1.37.5-windows-x64.zip", - "hash": "669e1e3448b405170efe029a6f54d2456ee93182a883370f4dfff0a33fd52e97" + "url": "https://github.com/sass/dart-sass/releases/download/1.38.0/dart-sass-1.38.0-windows-x64.zip", + "hash": "0976d12729cda1382171ad0e35564be4a0b66201aea1c78dcbd3103d78d84a27" }, "32bit": { - "url": "https://github.com/sass/dart-sass/releases/download/1.37.5/dart-sass-1.37.5-windows-ia32.zip", - "hash": "bd72f9699a1ea6ea75aa78122bf875ca04bcfee2d4272fe27c1b2e51a9296490" + "url": "https://github.com/sass/dart-sass/releases/download/1.38.0/dart-sass-1.38.0-windows-ia32.zip", + "hash": "7360d0157dd2ee994f6761a8fd8057de2135137fb0f0ae23c2f335848b673aac" } }, "extract_dir": "dart-sass",