mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "1.60.0",
|
|
"description": "A wrapper for Dart Sass that implements the compiler side of the Embedded Sass protocol",
|
|
"homepage": "https://github.com/sass/dart-sass-embedded",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass-embedded/releases/download/1.60.0/sass_embedded-1.60.0-windows-ia32.zip",
|
|
"hash": "fc65fe828a33ed6aa76a622b13996ec490524e5313d4018d33894b4c6515c772"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass-embedded/releases/download/1.60.0/sass_embedded-1.60.0-windows-x64.zip",
|
|
"hash": "fe641782e1fd9d7476ee4a124c8a3986c6178c1a6a9bdfa4665a287ba26306fe"
|
|
}
|
|
},
|
|
"bin": "sass_embedded\\dart-sass-embedded.bat",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass-embedded/releases/download/$version/sass_embedded-$version-windows-ia32.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass-embedded/releases/download/$version/sass_embedded-$version-windows-x64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|