Skip to content

Commit

Permalink
AU: 3 updated - palemoon tor-browser vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 21, 2022
1 parent 3c039f5 commit b9c5695
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>30.0.0</version>
<version>30.0.1</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-30.0.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-30.0.0.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-30.0.1.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-30.0.1.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'e844e30bf3a554907dda2eaf282e87d16a24993fbe5187f3d973aaf2745b1d09'
checksum = '850893092bbb5c1e7ff01dd869a00c1e606be843ea1b2edceaf223cc3763b67a'
checksumType = 'sha256'
checksum64 = 'cecb33f8c238c82d9a4fd0076b573624d35b476fd984d0ee2c6747b8724d1304'
checksum64 = 'f2adf999be923d2c426f233d59d92ac0ce01b9ce4c8672bff597c462f49c1e7f'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down
72 changes: 36 additions & 36 deletions automatic/tor-browser/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion automatic/tor-browser/tor-browser.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>tor-browser</id>
<version>11.0.7</version>
<version>11.0.9</version>
<title>Tor Browser Bundle</title>
<owners>chocolatey-community</owners>
<authors>Tor Project</authors>
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/v8.2.4594/gvim_8.2.4594_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4594/gvim_8.2.4594_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4602/gvim_8.2.4602_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4602/gvim_8.2.4602_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: 2E6F3322F77A36885D149AA5EF757C5A73BEED74919607D08A3730F3432432F9
checksum64: BE26CAC59B875AFD49FB7BB877A701538F8AEB9FB40879C1C9A11242194D2CDE
checksum32: D1613A3128CEAFD429B124FD283C37358E4FA2D6D1D5DAD6D2878655AC16CBB8
checksum64: 4ECD9338EFC07774DB8FFF6DA850E43D31BC1144D8B6C835BDFC064BA4EFE273
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_8.2.4594_x86.zip"
file64 = "$toolsDir\gvim_8.2.4594_x64.zip"
file = "$toolsDir\gvim_8.2.4602_x86.zip"
file64 = "$toolsDir\gvim_8.2.4602_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>8.2.4594</version>
<version>8.2.4602</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</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 b9c5695

Please sign in to comment.