From 9892b5592eba2f4716d1791022d991e67e00b93a Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Wed, 29 May 2024 22:20:16 -0400 Subject: [PATCH] Scoop update for dlp-cli version v0.3.2 --- bucket/dlp-cli.json | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/bucket/dlp-cli.json b/bucket/dlp-cli.json index f86373d..5c80e89 100644 --- a/bucket/dlp-cli.json +++ b/bucket/dlp-cli.json @@ -1,22 +1,28 @@ { - "version": "0.3.1", + "version": "0.3.2", "architecture": { "32bit": { - "url": "https://github.com/DSGT-DLP/dlp-cli/releases/download/v0.3.1/dlp-cli_Windows_i386.zip", - "bin": ["dlp-cli.exe"], - "hash": "7bdb38c19b081a18c1e94f772e0ebdeed163c29ad34f2820ba17fa2e6c77dd13" + "url": "https://github.com/DSGT-DLP/dlp-cli/releases/download/v0.3.2/dlp-cli_Windows_i386.zip", + "bin": [ + "dlp-cli.exe" + ], + "hash": "faf3119a190a1648f900f11e50592ac064621a839eee4160c23d1f56f7ee6a60" }, "64bit": { - "url": "https://github.com/DSGT-DLP/dlp-cli/releases/download/v0.3.1/dlp-cli_Windows_x86_64.zip", - "bin": ["dlp-cli.exe"], - "hash": "f369ca0ffc634753ac7c0afa2e2e29a2bea9146049a0f99db0cdf1b2d5f66e6c" + "url": "https://github.com/DSGT-DLP/dlp-cli/releases/download/v0.3.2/dlp-cli_Windows_x86_64.zip", + "bin": [ + "dlp-cli.exe" + ], + "hash": "e1ca435216c70e0b43428f0d7d66315f5a79239e530d7c72a7194da249d4c67c" }, "arm64": { - "url": "https://github.com/DSGT-DLP/dlp-cli/releases/download/v0.3.1/dlp-cli_Windows_arm64.zip", - "bin": ["dlp-cli.exe"], - "hash": "c4eb9b87e79a309c59f26d2507a559aa10020dfbeaf8cd08b979e64b889d6058" + "url": "https://github.com/DSGT-DLP/dlp-cli/releases/download/v0.3.2/dlp-cli_Windows_arm64.zip", + "bin": [ + "dlp-cli.exe" + ], + "hash": "23328e7ca7caec5801075a05933183efa401dd9ce53122a45d215d52dbafe1b7" } }, "homepage": "https://github.com/DSGT-DLP/dlp-cli", "license": "MIT" -} +} \ No newline at end of file