Skip to content

Commit

Permalink
AU: 3 updated - 1password patch-my-pc vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 10, 2021
1 parent 63f7ba8 commit c68c03d
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.6.794-BETA",
"OPW": "7.6.796-BETA",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.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>1password</id>
<version>7.6.794-BETA</version>
<version>7.6.796-BETA</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.794-BETA.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.796-BETA.exe'
softwareName = '1Password*'
checksum = 'e1b12fdf1aab15ba1018e309b199fa48648489dfb89900285f6e5fb09a9b4cfe'
checksum = '73c63d750f24fb69f0c070e2dcb239dc9a84cd6f6ef779f76f1c7d67de9bcbff'
checksumType = 'sha256'
silentArgs = "--silent"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/patch-my-pc.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>patch-my-pc</id>
<version>4.2.0.2</version>
<version>4.2.0.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/patch-my-pc</packageSourceUrl>
<owners>chocolatey-community, Redsandro</owners>
<title>Patch my PC</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = 'patch-my-pc'
file = "$toolsDir\PatchMyPC.exe"
url = 'https://patchmypc.net/freeupdater/PatchMyPC.exe'
checksum = 'c09000573d2d4cd86e2eeda9603eefc574740976c7435f730f159a754db755fd'
checksum = 'a26fe78c498d9cea84970a8b1ad36974c5e0bd578f4f6dd27cca73f975917a97'
checksumType = 'sha256'
}

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.2738/gvim_8.2.2738_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2738/gvim_8.2.2738_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2741/gvim_8.2.2741_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2741/gvim_8.2.2741_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: BDD41973E580BFB202D2A175A0FACF537703DB2649E7A79A1203D44C7389BD1E
checksum64: 9D5AD8A830765277EA73D58B2206FF8E5982C3B87D53E9AC5AF7CE4B9570E080
checksum32: 02323C28E82F86C56CE96D9A5D3B841E060C76ABD2C685B76EF8503267968E60
checksum64: BF05324405013C95A3DD65960746B45DDE246816AFFEB645D28FF732EB381443
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.2738_x86.zip"
file64 = "$toolsDir\gvim_8.2.2738_x64.zip"
file = "$toolsDir\gvim_8.2.2741_x86.zip"
file64 = "$toolsDir\gvim_8.2.2741_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.2738</version>
<version>8.2.2741</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 c68c03d

Please sign in to comment.