ScoopInstaller_Main/dart-sass.json
2018-06-20 02:00:27 +00:00

34 lines
1.2 KiB
JSON

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