Skip to content

Commit

Permalink
AU: 3 updated - mkdocs-material Opera vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 12, 2021
1 parent fca820e commit 6304a28
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions automatic/mkdocs-material/mkdocs-material.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>7.2.3</version>
<version>7.2.4</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down Expand Up @@ -32,7 +32,7 @@ Material is a theme for [MkDocs](http://www.mkdocs.org/), an excellent static si
<releaseNotes>https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="MkDocs" version="1.1" />
<dependency id="MkDocs" version="1.2.2" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '7.2.3'
$version = '7.2.4'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>78.0.4093.112</version>
<version>78.0.4093.147</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-78/#b4093.112</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-78/#b4093.147</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/78.0.4093.112/win/Opera_78.0.4093.112_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/78.0.4093.112/win/Opera_78.0.4093.112_Setup_x64.exe'
checksum = '00e873be4fd6dbf618e98a9c4c9d915d74515be15482be4d7829ae06f1114f83'
checksum64 = '4e3154fb0317670a84268371244f5fc0ffd38c9fd0c834445e81316225add5f9'
url = 'https://get.geo.opera.com/pub/opera/desktop/78.0.4093.147/win/Opera_78.0.4093.147_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/78.0.4093.147/win/Opera_78.0.4093.147_Setup_x64.exe'
checksum = 'f5b142711d9b45f56cbaa6b40a60c9a6d16c6a990397627f563b44d1d7947353'
checksum64 = '5c37f84a3faabfa49b09ad4a29529b2698697c466793a44ca5d38f8fa7199dc7'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '78.0.4093.112'
$version = '78.0.4093.147'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
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.3326/gvim_8.2.3326_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3326/gvim_8.2.3326_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3332/gvim_8.2.3332_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3332/gvim_8.2.3332_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: EED3A6E11CBEFAA226EBBE02493B2DBD58BDBF0B1A119A2EFB8AA4FD5873A665
checksum64: E48EF7834D19F621524B3C533C3AB86F0A3ACE60F34C079A8720901DDEA319DD
checksum32: 359919C2F4988C2E67209DBDAFA717A47A04C71E46CDA0C5C75BFD4F7129D98C
checksum64: 35E62BCF116FFC5D025D66FE4A6F72EEBF3B2431848B2988BB5A15A6346DB433
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.3326_x86.zip"
file64 = "$toolsDir\gvim_8.2.3326_x64.zip"
file = "$toolsDir\gvim_8.2.3332_x86.zip"
file64 = "$toolsDir\gvim_8.2.3332_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.3326</version>
<version>8.2.3332</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 6304a28

Please sign in to comment.