2019-10-23 01:00:22 +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.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.23.1/dart-sass-1.23.1-windows-x64.zip",
"hash": "be43a193106fe9f7fcb3fd38cc8c19819221f197830a294684b7fd085d5df84a"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.23.1/dart-sass-1.23.1-windows-ia32.zip",
"hash": "462a4a655da7fdd514e7731e65425d1249fca59d44ed8867c9b3a9202463dd06"
}
},
"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"
}
}
}
}