mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 02:51:19 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"version": "1.77.5",
|
|
"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.77.5/dart-sass-1.77.5-windows-x64.zip",
|
|
"hash": "e9c7fd23f5bd3cd63c5db9e366d944a367914698b68d13e4beca0279f5c82f3b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/1.77.5/dart-sass-1.77.5-windows-ia32.zip",
|
|
"hash": "f4854e1a3cf1654aebe3497cb8f55017a167e82afe69e58a3f02875b8f3c4fdb"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-ia32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|