Skip to content

Commit

Permalink
AU: 8 updated - 7zip 7zip.install 7zip.portable chromium cmake cmake.…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 21, 2023
1 parent 056fc3b commit d2670ab
Show file tree
Hide file tree
Showing 26 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion automatic/7zip.install/7zip.install.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "22.1",
"stable": "23.1",
"pre": "21.4-beta"
}
2 changes: 1 addition & 1 deletion automatic/7zip.install/7zip.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>7zip.install</id>
<title>7-Zip (Install)</title>
<version>22.1</version>
<version>23.1</version>
<authors>Igor Pavlov</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>7-Zip is a file archiver with a high compression ratio.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/7zip.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from their official download link listed on <h
and can be verified like this:

1. Download the following installers:
32-Bit: <http://www.7-zip.org/a/7z2201.exe>
64-Bit: <http://www.7-zip.org/a/7z2201-x64.exe>
32-Bit: <http://www.7-zip.org/a/7z2301.exe>
64-Bit: <http://www.7-zip.org/a/7z2301-x64.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:
checksum32: 8C8FBCF80F0484B48A07BD20E512B103969992DBF81B6588832B08205E3A1B43
checksum64: B055FEE85472921575071464A97A79540E489C1C3A14B9BDFBDBAB60E17F36E4
checksum type: sha256
checksum32: 9B6682255BED2E415BFA2EF75E7E0888158D1AAF79370DEFAA2E2A5F2B003A59
checksum64: 26CB6E9F56333682122FAFE79DBCDFD51E9F47CC7217DCCD29AC6FC33B5598CD

File 'LICENSE.txt' is obtained from <http://www.7-zip.org/license.txt>
2 changes: 1 addition & 1 deletion automatic/7zip.portable/7zip.portable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "22.1",
"stable": "23.1",
"pre": "21.4-beta"
}
2 changes: 1 addition & 1 deletion automatic/7zip.portable/7zip.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>7zip.portable</id>
<title>7-Zip (Portable, CommandLine)</title>
<version>22.1</version>
<version>23.1</version>
<authors>Igor Pavlov</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>7-Zip is a file archiver with a high compression ratio.</summary>
Expand Down
12 changes: 6 additions & 6 deletions automatic/7zip.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer has been downloaded from their official download link listed on <h
and can be verified like this:

1. Download the following installers:
32-Bit: <http://www.7-zip.org/a/7z2201.exe>
64-Bit: <http://www.7-zip.org/a/7z2201-x64.exe>
Extra : <http://www.7-zip.org/a/7z2201-extra.7z>
32-Bit: <http://www.7-zip.org/a/7z2301.exe>
64-Bit: <http://www.7-zip.org/a/7z2301-x64.exe>
Extra : <http://www.7-zip.org/a/7z2301-extra.7z>
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 : 8C8FBCF80F0484B48A07BD20E512B103969992DBF81B6588832B08205E3A1B43
checksum64 : B055FEE85472921575071464A97A79540E489C1C3A14B9BDFBDBAB60E17F36E4
checksumExtra: FB776489799CD5CA0E151830CF2E6A9819C5C16C8E7571FF706AEEEE07DA2883
checksum32 : 9B6682255BED2E415BFA2EF75E7E0888158D1AAF79370DEFAA2E2A5F2B003A59
checksum64 : 26CB6E9F56333682122FAFE79DBCDFD51E9F47CC7217DCCD29AC6FC33B5598CD
checksumExtra: DB3A1CBE57A26FAC81B65C6A2D23FEAECDEEDE3E4C1FE8FB93A7B91D72D1094C

File 'LICENSE.txt' is obtained from <http://www.7-zip.org/license.txt>
4 changes: 2 additions & 2 deletions automatic/7zip.portable/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
. "$PSScriptRoot\..\7zip\update.ps1"
. "$PSScriptRoot\..\7zip\update.ps1"

$softwareNamePrefix = '7-zip'

Expand All @@ -12,7 +12,7 @@ function global:au_BeforeUpdate {
Remove-Item $filePath -Force -ea 0
Write-Host "Downloading to 7zip_extra.7z"
$client.DownloadFile($Latest.URL_EXTRA, $filePath)
$Latest.ChecksumExtra = Get-FileHash $filePath | % Hash
$Latest.ChecksumExtra = Get-FileHash $filePath | ForEach-Object Hash

}
catch { throw $_ }
Expand Down
2 changes: 1 addition & 1 deletion automatic/7zip/7zip.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "22.1",
"stable": "23.1",
"pre": "21.4-beta"
}
4 changes: 2 additions & 2 deletions automatic/7zip/7zip.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>7zip</id>
<title>7-Zip</title>
<version>22.1</version>
<version>23.1</version>
<authors>Igor Pavlov</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>7-Zip is a file archiver with a high compression ratio.</summary>
Expand Down Expand Up @@ -39,7 +39,7 @@
<bugTrackerUrl>https://sourceforge.net/p/sevenzip/_list/tickets?source=navbar</bugTrackerUrl>
<releaseNotes>http://www.7-zip.org/history.txt</releaseNotes>
<dependencies>
<dependency id="7zip.install" version="[22.1]" />
<dependency id="7zip.install" version="[23.1]" />
</dependencies>
</metadata>
<files>
Expand Down
12 changes: 6 additions & 6 deletions automatic/7zip/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import-module au
import-module au

