Skip to content

Commit

Permalink
AU: 3 updated - buildifier buildozer unused-deps
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jan 9, 2025
1 parent 6c2cfd1 commit 70e1da4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion buildifier/buildifier.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>buildifier</id>
<version>7.3.1</version>
<version>8.0.0</version>
<packageSourceUrl>https://github.com/digitalcoyote/chocolatey-packages/tree/master/buildifier</packageSourceUrl>
<owners>CodingCoyote</owners>
<title>buildifier</title>
Expand Down
4 changes: 2 additions & 2 deletions buildifier/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$InstallArgs = @{
PackageName = $env:ChocolateyPackageName
FileFullPath = Join-Path (Join-Path $env:ChocolateyInstall (Join-Path 'lib' $env:ChocolateyPackageName)) 'buildifier.exe'
URL64 = 'https://github.com/bazelbuild/buildtools/releases/download/v7.3.1/buildifier-windows-amd64.exe'
Checksum64 = '6dc36da143b846ea1e3289dcd58240644fec13c850913e6102a292cd14bd535bf865c5f3c087f2d1d630a955179379e885b38734b852bbb528fe11930303a491'
URL64 = 'https://github.com/bazelbuild/buildtools/releases/download/v8.0.0/buildifier-windows-amd64.exe'
Checksum64 = 'cc9312b19760460a854d4077ab7787ae13d6010ddc054bb51e31d685c2425bd8d713ab38f94cb974c7959b60958185fec39d1aeb5565ed7ed1b362f2f0f8f948'
ChecksumType64 = 'sha512'
}

Expand Down
2 changes: 1 addition & 1 deletion buildozer/buildozer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>buildozer</id>
<version>7.3.1</version>
<version>8.0.0</version>
<packageSourceUrl>https://github.com/digitalcoyote/chocolatey-packages/tree/master/buildozer</packageSourceUrl>
<owners>CodingCoyote</owners>
<title>Buildozer</title>
Expand Down
4 changes: 2 additions & 2 deletions buildozer/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$InstallArgs = @{
PackageName = $env:ChocolateyPackageName
URL64 = 'https://github.com/bazelbuild/buildtools/releases/download/v7.3.1/buildozer-windows-amd64.exe'
URL64 = 'https://github.com/bazelbuild/buildtools/releases/download/v8.0.0/buildozer-windows-amd64.exe'
FileFullPath = Join-Path (Join-Path $env:ChocolateyInstall (Join-Path 'lib' $env:ChocolateyPackageName)) 'buildozer.exe'
Checksum64 = '8ba29f87a61207628453e5544f02d8a749ff0c784a1cbeff4b5bd14efc963f2aab97d9d706edc9a5ed3a4f5ca9a7b19062a3ae4460fa8763ebc59d995afd4adc'
Checksum64 = 'a002e6b42c85afadfe8d184de5768f7e41b453207f8995e0da634dac4222b77c33698e655688bc896d97019f1024931e7b2abe83d429bce5c51c2fac3e1f600f'
ChecksumType64 = 'sha512'
}

Expand Down
4 changes: 2 additions & 2 deletions unused-deps/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$InstallArgs = @{
PackageName = $env:ChocolateyPackageName
URL64 = 'https://github.com/bazelbuild/buildtools/releases/download/v7.3.1/unused_deps-windows-amd64.exe'
URL64 = 'https://github.com/bazelbuild/buildtools/releases/download/v8.0.0/unused_deps-windows-amd64.exe'
FileFullPath = Join-Path (Join-Path $env:ChocolateyInstall (Join-Path 'lib' $env:ChocolateyPackageName)) 'unused_deps.exe'
Checksum64 = '23fcc843f4d8a234e81e5d732986a4c3ae6c72b130d03097d682c24f4134484612af36111b0a25b2b1ffc15b48936e1910cfd9d5b27ccc9d2f1bda6ca3fd0fe9'
Checksum64 = 'c449632915cadc46b85f3b2261000541f693ed5859c174b975a0c693d1755cbb8a3e3092891603c1cc70cb66042ee5e05508a8163f290eeeffde9dca124e127c'
ChecksumType64 = 'sha512'
}

Expand Down
2 changes: 1 addition & 1 deletion unused-deps/unused-deps.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>unused-deps</id>
<version>7.3.1</version>
<version>8.0.0</version>
<packageSourceUrl>https://github.com/digitalcoyote/chocolatey-packages/tree/master/unused-deps</packageSourceUrl>
<owners>CodingCoyote</owners>
<title>unused_deps</title>
Expand Down

0 comments on commit 70e1da4

Please sign in to comment.