mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-17 00:55:15 +00:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://github.com/sass/dart-sass",
|
|
"version": "1.15.3",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.15.3/dart-sass-1.15.3-windows-x64.zip",
|
|
"hash": "0cb0376ede628cca33471ad3fd6d7b9737d703ba43f74df15df95a1b306b8ccb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.15.3/dart-sass-1.15.3-windows-ia32.zip",
|
|
"hash": "30281041ea19890ec6089a70c4e14cc331744554f1c89c9ad6af2d4ef863b437"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|