Skip to content

Commit

Permalink
AU: 3 updated - chromium vim Wget
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 13, 2022
1 parent 4d91e73 commit d503704
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "101.0.4940.0-snapshots",
"snapshots": "101.0.4941.0-snapshots",
"stable": "99.0.4844.51"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>101.0.4940.0-snapshots</version>
<version>101.0.4941.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
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/980259/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/980259/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/980307/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/980308/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: B121D7173D6B9DE0A9F5B39DC593696BA64A691AA573A6F7CFDFF7CD652A5969
checksum64: 042D5AF618726E57108EB4C70D9DA72F2D3ED8A6A66CB60CC5DC4EB274057CBF
checksum32: BC163DE78C27E3FD26428B37DAC5F269637097308D147675F5DE92FA9DA4DA27
checksum64: C294BA57A037CE6E548A10B3A57B6CAA9747101A13B646CC900337194AF24AC6

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "101.0.4940.0-snapshots"
$version = "101.0.4941.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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.4548/gvim_8.2.4548_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4548/gvim_8.2.4548_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4554/gvim_8.2.4554_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4554/gvim_8.2.4554_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: 2B90F9773CEB344FB572D34B3CF3BDD8DFD9D028F30D36D0C3A4936668135828
checksum64: 493167E7B9E61EB9BCF09BAFF14C3A8146452DFD0FC4922FE6CE0D49625F0A0F
checksum32: F25339898137BAD37DCA109E724606EE26C997AEE8BE3E7F148818637773B0DA
checksum64: FCC1EBF5A57F5EB2F18240B14574945A7AD9371E5CBBD70FDC8A5DDEAED0D09E
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.4548_x86.zip"
file64 = "$toolsDir\gvim_8.2.4548_x64.zip"
file = "$toolsDir\gvim_8.2.4554_x86.zip"
file64 = "$toolsDir\gvim_8.2.4554_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.4548</version>
<version>8.2.4554</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
2 changes: 1 addition & 1 deletion automatic/wget/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@46ec3b4a65a31782b27c114c92155810d2f781a0/icons/wget.png" width="48" height="48"/> [wget](https://chocolatey.org/packages/wget)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@46ec3b4a65a31782b27c114c92155810d2f781a0/icons/wget.png" width="48" height="48"/> [wget](https://chocolatey.org/packages/wget)

GNU Wget is a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols. It is a non-interactive commandline tool, so it may easily be called from scripts, cron jobs, terminals without X-Windows support, etc.

Expand Down
10 changes: 5 additions & 5 deletions automatic/wget/legal/VERIFICATION.txt
Expand Up @@ -4,15 +4,15 @@ in verifying that this package's contents are trustworthy.

1. Download the appropriate zip:

x32: https://eternallybored.org/misc/wget/releases/wget-1.21.2-win32.zip
x64: https://eternallybored.org/misc/wget/releases/wget-1.21.2-win64.zip
x32: https://eternallybored.org/misc/wget/releases/wget-1.21.3-win32.zip
x64: https://eternallybored.org/misc/wget/releases/wget-1.21.3-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'

checksum32: 199D5F643D08D84BC42DF4A8E56EB1CEBC471136A2CFD642AFA6E483BF880DC9
checksum64: B0DF89F80AFF540F9EFEE4FC6EBE9F484F442866CC03896BCD5B21E9813D380A
checksum32: 3C5AB00ABE38819A75D2E644DDE66A851FC99524466F5AA627B490AC5F2767EA
checksum64: 370F873CC7834B7182FEAA4D04638711880DB1938CC7863099BAFD53769D074F

Using AU:
Get-RemoteChecksum https://eternallybored.org/misc/wget/releases/wget-1.21.2-win64.zip
Get-RemoteChecksum https://eternallybored.org/misc/wget/releases/wget-1.21.3-win64.zip
10 changes: 7 additions & 3 deletions automatic/wget/wget.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Wget</id>
<version>1.21.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/wget</packageSourceUrl>
<version>1.21.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/wget</packageSourceUrl>
<owners>chocolatey-community, LudicrousByte</owners>
<title>GNU Wget</title>
<authors>Giuseppe Scrivano,Hrvoje Nikšić,Jernej Simončič</authors>
<projectUrl>https://www.gnu.org/software/wget/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@46ec3b4a65a31782b27c114c92155810d2f781a0/icons/wget.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@46ec3b4a65a31782b27c114c92155810d2f781a0/icons/wget.png</iconUrl>
<copyright>Copyright © 2010 Free Software Foundation, Inc.</copyright>
<licenseUrl>https://www.gnu.org/copyleft/gpl.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -35,6 +35,10 @@ GNU Wget has many features to make retrieving large files or mirroring entire we
* Unattended / background operation
* Uses local file timestamps to determine whether documents need to be re-downloaded when mirroring
* GNU Wget is distributed under the GNU General Public License.
## Notes
**If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<releaseNotes>
* [News](http://wget.addictivecode.org/)
Expand Down

0 comments on commit d503704

Please sign in to comment.