mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 05:51:19 +00:00
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://github.com/sass/dart-sass",
|
|
"description": "The reference implementation of Sass, written in Dart.",
|
|
"version": "1.26.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.26.0/dart-sass-1.26.0-windows-x64.zip",
|
|
"hash": "7e3274385c519b42bfe4ff32b3d462d56d48980760f8d71d13df1166a2fdadb2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.26.0/dart-sass-1.26.0-windows-ia32.zip",
|
|
"hash": "ff3ea25b535f84dd3633b6da4b94772e8e4ff72d6ead7d20220680bd45aafae7"
|
|
}
|
|
},
|
|
"extract_dir": "dart-sass",
|
|
"bin": [
|
|
[
|
|
"sass.bat",
|
|
"sass"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/sass/dart-sass/releases/latest",
|
|
"re": "/releases/tag/(?:v)?([\\d\\w.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-ia32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|