mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 08:21:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/sass/dart-sass",
|
|
"version": "1.10.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.10.1/dart-sass-1.10.1-windows-x64.zip",
|
|
"hash": "67efd52ee7a7ac652c8f5a98f73670693aa29789da3d82b374a9b724ac16950b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.10.1/dart-sass-1.10.1-windows-ia32.zip",
|
|
"hash": "adec8195355b530f3ba1add028552d038a94803383560e08ca646ca88cecf9d6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|