From 5c6ed0dc92dedf7b355567910eed8a2a4b1de087 Mon Sep 17 00:00:00 2001 From: Zeldris <0trims.vehicle@icloud.com> Date: Thu, 2 Oct 2025 18:14:20 +0700 Subject: [PATCH] proton-pass: Add version 1.32.7 --- bucket/proton-pass.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/proton-pass.json diff --git a/bucket/proton-pass.json b/bucket/proton-pass.json new file mode 100644 index 00000000000000..3085355517f920 --- /dev/null +++ b/bucket/proton-pass.json @@ -0,0 +1,22 @@ +{ + "version": "1.32.7", + "description": "Free password manager with identity protection", + "homepage": "https://proton.me/pass", + "license": "GPL-3.0", + "url": "https://proton.me/download/pass/windows/ProtonPass-1.32.7-full.nupkg", + "hash": "d56e04953ac56adbd3bfe080ac0bac0289c4a3ee74295ee4570d5d49bc5c244c", + "extract_dir": "lib\\net45", + "shortcuts": [ + [ + "ProtonPass.exe", + "Proton Pass" + ] + ], + "checkver": { + "url": "https://proton.me/download/pass/windows/version.json", + "regex": "\"Version\"\\s*:\\s*\"([\\d.]+)\"" + }, + "autoupdate": { + "url": "https://proton.me/download/pass/windows/ProtonPass-$version-full.nupkg" + } +}