mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 14:24:44 +00:00
33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"version": "0.12.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.12.0/pastel-v0.12.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "51e914b0308b089f032c481e786d67a9f11d8857f4ffe99405f3452e77582393",
|
|
"extract_dir": "pastel-v0.12.0-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/pastel/releases/download/v0.12.0/pastel-v0.12.0-i686-pc-windows-msvc.zip",
|
|
"hash": "d61f2d78b28f1a4237e45e9ee1284909f7d833cfb081f0c1815dc963ac916b25",
|
|
"extract_dir": "pastel-v0.12.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"
|
|
}
|
|
}
|
|
}
|
|
}
|