From 60378befefd4bd90554ce5a76d2848a30d783de0 Mon Sep 17 00:00:00 2001 From: glennsarti-bot Date: Fri, 27 Sep 2024 02:26:48 +0000 Subject: [PATCH] AU: 2 updated - gitsign hashicorp-sentinel [skip ci] https://gist.github.com/glennsarti-bot/bd4f850684e8b9b26e9d64a87415d0ac/9ffc888a16c9e945e4a5db9a68d59844789e3803 --- automatic/gitsign/gitsign.json | 20 +++---- automatic/gitsign/gitsign.nuspec | 2 +- automatic/gitsign/tools/chocolateyInstall.ps1 | 4 +- .../hashicorp-sentinel.json | 54 ++++++++++--------- .../hashicorp-sentinel.nuspec | 2 +- .../tools/chocolateyInstall.ps1 | 8 +-- 6 files changed, 48 insertions(+), 42 deletions(-) diff --git a/automatic/gitsign/gitsign.json b/automatic/gitsign/gitsign.json index d5ebe6f..720e502 100644 --- a/automatic/gitsign/gitsign.json +++ b/automatic/gitsign/gitsign.json @@ -1,10 +1,12 @@ -{ - "0.1": "0.1.1", - "0.2": "0.2.0", - "0.3": "0.3.2", - "0.4": "0.4.1", - "0.5": "0.5.2", - "0.6": "0.6.0", - "0.7": "0.7.1", - "0.8": "0.8.0" +{ + "0.1": "0.1.1", + "0.2": "0.2.0", + "0.3": "0.3.2", + "0.4": "0.4.1", + "0.5": "0.5.2", + "0.6": "0.6.0", + "0.7": "0.7.1", + "0.8": "0.8.1", + "0.9": "0.9.0", + "0.10": "0.10.2" } diff --git a/automatic/gitsign/gitsign.nuspec b/automatic/gitsign/gitsign.nuspec index add399a..9723bca 100644 --- a/automatic/gitsign/gitsign.nuspec +++ b/automatic/gitsign/gitsign.nuspec @@ -2,7 +2,7 @@ gitsign - 0.8.0 + 0.10.2 Keyless Git signing using Sigstore Glenn Sarti Glenn Sarti diff --git a/automatic/gitsign/tools/chocolateyInstall.ps1 b/automatic/gitsign/tools/chocolateyInstall.ps1 index c9f4974..20adcc2 100644 --- a/automatic/gitsign/tools/chocolateyInstall.ps1 +++ b/automatic/gitsign/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $packageName = 'gitsign' -$url64 = 'https://github.com/sigstore/gitsign/releases/download/v0.8.0/gitsign_0.8.0_windows_amd64.exe' -$checksum64 = '26c2e10bfe5f097f347a65edf52d557f252e41158c64293906d8e30804870a07' +$url64 = 'https://github.com/sigstore/gitsign/releases/download/v0.10.2/gitsign_0.10.2_windows_amd64.exe' +$checksum64 = 'c14f4cd67becb7e6937a1a8c363c88468cabaae959401b80e5340ad6fde5cbcc' # Install it $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" diff --git a/automatic/hashicorp-sentinel/hashicorp-sentinel.json b/automatic/hashicorp-sentinel/hashicorp-sentinel.json index 7389b91..a7e4fce 100644 --- a/automatic/hashicorp-sentinel/hashicorp-sentinel.json +++ b/automatic/hashicorp-sentinel/hashicorp-sentinel.json @@ -1,26 +1,30 @@ -{ - "0.1": "0.1.0", - "0.2": "0.2.0", - "0.3": "0.3.1", - "0.4": "0.4.0", - "0.5": "0.5.1", - "0.6": "0.6.0", - "0.7": "0.7.0", - "0.8": "0.8.1", - "0.9": "0.9.2", - "0.10": "0.10.4", - "0.11": "0.11.0", - "0.12": "0.12.0", - "0.13": "0.13.1", - "0.14": "0.14.4", - "0.15": "0.15.6", - "0.16": "0.16.1", - "0.17": "0.17.4", - "0.18": "0.18.13", - "0.19": "0.19.5", - "0.20": "0.20.0", - "0.21": "0.21.1", - "0.22": "0.22.1", - "0.23": "0.23.1", - "0.24": "0.24.1" +{ + "0.1": "0.1.0", + "0.2": "0.2.0", + "0.3": "0.3.1", + "0.4": "0.4.0", + "0.5": "0.5.1", + "0.6": "0.6.0", + "0.7": "0.7.0", + "0.8": "0.8.1", + "0.9": "0.9.2", + "0.10": "0.10.4", + "0.11": "0.11.0", + "0.12": "0.12.0", + "0.13": "0.13.1", + "0.14": "0.14.4", + "0.15": "0.15.6", + "0.16": "0.16.1", + "0.17": "0.17.4", + "0.18": "0.18.13", + "0.19": "0.19.5", + "0.20": "0.20.0", + "0.21": "0.21.1", + "0.22": "0.22.1", + "0.23": "0.23.1", + "0.24": "0.24.4", + "0.25": "0.25.1", + "0.26": "0.26.3", + "0.27": "0.27.0", + "0.28": "0.28.0" } diff --git a/automatic/hashicorp-sentinel/hashicorp-sentinel.nuspec b/automatic/hashicorp-sentinel/hashicorp-sentinel.nuspec index 0eed1bd..365a1fe 100644 --- a/automatic/hashicorp-sentinel/hashicorp-sentinel.nuspec +++ b/automatic/hashicorp-sentinel/hashicorp-sentinel.nuspec @@ -2,7 +2,7 @@ hashicorp-sentinel - 0.24.1 + 0.28.0 HashiCorp Sentinel HashiCorp Glenn Sarti diff --git a/automatic/hashicorp-sentinel/tools/chocolateyInstall.ps1 b/automatic/hashicorp-sentinel/tools/chocolateyInstall.ps1 index 5ca38cb..deb9cdb 100644 --- a/automatic/hashicorp-sentinel/tools/chocolateyInstall.ps1 +++ b/automatic/hashicorp-sentinel/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ $packageName = 'hashicorp-sentinel' -$url32 = 'https://releases.hashicorp.com/sentinel/0.24.1/sentinel_0.24.1_windows_386.zip' -$url64 = 'https://releases.hashicorp.com/sentinel/0.24.1/sentinel_0.24.1_windows_amd64.zip' -$checksum32 = 'db5332c20126c59fb343e0b0d57ee744ec743f68f33e2af7b3b60374d7a4e558' -$checksum64 = '2874aca7bd9c35f423d0876148100c4f823bf933783bec98dd282adcfe46e192' +$url32 = 'https://releases.hashicorp.com/sentinel/0.28.0/sentinel_0.28.0_windows_386.zip' +$url64 = 'https://releases.hashicorp.com/sentinel/0.28.0/sentinel_0.28.0_windows_amd64.zip' +$checksum32 = 'bf31edd775fc4f1fee109d274f632635504fc8882ad08f3842408b21f2bda82c' +$checksum64 = '66bf77e4ad79d29803cafdd3e72d653600eb68314a3a67adfeb270e37868501a' $installDir = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{