Skip to content

Commit

Permalink
AU: 8 updated - absolute-uninstaller cmake cmake.install cmake.portab…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 27, 2021
1 parent e0f23be commit b04864f
Show file tree
Hide file tree
Showing 23 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion automatic/absolute-uninstaller/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@723b164cda892499cea29735439b8aaa81d760bf/icons/absolute-uninstaller.png" width="48" height="48"/> [absolute-uninstaller](https://chocolatey.org/packages/absolute-uninstaller)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@723b164cda892499cea29735439b8aaa81d760bf/icons/absolute-uninstaller.png" width="48" height="48"/> [absolute-uninstaller](https://chocolatey.org/packages/absolute-uninstaller)


GlarySoft Absolute Uninstaller is a complete program uninstaller that helps you remove programs thoroughly without leaving any invalid remnant to burden your system gradually.
Expand Down
6 changes: 3 additions & 3 deletions automatic/absolute-uninstaller/absolute-uninstaller.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>absolute-uninstaller</id>
<title>Absolute Uninstaller</title>
<version>5.3.1.33</version>
<version>5.3.1.34</version>
<authors>GlarySoft</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>Absolute Uninstaller is a complete program uninstaller that helps you remove programs.</summary>
Expand All @@ -29,8 +29,8 @@ GlarySoft Absolute Uninstaller is a complete program uninstaller that helps you
<tags>GlarySoft sysadmin batch remove software uninstall absolute uninstaller freeware admin</tags>
<copyright>GlarySoft</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@723b164cda892499cea29735439b8aaa81d760bf/icons/absolute-uninstaller.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/absolute-uninstaller</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@723b164cda892499cea29735439b8aaa81d760bf/icons/absolute-uninstaller.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/absolute-uninstaller</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/absolute-uninstaller/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
url = 'https://download.glarysoft.com/ausetup.exe'
fileType = 'exe'
softwareName = 'Absolute Uninstaller*'
checksum = 'ad26429f21f70ac4edba908bd0bca0f5b63e6d092c40501da695a78edf80ee23'
checksum = 'd5910879afec90c27b61639ada5e6f8aacaada9083b6335dfd5e54d71832e425'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"3.18": "3.18.6",
"3.19": "3.19.8",
"3.20": "3.20.6",
"3.21": "3.21.3",
"3.21": "3.21.4",
"3.22": "3.22.0-rc1"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.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>cmake.install</id>
<version>3.22.0-rc1</version>
<version>3.21.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.0-rc1/cmake-3.22.0-rc1-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.0-rc1/cmake-3.22.0-rc1-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.21.4/cmake-3.21.4-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.21.4/cmake-3.21.4-windows-x86_64.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 367691E7392B60BC468E753B75D581EE525BC6DA0E82A411576464F218F38873
checksum64: 60ABD189195B419176FFB38FBD09264FB037D7A6A08F42C29BFF9DE138BF2700
checksum32: C769ECE7EC8E91529F4CC938F088B4699A1F5CD39B7F44158D1AA0AB6E76AB74
checksum64: 13A18F293A09F65658913003EE719B29FD7E82937DBF61BF1F96ED5D139C8C6D

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.22.0-rc1-windows-i386.msi"
file64 = "$toolsPath\cmake-3.22.0-rc1-windows-x86_64.msi"
file = "$toolsPath\cmake-3.21.4-windows-i386.msi"
file64 = "$toolsPath\cmake-3.21.4-windows-x86_64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"3.18": "3.18.6",
"3.19": "3.19.8",
"3.20": "3.20.6",
"3.21": "3.21.3",
"3.21": "3.21.4",
"3.22": "3.22.0-rc1"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.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>cmake.portable</id>
<version>3.22.0-rc1</version>
<version>3.21.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.0-rc1/cmake-3.22.0-rc1-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.0-rc1/cmake-3.22.0-rc1-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.21.4/cmake-3.21.4-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.21.4/cmake-3.21.4-windows-x86_64.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 477221E78F0AA1B3B8E551298FCBAC927A5062EE23FF3EEB677E7C02094EF7C1
checksum64: D25742917FDEE361BF9759FE2E81602D95245E85F4B2B55BCB0FAF42EFB7B139
checksum32: 970D38453ABD7C5953415B8EA8C1F66F88A2BD2548FEABC5E4B6F1B8C4ACDCAE
checksum64: 360EE9BF77CD891D4A33997E4E214D0CD6A0FD7AE6051D023F403A74248914A8

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.22.0-rc1-windows-i386.zip"
file64 = "$toolsPath\cmake-3.22.0-rc1-windows-x86_64.zip"
file = "$toolsPath\cmake-3.21.4-windows-i386.zip"
file64 = "$toolsPath\cmake-3.21.4-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"3.18": "3.18.6",
"3.19": "3.19.8",
"3.20": "3.20.6",
"3.21": "3.21.3",
"3.21": "3.21.4",
"3.22": "3.22.0-rc1"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.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>cmake</id>
<version>3.22.0-rc1</version>
<version>3.21.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.22.0-rc1]" />
<dependency id="cmake.install" version="[3.21.4]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "134.3.4111-beta",
"beta": "135.3.4169-beta",
"stable": "134.4.4115"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>134.4.4115</version>
<version>135.3.4169-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '134.4.4115'
$version = '135.3.4169'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20134.4.4115%20Offline%20Installer.exe'
checksum = 'f03faf1c90fa3523178cbe9b1245f5e702c4deeebb04a80dc490c2f056ac9431'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20135.3.4169%20Offline%20Installer.exe'
checksum = 'adb97806502a201ab1978dbcfe7dcd50d7276702630cfffd56f1a72727688d09'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.56.1</version>
<version>3.56.2</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://dl4.cdn.filezilla-project.org/client/FileZilla_3.56.1_win32-setup.exe?h=InjtUmt4GYJkgm4vyjKOxQ&x=1635275330
x64: https://dl4.cdn.filezilla-project.org/client/FileZilla_3.56.1_win64-setup.exe?h=q1SBZyYVWw6NIdPJaNq2sg&x=1635275330
x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.56.2_win32-setup.exe?h=enHyOvya5-j29piHbOgFcA&x=1635361770
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.56.2_win64-setup.exe?h=XXXD8aDQn82Gh8_M16PFTg&x=1635361770

