ScoopInstaller_Main/dart-sass.json
2018-06-25 21:00:37 +00:00

34 lines
1.2 KiB
JSON

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