mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
28 lines
1.2 KiB
JSON
28 lines
1.2 KiB
JSON
{
|
|
"version": "1.57.1",
|
|
"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.57.1/sass_embedded-1.57.1-windows-ia32.zip",
|
|
"hash": "729A0C3AE9AD09E1947DC9F19B19E9969797D835B32561BD55AAD964F0C99EB3"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass-embedded/releases/download/1.57.1/sass_embedded-1.57.1-windows-x64.zip",
|
|
"hash": "133B9FE97EBBBF2E6CA712DF2E250E7C97DF9ED4F42D854048911849C1BDAE0F"
|
|
}
|
|
},
|
|
"bin": "sass_embedded\\dart-sass-embedded.bat",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|