Skip to content

Commit

Permalink
Scoop update for dlp-cli version v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed May 30, 2024
1 parent f1a96c7 commit 9892b55
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions bucket/dlp-cli.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 9892b55

Please sign in to comment.