Skip to content

Commit

Permalink
AU: 3 updated - paint.net vim Waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 2, 2023
1 parent 61d03aa commit e8ce255
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions automatic/paint.net/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://github.com/paintdotnet/release/releases/download/v5.0.7/paint.net.5.0.7.install.x64.zip
x64: https://github.com/paintdotnet/release/releases/download/v5.0.10/paint.net.5.0.10.winmsi.x64.zip

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: 79BA9F22E360ABCD48C0C806213F6A2EC29A8830FD20E2A185F9218E239FD874
checksum64: 429BD892083DE7084906986A703C4D4DABC56A04CF6BBCB12EFEC0C2EC8125A5

File 'license.txt' is obtained from:
https://www.getpaint.net/license.html
2 changes: 1 addition & 1 deletion automatic/paint.net/paint.net.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>paint.net</id>
<version>5.0.7</version>
<version>5.0.10</version>
<title>Paint.NET</title>
<authors>Rick Brewster, dotPDN</authors>
<projectUrl>http://www.getpaint.net/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/paint.net/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 = $env:ChocolateyPackageName
fileType = "msi"
file64 = "$toolsPath\paintdotnet.msi"
file64 = "$toolsPath\paint.net.5.0.10.winmsi.x64.msi"
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 1641, 3010)
softwareName = 'Paint.NET*'
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.0.1966/gvim_9.0.1966_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1966/gvim_9.0.1966_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1968/gvim_9.0.1968_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1968/gvim_9.0.1968_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: 001D0F8C3BE0215A7FF47F4A3C04537D63C747C253BDBAABC8D060F6BB463FEC
checksum64: 4CD838E3BD673FD5D7CDD9366BFAF724F7D641BBFB6F2D7418F1F350622FB46B
checksum32: 2C0D54CA04DB5158DFE6D896351E82E637A2508CEC7E8BED09B10D90F6E04BFE
checksum64: B5D0591A136CD19BF00D13485ACB11292B3A4D387924008C8ADD3AE66992378D
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.0.1966_x86.zip"
file64 = "$toolsDir\gvim_9.0.1966_x64.zip"
file = "$toolsDir\gvim_9.0.1968_x86.zip"
file64 = "$toolsDir\gvim_9.0.1968_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.0.1966</version>
<version>9.0.1968</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
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from their official download link listed on <>
and can be verified like this:

1. Download <https://cdn1.waterfox.net/waterfox/releases/G6.0.2/WINNT_x86_64/Waterfox%20Setup%20G6.0.2.exe>
1. Download <https://cdn1.waterfox.net/waterfox/releases/G6.0.3/WINNT_x86_64/Waterfox%20Setup%20G6.0.3.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: EA3DD7C87A2C0AFE7A3E25CCFB2B4331D67C35CD986B0691586EEA7ECFF3005E
checksum: 5F94DF72667F2D028D8CD47F1686DFBE67452925C07CE317435638B081588788

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
2 changes: 1 addition & 1 deletion automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'Waterfox'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox Setup G6.0.2_x64.exe"
file = "$toolsDir\Waterfox Setup G6.0.3_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "23106.0.2",
"current": "23106.0.3",
"classic": "2022.11"
}
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.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>Waterfox</id>
<version>23106.0.2</version>
<version>23106.0.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox</title>
Expand Down

0 comments on commit e8ce255

Please sign in to comment.