From 7f2e8594c535230b749f3db9946bbe73019d7fff Mon Sep 17 00:00:00 2001 From: lantxx Date: Wed, 17 Jun 2026 16:28:31 +0800 Subject: [PATCH] add pinkbin --- bucket/pinkbin.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/pinkbin.json diff --git a/bucket/pinkbin.json b/bucket/pinkbin.json new file mode 100644 index 00000000000000..244771fe15e205 --- /dev/null +++ b/bucket/pinkbin.json @@ -0,0 +1,24 @@ +{ + "version": "0.1.2", + "description": "Disk scanning and cleaning agent (Tauri 2 + React + Rust)", + "homepage": "https://github.com/cccyd2003-qwq/pinkbin", + "license": { + "identifier": "Freeware", + "url": "https://github.com/cccyd2003-qwq/pinkbin/blob/master/LICENSE" + }, + "url": "https://github.com/cccyd2003-qwq/pinkbin/releases/download/v0.1.2/Pinkbin_0.1.2_portable_x64.exe#/pinkbin.exe", + "hash": "f80ec783672af269dc8dd2c060d860f2997d617caa97eecb246eb7e741b52f9f", + "bin": "pinkbin.exe", + "shortcuts": [ + [ + "pinkbin.exe", + "Pinkbin" + ] + ], + "checkver": { + "github": "https://github.com/cccyd2003-qwq/pinkbin" + }, + "autoupdate": { + "url": "https://github.com/cccyd2003-qwq/pinkbin/releases/download/v$version/Pinkbin_$version_portable_x64.exe#/pinkbin.exe" + } +}