silicon: Add version 0.5.1 (#4260)

This commit is contained in:
ivaquero 2022-12-22 15:53:00 +08:00 committed by GitHub
parent 3a5f8bb2ed
commit e14c0fc8cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
bucket/silicon.json Normal file
View File

@ -0,0 +1,17 @@
{
"version": "0.5.1",
"description": "Create beautiful image of your source code",
"homepage": "https://github.com/Aloxaf/silicon",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Aloxaf/silicon/releases/download/v0.5.1/silicon-v0.5.1-x86_64-pc-windows-msvc.tar.gz",
"hash": "c908c77e760745d0fa7a2644403a1318cbc58947c1b27e5f71d79d00fafbc5ca"
}
},
"bin": "silicon.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Aloxaf/silicon/releases/download/v$version/silicon-v$version-x86_64-pc-windows-msvc.tar.gz"
}
}