$domain = 'http://www.7-zip.org/'
$releases = "${domain}download.html"
Expand All @@ -16,7 +16,7 @@ function global:au_GetLatest {

$streams = @{}

$download_page.AllElements | ? innerText -match "^Download 7\-Zip ([\d\.]+) ?(alpha|beta|rc)? \([\d]{4}[\-\d]+\)" | % {
$download_page.AllElements | Where-Object innerText -match "^Download 7\-Zip ([\d\.]+) ?(alpha|beta|rc)? \([\d]{4}[\-\d]+\)" | ForEach-Object {
if ($Matches[1] -and $Matches[2]) {
$streamName = "pre"
$version = "$($Matches[1])"
Expand All @@ -32,12 +32,12 @@ function global:au_GetLatest {
}
if ($streams.ContainsKey($streamName)) { return }

$URLS = $download_page.links | ? href -match "7z$($version -replace '\.','')" | select -expand href
$URLS = $download_page.links | Where-Object href -match "7z$($version -replace '\.','')" | Select-Object -expand href

$streams["$streamName"] = @{
URL32 = $domain + ($URLS | ? { $_ -notmatch "x64" } | select -first 1)
URL64 = $domain + ($URLS | ? { $_ -match "x64" } | select -first 1)
URL_EXTRA = $domain + ($URLS | ? { $_ -match "extra" } | select -first 1)
URL32 = $domain + ($URLS | Where-Object { $_ -notmatch "x64" } | Select-Object -first 1)
URL64 = $domain + ($URLS | Where-Object { $_ -match "x64" } | Select-Object -first 1)
URL_EXTRA = $domain + ($URLS | Where-Object { $_ -match "extra" } | Select-Object -first 1)
Version = (Get-Version $versionFull).ToString()
}
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "116.0.5844.0-snapshots",
"snapshots": "116.0.5845.0-snapshots",
"stable": "114.0.5735.134"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>116.0.5844.0-snapshots</version>
<version>116.0.5845.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1159780/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1159795/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1160202/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1160217/mini_installer.exe>
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: BB9A00B0C5E19983E6D9006C8275E4494767A6B483F8D2122F63F8C957516F21
checksum64: 8A8D8AF88C4B216803FE3CA5DE5A4DFC28C8EEC834A9D0FB5569DA9BDEFF34A4
checksum32: 6942C069F46E631486C51B464ED8B0368F6E38849D5693C98AF3B7D6C2FCA8C6
checksum64: D9DEB3563C3705C42616821AE206060B79D9ED336CB6694464F9C297ED408962

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "116.0.5844.0-snapshots"
$version = "116.0.5845.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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 @@ -18,5 +18,5 @@
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.4",
"3.27": "3.27.0-rc2"
"3.27": "3.27.0-rc3"
}
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.27.0-rc2</version>
<version>3.27.0-rc3</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.27.0-rc2/cmake-3.27.0-rc2-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc2/cmake-3.27.0-rc2-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc3/cmake-3.27.0-rc3-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc3/cmake-3.27.0-rc3-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: 347FEBD0821DDF13FF68C1D912796B21387B6AA56F8A377F731F6EC33A532D6E
checksum64: 43E509570D689DA6B31866367FD43DF7172B50A759A40B1F2B2B35F2CE7CA151
checksum32: D968B6795D4A5A3F117A9B3A52413ED7B35A16365278F8FE0D40BC3F9E4B9547
checksum64: 7BC8F98C8831006BDB30C7DE158E49D6828CB096A8193B65689552A17BB58EC1

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.27.0-rc2-windows-i386.msi"
file64 = "$toolsPath\cmake-3.27.0-rc2-windows-x86_64.msi"
file = "$toolsPath\cmake-3.27.0-rc3-windows-i386.msi"
file64 = "$toolsPath\cmake-3.27.0-rc3-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 @@ -18,5 +18,5 @@
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.4",
"3.27": "3.27.0-rc2"
"3.27": "3.27.0-rc3"
}
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.27.0-rc2</version>
<version>3.27.0-rc3</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.27.0-rc2/cmake-3.27.0-rc2-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc2/cmake-3.27.0-rc2-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc3/cmake-3.27.0-rc3-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.0-rc3/cmake-3.27.0-rc3-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: 723BF57A599CE950F817EE43371B5B4940DD642C123D9A16A2320383829C1789
checksum64: 8C0672C97E4EB4E4F1464582C8E96D23B3F9099FC7C7640CFBC0CCEB1F69E38D
checksum32: 0AEF37D8AC0156A01422369FD25643AAD8BA50AEB3622265AC4A346EDC490FC6
checksum64: 858A8533C5DC22AE694AA4F6EBD181F9F3C0F82566EECB197D9BCACE3C0B3185

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.27.0-rc2-windows-i386.zip"
file64 = "$toolsPath\cmake-3.27.0-rc2-windows-x86_64.zip"
file = "$toolsPath\cmake-3.27.0-rc3-windows-i386.zip"
file64 = "$toolsPath\cmake-3.27.0-rc3-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 @@ -18,5 +18,5 @@
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.4",
"3.27": "3.27.0-rc2"
"3.27": "3.27.0-rc3"
}
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.27.0-rc2</version>
<version>3.27.0-rc3</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.27.0-rc2]" />
<dependency id="cmake.install" version="[3.27.0-rc3]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3131.0</version>
<version>10.0.3132.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = 'c898d4166980a4d4d457142aa1379a4250a3ccfad68d9d0107f6a7e6540a5ba1'
checksum64 = '2eab9c66ec578bbe3c2af57031cd7dda92afa3f31f9cb3b307510a63a2e0b73f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit d2670ab

Please sign in to comment.