Skip to content

Commit

Permalink
AU: 3 updated - bleachbit bleachbit.install kubernetes-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 1, 2018
1 parent a056343 commit 05538f2
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/bleachbit.install/bleachbit.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>bleachbit.install</id>
<title>BleachBit (Install)</title>
<version>1.19-beta</version>
<version>2.0</version>
<owners>chocolatey,dtgm</owners>
<summary>BleachBit cleans files to free disk space and to maintain privacy.</summary>
<description><![CDATA[When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Internet Explorer, Adobe Flash, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source.
Expand Down
4 changes: 2 additions & 2 deletions automatic/bleachbit.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ and can be verified like this:

1. Download the following installer(s):

x86: https://download.bleachbit.org/beta/1.19/BleachBit-1.19-setup.exe
x86: https://download.bleachbit.org/BleachBit-2.0-setup.exe

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: CBF6B921D794DDF13DA7A6C34BA416D273FDB171A928FF630E31E755DBF1E2EA
checksum32: 58B4A67ACCDCB38AC938353D11A41F5E73F566ECDD3F2E0B5D3770DBCEFDDCD0

The included 'LICENSE.txt' file have been obtained from:
https://github.com/bleachbit/bleachbit/blob/master/COPYING
4 changes: 2 additions & 2 deletions automatic/bleachbit.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "BleachBit"
file = "$toolsDir\BleachBit-1.19-setup.exe"
file = "$toolsDir\BleachBit-2.0-setup.exe"
fileType = "exe"
silentArgs = "/S"
}

Install-ChocolateyInstallPackage @packageArgs

Get-ChildItem -Path $toolsDir\*.exe | % { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }
Get-ChildItem -Path $toolsDir\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }
6 changes: 3 additions & 3 deletions automatic/bleachbit.install/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$packageArgs = @{
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'BleachBit'
fileType = 'exe'
Expand All @@ -10,7 +10,7 @@ $uninstalled = $false
[array]$key = Get-UninstallRegistryKey @packageArgs

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"

Uninstall-ChocolateyPackage @packageArgs
Expand All @@ -21,5 +21,5 @@ if ($key.Count -eq 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert the package maintainer that the following keys were matched:"
$key | % { Write-Warning "- $($_.DisplayName)" }
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
4 changes: 2 additions & 2 deletions automatic/bleachbit/bleachbit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>bleachbit</id>
<title>BleachBit</title>
<version>1.19-beta</version>
<version>2.0</version>
<owners>chocolatey,dtgm</owners>
<summary>BleachBit cleans files to free disk space and to maintain privacy.</summary>
<description><![CDATA[When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Internet Explorer, Adobe Flash, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source.
Expand Down Expand Up @@ -40,7 +40,7 @@ BleachBit has many useful features designed to help you easily clean your comput
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/0c81599a51b9f9c9418ba8dd46caf6d3081ec8ac/icons/bleachbit.svg</iconUrl>
<releaseNotes>https://www.bleachbit.org/news</releaseNotes>
<dependencies>
<dependency id="bleachbit.install" version="[1.19-beta]" />
<dependency id="bleachbit.install" version="[2.0]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/kubernetes-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"1.4": "1.4.12",
"1.5": "1.5.8",
"1.6": "1.6.13",
"1.7": "1.7.12",
"1.7": "1.7.13",
"1.8": "1.8.8",
"1.9": "1.9.1"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubernetes-cli</id>
<version>1.8.8</version>
<version>1.7.13</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Kubernetes Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -60,7 +60,7 @@ Automatically mount the storage system of your choice, whether from local storag
#### Batch execution
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
]]></description>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.8.md</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.7.md#v1713</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
10 changes: 5 additions & 5 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/kubernetes/kubernetes/releases/tag/v1.8.8>
location on <https://github.com/kubernetes/kubernetes/releases/latest>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.8.8/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.8.8/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.7.13/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.7.13/kubernetes-client-windows-amd64.tar.gz>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -18,7 +18,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: 4076DF765481C3EA4A90ACCB217E32253830AE51AA6D82082C99E763F336FD85
checksum64: D173D230F57E37DCD181027AA2940926BB14FBD0992DF84077D09F0ECDEB4252
checksum32: B322FDC9B94F84958D735B668AD9745A94CA7E98D7DB0E59F5A6A0A1877B3835
checksum64: D96C69C104EB02C86156A64BA86180A8E56CCB98A7C6146F0595681444C3B876

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>

0 comments on commit 05538f2

Please sign in to comment.