mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
759 B
JSON
25 lines
759 B
JSON
{
|
|
"version": "1.7.0",
|
|
"description": "Asciinema GIF generator",
|
|
"homepage": "https://github.com/asciinema/agg",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/asciinema/agg/releases/download/v1.7.0/agg-x86_64-pc-windows-msvc.exe#/agg.exe",
|
|
"hash": "f5a85d6ec09cfeea5938093a6364c5de8a88948ef241563b16a5de66da7b7d32"
|
|
}
|
|
},
|
|
"bin": "agg.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/asciinema/agg/releases/download/v$version/agg-x86_64-pc-windows-msvc.exe#/agg.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|