2025-10-19 20:27:58 +00:00

33 lines
1.4 KiB
JSON

{
"version": "0.11.0",
"description": "A command-line tool to generate, analyze, convert and manipulate colors.",
"homepage": "https://github.com/sharkdp/pastel",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/pastel/releases/download/v0.11.0/pastel-v0.11.0-x86_64-pc-windows-msvc.zip",
"hash": "e694fb9d32d9b6c5456268c8cce573b69f3438680204e453d5807a43274813db",
"extract_dir": "pastel-v0.11.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/sharkdp/pastel/releases/download/v0.11.0/pastel-v0.11.0-i686-pc-windows-msvc.zip",
"hash": "249d1c5eceb5ad1c6e6aafdb3a67926911c8351390ec332cab6a23be740ef450",
"extract_dir": "pastel-v0.11.0-i686-pc-windows-msvc"
}
},
"bin": "pastel.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/pastel/releases/download/v$version/pastel-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "pastel-v$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/sharkdp/pastel/releases/download/v$version/pastel-v$version-i686-pc-windows-msvc.zip",
"extract_dir": "pastel-v$version-i686-pc-windows-msvc"
}
}
}
}