mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-05 11:34:50 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"version": "1.97.2",
|
|
"description": "The primary implementation of Sass, written in Dart.",
|
|
"homepage": "https://sass-lang.com/dart-sass",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.97.2/dart-sass-1.97.2-windows-x64.zip",
|
|
"hash": "e7ce8998bf0a6fd5358bec3942c2afb544289e3644a3a4b3a7ba81d438f39bde"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.97.2/dart-sass-1.97.2-windows-arm64.zip",
|
|
"hash": "e6bf7c38bea9cd5ddc40e5c40a90a2a8f03040eb24b9e544cbd201b3621d5f9a"
|
|
}
|
|
},
|
|
"extract_dir": "dart-sass",
|
|
"bin": [
|
|
"sass.bat",
|
|
[
|
|
"sass.bat",
|
|
"dart-sass"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/sass/dart-sass"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-x64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|