mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
22 lines
764 B
JSON
22 lines
764 B
JSON
{
|
|
"version": "3.2.1",
|
|
"description": "TailwindCSS framework CLI for rapid UI development",
|
|
"homepage": "https://github.com/tailwindlabs/tailwindcss",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.2.1/tailwindcss-windows-x64.exe#/tailwindcss.exe",
|
|
"hash": "1d51866ec9e8b7f9d9903192c538902fb53f291d8d9046d246d5f968c8eb1a83"
|
|
}
|
|
},
|
|
"bin": "tailwindcss.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/tailwindlabs/tailwindcss/releases/download/v$version/tailwindcss-windows-x64.exe#/tailwindcss.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|