mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
29 lines
1.2 KiB
JSON
29 lines
1.2 KiB
JSON
{
|
|
"version": "1.58.3",
|
|
"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.58.3/sass_embedded-1.58.3-windows-ia32.zip",
|
|
"hash": "922CE0B17970A88A9A993047CE3CB9E3B82DD50558D4ADD62D1033E149263D93"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass-embedded/releases/download/1.58.3/sass_embedded-1.58.3-windows-x64.zip",
|
|
"hash": "5D34BAEA134D8693E27E2E98E098D48706B345A5F7FB145A97F06A3493B2AD79"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|