Skip to content

Commit

Permalink
AU: 2 updated - 1password vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 19, 2021
1 parent 831eeb5 commit b03f18a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
@@ -1,4 +1,4 @@
{
"OPW": "7.9.822",
"OPW": "7.9.823-BETA",
"OPW4": "4.6.2.626"
}
6 changes: 3 additions & 3 deletions automatic/1password/1password.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>1password</id>
<version>7.9.822</version>
<version>7.9.823-BETA</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
<licenseUrl>https://1password.com/legal/terms-of-service</licenseUrl>
<projectUrl>https://1password.com/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@09451a71b28e4ee0b3ea3841ab130b1bbf46f9b0/icons/1password.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@09451a71b28e4ee0b3ea3841ab130b1bbf46f9b0/icons/1password.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<mailingListUrl>https://discussions.agilebits.com/</mailingListUrl>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
Expand All @@ -24,7 +24,7 @@
<summary>1Password - Have you ever forgotten a password?</summary>
<copyright>©2021 AgileBits, Inc. All rights reserved.</copyright>
<tags>1password password keystore keys saver admin trial cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/1password</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/1password</packageSourceUrl>
<dependencies>
<dependency id="dotnet4.7.2" version="4.7.2.20180712" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/1password/Readme.md
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@09451a71b28e4ee0b3ea3841ab130b1bbf46f9b0/icons/1password.png" height="48" width="48" /> 1Password](https://chocolatey.org/packages/1password)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@09451a71b28e4ee0b3ea3841ab130b1bbf46f9b0/icons/1password.png" height="48" width="48" /> 1Password](https://chocolatey.org/packages/1password)

1Password can create strong, unique passwords for you, remember them, and restore them, all directly in your web browser.

Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.9.822.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.9.823-BETA.exe'
softwareName = '1Password*'
checksum = 'c1456c24300f96ad895163b4db723bdff840c164c40bb0cca680558c25a4c236'
checksum = 'e144b46d34471b42caa48ffbbbd52e7a5e294bf0569dc2dbaec40a4ae9f2756e'
checksumType = 'sha256'
silentArgs = "--silent"
validExitCodes = @(0)
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.3532/gvim_8.2.3532_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3532/gvim_8.2.3532_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3536/gvim_8.2.3536_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3536/gvim_8.2.3536_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: 08E419FD2F66ED3FCDC877105077E3FD02CA64BB404EBE39CE6A01D5ED3FB93E
checksum64: 4185B240FA327DB49020CA940A28C102A53F4B0913CF957CFA0EB8883409194C
checksum32: 7FAC99442FFBB0A4BA34B3978D0BBA46C2D0D42E5A06B695E1520F742562F453
checksum64: 81E4A3763C007E7B39927C9A46B11FCB5BFC28660A6649E4653B1F1B2049B59C
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.3532_x86.zip"
file64 = "$toolsDir\gvim_8.2.3532_x64.zip"
file = "$toolsDir\gvim_8.2.3536_x86.zip"
file64 = "$toolsDir\gvim_8.2.3536_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.3532</version>
<version>8.2.3536</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 b03f18a

Please sign in to comment.