From e14c0fc8cc1d9e90258093a0efe1268d8eeac306 Mon Sep 17 00:00:00 2001 From: ivaquero <46377665+ivaquero@users.noreply.github.com> Date: Thu, 22 Dec 2022 15:53:00 +0800 Subject: [PATCH] silicon: Add version 0.5.1 (#4260) --- bucket/silicon.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bucket/silicon.json diff --git a/bucket/silicon.json b/bucket/silicon.json new file mode 100644 index 0000000000..5a116a86eb --- /dev/null +++ b/bucket/silicon.json @@ -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" + } +}