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 16, 2025
1 parent ffaf48f commit b8bbce7
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>8.0.0</version>
<version>8.0.1</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/v8.0.0/buildifier-windows-amd64.exe'
Checksum64 = 'cc9312b19760460a854d4077ab7787ae13d6010ddc054bb51e31d685c2425bd8d713ab38f94cb974c7959b60958185fec39d1aeb5565ed7ed1b362f2f0f8f948'
URL64 = 'https://github.com/bazelbuild/buildtools/releases/download/v8.0.1/buildifier-windows-amd64.exe'
Checksum64 = 'dcbb10a4d4f33551a1fc6d8e1a2bfa15b4dd28cfc03d17956eeaa3cd12d6eb6e1b02a881e0046ad39504bc982865db7a5e733c6053192de24561da8848c09fe8'
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>8.0.0</version>
<version>8.0.1</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/v8.0.0/buildozer-windows-amd64.exe'
URL64 = 'https://github.com/bazelbuild/buildtools/releases/download/v8.0.1/buildozer-windows-amd64.exe'
FileFullPath = Join-Path (Join-Path $env:ChocolateyInstall (Join-Path 'lib' $env:ChocolateyPackageName)) 'buildozer.exe'
Checksum64 = 'a002e6b42c85afadfe8d184de5768f7e41b453207f8995e0da634dac4222b77c33698e655688bc896d97019f1024931e7b2abe83d429bce5c51c2fac3e1f600f'
Checksum64 = '04542ae7fbebbe3c9d6b546296682c5cca4af51468e3ba8ecb6c609be1b67ed042ee26f903ae9cb45e2c3824c520eed8b554e46cc17804d8fcc344a7c582b983'
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/v8.0.0/unused_deps-windows-amd64.exe'
URL64 = 'https://github.com/bazelbuild/buildtools/releases/download/v8.0.1/unused_deps-windows-amd64.exe'
FileFullPath = Join-Path (Join-Path $env:ChocolateyInstall (Join-Path 'lib' $env:ChocolateyPackageName)) 'unused_deps.exe'
Checksum64 = 'c449632915cadc46b85f3b2261000541f693ed5859c174b975a0c693d1755cbb8a3e3092891603c1cc70cb66042ee5e05508a8163f290eeeffde9dca124e127c'
Checksum64 = '05e46e326b0b2ab6a75af6f5c66873e9906da3cbe467d53fe7c888016bf479d4637750a4103963808a9dc891f34a2a79d5b0eb72e65b95ba87c63cc64e127c26'
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>8.0.0</version>
<version>8.0.1</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 b8bbce7

Please sign in to comment.