Skip to content

Commit

Permalink
AU: 6 updated - mixxx protoc putty putty.install putty.portable vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 28, 2024
1 parent d36aa23 commit 1bdf00d
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/releases/2.4.2/mixxx-2.4.2-win64.msi
x64: https://downloads.mixxx.org/snapshots/2.5/mixxx-2.5-beta-92-gb1301eaac2-win64.msi

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: 8C214F1B78919F00F82254CC75092865DF98304CD725C2A128884B785A364CF7
checksum64: 9BB9B6A1959CE9CE6C3AD439026AEE585EE1A5DAC749E17A32DCC44AD94CC40B

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "2.4.2",
"alpha": "2.6-alpha-99",
"beta": "2.5-beta-90"
"beta": "2.5-beta-92"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.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>mixxx</id>
<version>2.4.2</version>
<version>2.5-beta-92</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.4.2-win64.msi"
file64 = "$toolsPath\mixxx-2.5-beta-92-gb1301eaac2-win64.msi"

softwareName = 'Mixxx *'

Expand Down
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on <https://githu
and can be verified like this:

1. Download the following:
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-win64.zip>
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protoc-29.0-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v29.0/protoc-29.0-win64.zip>
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: B08FE6FCCF4313E2CCC6FD726DC855EE890533E247F4C543C987FFD980CFD5B2
checksum64: CE64F49BDEDDEF49CE4BD313A8F59BCF92FCF67B5831EFBF66170386D2E66948
checksum32: D79E27CCE4C401745411173C5EB68116C3E20400B1CC4C2DD2CB477A779418FE
checksum64: D03B9219858B8A4CA88063B78BF0A5CDE73B51808B930C4B66F06E8482C3ABE6

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>28.3</version>
<version>29.0</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey-community, keen, jordigg, drel</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://developers.google.com/protocol-buffers/</projectUrl>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v28.3</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v29.0</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc</packageSourceUrl>
<projectSourceUrl>https://github.com/protocolbuffers/protobuf</projectSourceUrl>
<docsUrl>https://developers.google.com/protocol-buffers/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/protoc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $Env:ChocolateyPackageName
FileFullPath = "$toolsPath\protoc-28.3-win32.zip"
FileFullPath64 = "$toolsPath\protoc-28.3-win64.zip"
FileFullPath = "$toolsPath\protoc-29.0-win32.zip"
FileFullPath64 = "$toolsPath\protoc-29.0-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/putty.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 installers:
32-Bit: <https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.81-installer.msi>
64-Bit: <https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.81-installer.msi>
32-Bit: <https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.82-installer.msi>
64-Bit: <https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.82-installer.msi>
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: DEA085CA2D7CC04D437AFD72B235AA1BFACAF495FB07F5733C7BC51DD8BBA34A
checksum64: 6C297C89D32D7FB5C6D10B1DA2612C9557A5126715C4A78690D5D8067488F5F2
checksum32: 6CEEF1975C85394E6A5D1B5D87277B7BF04489E679D36E80F5378489D0790D9E
checksum64: A333EE14B4008B5B1136AE254A9C1C4A082BEFB248A294D0572AF0CC8765D916

File 'LICENSE.txt' is obtained from <http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html>
2 changes: 1 addition & 1 deletion automatic/putty.install/putty.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/2010/07/nuspec.xsd">
<metadata>
<id>putty.install</id>
<version>0.81</version>
<version>0.82</version>
<title>PuTTY (Install)</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
PackageName = "putty.install"
FileType = "msi"
SoftwareName = "PuTTY"
File = "$toolsPath\putty-0.81-installer.msi"
File64 = "$toolsPath\putty-64bit-0.81-installer.msi"
File = "$toolsPath\putty-0.82-installer.msi"
File64 = "$toolsPath\putty-64bit-0.82-installer.msi"
SilentArgs = '/qn /norestart /l*v "{0}\install.log"' -f "$Env:TEMP\chocolatey\$Env:ChocolateyPackageName\$Env:ChocolateyPackageVersion"
ValidExitCodes = @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and can be verified like this:
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 0DE150059389F6A6ECC05DF30798D47157699A33596AB00D8B1C2C9BEC2AEFE5
checksum64: 7778A9457F089852D4F531554952739F126000CBD61A504F65F168904F5C50F2
checksum32: 625D84088C231FBE0BBD8F46D8BA4C9CC1C049806ECD3993C16B3ADC0B86FD91
checksum64: F4B3309E09ED7F43A76C2C1CB8E55E57A2E1501A3F09352EE4FF3F38AF31E8AD

File 'LICENSE.txt' is obtained from <http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html>
2 changes: 1 addition & 1 deletion automatic/putty.portable/putty.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/2010/07/nuspec.xsd">
<metadata>
<id>putty.portable</id>
<version>0.81</version>
<version>0.82</version>
<title>PuTTY (Portable)</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/putty/putty.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>putty</id>
<version>0.81</version>
<version>0.82</version>
<title>PuTTY</title>
<authors>Simon Tatham</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
Expand Down Expand Up @@ -51,7 +51,7 @@
<summary>PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator.</summary>
<tags>putty telnet ssh foss cross-platform</tags>
<dependencies>
<dependency id="putty.portable" version="[0.81]" />
<dependency id="putty.portable" version="[0.82]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0888/gvim_9.1.0888_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0888/gvim_9.1.0888_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0891/gvim_9.1.0891_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0891/gvim_9.1.0891_x64.zip>
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: 0EC0C504AF5AE8023ECE13D495A7070B54733E78CCB9770DD2FE9093404B97C9
checksum64: E7C8E5121F2B9C00D9C0151FC2BBB09321DC9FA10BA067D0861FFEC339F6FC98
checksum32: EEDD0B3FA01001884F790835FCC27D62A237E6AFBEEAE5586693FA61D1F05C84
checksum64: B42844FEC292A65BA006A340B2C1B89A843254B485171325B287E9C28D33D09D
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.1.0888_x86.zip"
file64 = "$toolsDir\gvim_9.1.0888_x64.zip"
file = "$toolsDir\gvim_9.1.0891_x86.zip"
file64 = "$toolsDir\gvim_9.1.0891_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.1.0888</version>
<version>9.1.0891</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 1bdf00d

Please sign in to comment.