mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "1.59.2",
|
|
"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.59.2/sass_embedded-1.59.2-windows-ia32.zip",
|
|
"hash": "3ed4c97d9c9e24654a5e56029bdbac71ba2d949f6dab80a3c4f80d645a2db2e0"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass-embedded/releases/download/1.59.2/sass_embedded-1.59.2-windows-x64.zip",
|
|
"hash": "03e65a0e22c3e7b9d800c6de240906315f3c69af0d967f57467e94f0ee06aabf"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|