mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/sass/dart-sass",
|
|
"version": "1.0.0-rc.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-rc.1/dart-sass-1.0.0-rc.1-windows-x64.zip",
|
|
"hash": "fb27e3a1cb5bd21f1430f0fd05ecfaccedce845ff46ecad3f9cc991db4cf0617"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.0.0-rc.1/dart-sass-1.0.0-rc.1-windows-ia32.zip",
|
|
"hash": "3a6f149418709483d6456e15b7a0c46fd00ede428bdb12bdbf802688b5e1c728"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|