to download the installer.

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

checksum32: 279A0CF6769B72919B145BCF19931B798A4481D629CD7FF67619165B3ED4D63D
checksum64: DF8182F2FC3B2F4B8873D3CE33F63A4D2120886CF9F9C408AAABFEA15C8E497F
checksum32: 3B1F86F15ED19D6C7E5F40AEEA5208AD3CBED0997B04A905E10096E026EFCA77
checksum64: 79A096C8616128764C75D5506D34439AB83902D9F1F8EF0CC59543F94BFC44E1

Using AU:

Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>96.0.4664.18-beta</version>
<version>96.0.4664.27-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '96.0.4664.18-beta'
$version = '96.0.4664.27-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '5919e5078539abb606e45eaa4b2909c8a17591bdd483a3ff0b05f8d09c792913'
checksum64 = '9fb00b954c3f937231816b7b36c2e9043753b7147b87131f977dde6582a28b05'
checksum = '02910767cbc5422276563ed988153fd8a6231ba1a62b07bd3b82a026fbdff1f1'
checksum64 = '5ac952e0dde9404283bc6f71f92a828a2ecf5bfaa620663c7186349733b94280'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/graphviz/graphviz.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>graphviz</id>
<version>2.49.2</version>
<version>2.49.3</version>
<title>Graphviz</title>
<authors>Arif Bilgin, graphviz committers</authors>
<owners>chocolatey, Jason Denizac, Friedrich von Never</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/graphviz/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.49.2/stable_windows_10_cmake_Release_x64_graphviz-install-2.49.2-win64.exe
x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.49.3/stable_windows_10_cmake_Release_x64_graphviz-install-2.49.3-win64.exe

to download the installer.

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

checksum64: 5F81B50E8636356A3C6EFC48FC5A2AE3DD9859D9B5FFA64EC0D952E47B44CFB8
checksum64: CAB87543088C88631D9FE256B345279E8A7AE8BCA90ACF8C16D33BA53D39AE0C


File 'license.txt' is a copy of file 'share\license.rtf' obtained from the installation directory
2 changes: 1 addition & 1 deletion automatic/graphviz/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'graphviz'
fileType = 'exe'
file64 = "$toolsPath\graphviz-2.49.2 (64-bit) EXE installer.exe"
file64 = "$toolsPath\graphviz-2.49.3 (64-bit) EXE installer.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Graphviz*'
Expand Down

0 comments on commit b04864f

Please sign in to comment.