ScoopInstaller_Main/dart-sass.json
2018-06-30 02:00:34 +00:00

34 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/sass/dart-sass",
"version": "1.8.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.8.0/dart-sass-1.8.0-windows-x64.zip",
"hash": "ba72bda1b32467debbaacc36923dae020940155226b07f7866b8ad0255e1f000"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.8.0/dart-sass-1.8.0-windows-ia32.zip",
"hash": "2e3a2d9452bcf8f9b6d38cd55daa58b61e1b5474c4555c9f13c9dc1c38ec8e00"
}
},
"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"
}
}
}
}