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.62.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.62.0/sass_embedded-1.62.0-windows-ia32.zip",
|
|
"hash": "cecb21ad5f4f46f15bc8dc2b7ff68b178979d977065babfcb5057024ba0918dd"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass-embedded/releases/download/1.62.0/sass_embedded-1.62.0-windows-x64.zip",
|
|
"hash": "7d8e2b630856922abcbe67e8fc2d645e2e18a6a4f3923c578227a7e7ff98eeec"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|