2020-01-07 23:00:23 +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.24.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.24.3/dart-sass-1.24.3-windows-x64.zip",
"hash": "4c3be4e9d8448ec7314cee4a94d1c7fe956129a3338be419cd30ff37ce485d55"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.24.3/dart-sass-1.24.3-windows-ia32.zip",
"hash": "8933bf09138b97c0ca116522f1237820e9038ec4c6bce9afbfdf18e8f100fcfd"
}
},
"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"
}
}
}
}