From 36b2c663565700912dc793813f6255903364fc7a Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Sat, 14 Mar 2026 18:57:55 +0800 Subject: [PATCH] Scoop update for phase_cli version v2.0.0 --- phase.json | 43 ++++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/phase.json b/phase.json index ebe0370..865cc22 100644 --- a/phase.json +++ b/phase.json @@ -1,19 +1,28 @@ { - "version": "1.21.3", - "description": "Securely manage your secrets and environment variables with Phase.", - "homepage": "https://github.com/phasehq/cli", - "license": "GPLv3", - "url": "https://github.com/phasehq/cli/releases/download/v1.21.3/phase_cli_windows_amd64_1.21.3.zip", - "hash": "4f2acb80c11c8bf41d7812a8845768e697a9c3ea530629938f3e4eed026caba9", - "bin": "Windows-binary/phase/phase.exe", - "shortcuts": [ - ["Windows-binary/phase/phase.exe", "Phase"] - ], - "checkver": { - "github": "phasehq/cli", - "regex": "tag/v([\\d.]+)" - }, - "autoupdate": { - "url": "https://github.com/phasehq/cli/releases/download/v$version/phase_cli_windows_amd64_$version.zip" - } + "version": "2.0.0", + "architecture": { + "64bit": { + "url": "https://github.com/phasehq/cli/releases/download/v2.0.0/phase_cli_2.0.0_windows_amd64.zip", + "bin": [ + "phase.exe" + ], + "hash": "53c81b5b0efad21d0d633463625fa880772b76129db63617930319a0397ff580" + }, + "arm64": { + "url": "https://github.com/phasehq/cli/releases/download/v2.0.0/phase_cli_2.0.0_windows_arm64.zip", + "bin": [ + "phase.exe" + ], + "hash": "1f0804065c6cb3bb883c95b5d76f55b9542e53b6ff96aae81cbee6b5bcd6b648" + } + }, + "homepage": "https://github.com/phasehq/cli", + "license": "GPLv3", + "description": "Securely manage your secrets and environment variables with Phase.", + "shortcuts": [ + [ + "phase.exe", + "Phase" + ] + ] }