2019-11-01 07:00:47 +00:00

38 lines
1.3 KiB
JSON

{
"homepage": "https://github.com/sass/dart-sass",
"description": "The reference implementation of Sass, written in Dart.",
"version": "1.23.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.23.3/dart-sass-1.23.3-windows-x64.zip",
"hash": "cccc23e445ec2a3361a384061c6d9af22551f0e4d8e6cda5405ce882f1cd6996"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.23.3/dart-sass-1.23.3-windows-ia32.zip",
"hash": "6719474cd0f435dbe7b55db69cc8a5888a94e447dd9e8ec0917b8ac232b9277b"
}
},
"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"
}
}
}
}