mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://github.com/sass/dart-sass",
|
|
"version": "1.0.0-beta.1",
|
|
"license": "https://raw.githubusercontent.com/sass/dart-sass/master/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.0.0-beta.1/dart-sass-1.0.0-beta.1-windows-x64.zip",
|
|
"hash": "18032cff748cd93da143a058d9207b7da9d98dac4c6efdfcb566d9cb2f38b2f0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.0.0-beta.1/dart-sass-1.0.0-beta.1-windows-ia32.zip",
|
|
"hash": "3532eb10231223e7c59753f8d8c1c2acc76c757923b69b3d1acd25839ef08539"
|
|
}
|
|
},
|
|
"extract_dir": "dart-sass",
|
|
"bin": [
|
|
"dart-sass.bat"
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|