Skip to content

Commit

Permalink
AU: 3 updated - chromium mkdocs vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 27, 2022
1 parent ebac6f9 commit 5ebaf42
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
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": "102.0.4967.0-snapshots",
"stable": "99.0.4844.82"
"stable": "99.0.4844.84"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>102.0.4967.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>99.0.4844.84</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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/985678/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/985681/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v99.0.4844.84-r1060/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v99.0.4844.84-r1060/mini_installer.sync.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: F7E28EE780FC5185A53C15EADC0DF0ADCB9D384A13C255602CB604290475758A
checksum64: B4DEBF34A9B60555717B02191515F91694A62AB6040ACE416A9B138161A9E1A5
checksum32: 838812D29C538BFD9F81B2166F3739C567EE2A89E23DFB4B7439DCF721B445FB
checksum64: 9EF928B267CF8C3CA6B7FBB89B58259A2CDED5A06EB33CA266FFD019BBA7A007

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 = "102.0.4967.0-snapshots"
$version = "99.0.4844.84"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@45d7d88c15fb38a55f15ef9ecf39b356cdbadabd/icons/mkdocs.png" width="48" height="48"/> [mkdocs](https://chocolatey.org/packages/mkdocs)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@45d7d88c15fb38a55f15ef9ecf39b356cdbadabd/icons/mkdocs.png" width="48" height="48"/> [mkdocs](https://chocolatey.org/packages/mkdocs)


MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.
Expand Down
6 changes: 3 additions & 3 deletions automatic/mkdocs/mkdocs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<metadata>
<id>mkdocs</id>
<title>MkDocs</title>
<version>1.2.3</version>
<version>1.3.0</version>
<authors>Tom Christie</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://www.mkdocs.org</projectUrl>
<projectSourceUrl>https://github.com/mkdocs/mkdocs/</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/mkdocs</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@45d7d88c15fb38a55f15ef9ecf39b356cdbadabd/icons/mkdocs.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/mkdocs</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@45d7d88c15fb38a55f15ef9ecf39b356cdbadabd/icons/mkdocs.png</iconUrl>
<licenseUrl>https://github.com/mkdocs/mkdocs/blob/master/LICENSE</licenseUrl>
<docsUrl>http://www.mkdocs.org</docsUrl>
<bugTrackerUrl>https://github.com/mkdocs/mkdocs/issues</bugTrackerUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '1.2.3'
$version = '1.3.0'

$proxy = Get-EffectiveProxy
if ($proxy) {
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.4628/gvim_8.2.4628_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4628/gvim_8.2.4628_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4632/gvim_8.2.4632_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4632/gvim_8.2.4632_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: B96FE42D61CB75C554497F9215BE833453225E29FEC0B76D56E6FB35A04EB227
checksum64: F3A130860BD7A41867613FA11DF7B15D235CFE7D924404C0A81121D96304BD01
checksum32: 85917B454FAC0A13473AF2543AD49BFF25CE4D0DF63177B31DAA5C10AF0052C8
checksum64: 4A199A73BAC2A694B3694E1A4248CC4CBBEDB3D9A2F9B5ABB730BFF391E18613
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.4628_x86.zip"
file64 = "$toolsDir\gvim_8.2.4628_x64.zip"
file = "$toolsDir\gvim_8.2.4632_x86.zip"
file64 = "$toolsDir\gvim_8.2.4632_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.4628</version>
<version>8.2.4632</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 5ebaf42

Please sign in to comment.