Skip to content

Commit

Permalink
AU: 2 updated - 1password vlc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 30, 2018
1 parent 52bcce5 commit b4c7d71
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.3.642-beta",
"OPW": "7.3.646-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.3.642-beta</version>
<version>7.3.646-beta</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey, 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.3.642.BETA.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.3.646.BETA.exe'
softwareName = '1Password*'
checksum = '28ded09f8fe31c89f13e201b2b81bf335741243f34969c1a94e76a427f61558b'
checksum = 'b77ee9f3183b8f0c7084e4bfc85a63d8c61d8a2e9c5db3fbcd03f91f792485d9'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vlc/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/3952380efd0776bea6d964ed4e28efa979b434d2/icons/vlc.png" width="48" height="48"/> [vlc](https://chocolatey.org/packages/vlc)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@3952380efd0776bea6d964ed4e28efa979b434d2/icons/vlc.png" width="48" height="48"/> [vlc](https://chocolatey.org/packages/vlc)


VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVD, Audio CD, VCD, and various streaming protocols.
Expand Down
10 changes: 5 additions & 5 deletions automatic/vlc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: http://get.videolan.org/vlc/3.0.4/win32/vlc-3.0.4-win32.exe
x64: http://get.videolan.org/vlc/3.0.4/win64/vlc-3.0.4-win64.exe
x32: http://get.videolan.org/vlc/3.0.5/win32/vlc-3.0.5-win32.exe
x64: http://get.videolan.org/vlc/3.0.5/win64/vlc-3.0.5-win64.exe

to download the installer.

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: ED117B1D823C76DF0C3FBC96D570914A122442F420C1DA070E660A20C403B94C
checksum64: C73AA2A4CAD7703E3F4FE756BF307351BD39F864C1B654F43BCCC9415AFFBEE9
checksum32: 71B11A14E48E6A1A3263D131D92A888F8E10E8970702866339EB02ED5ADF850C
checksum64: 8CB9651C43B4A46430505FB722DE46B2DC33863A0829AF4A64A431F5A51DB8F3

Using AU:

Get-RemoteChecksum http://get.videolan.org/vlc/3.0.4/win64/vlc-3.0.4-win64.exe
Get-RemoteChecksum http://get.videolan.org/vlc/3.0.5/win64/vlc-3.0.5-win64.exe

File 'LICENSE.txt' obtained from:
http://svn.videolan.org/filedetails.php?repname=VideoLAN+Server&path=%2Ftrunk%2FCOPYING
4 changes: 2 additions & 2 deletions automatic/vlc/vlc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vlc</id>
<title>VLC media player</title>
<version>3.0.4</version>
<version>3.0.5</version>
<authors>VideoLAN Organization</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>VLC Media Player</summary>
Expand Down Expand Up @@ -33,7 +33,7 @@ Example: `choco install --params "'/Language:fr'"` *Will set the language of VLC
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/vlc</packageSourceUrl>
<projectSourceUrl>http://www.videolan.org/vlc/download-sources.html</projectSourceUrl>
<tags>vlc foss cross-platform multimedia audio video mp3 dvd avi media player admin</tags>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/3952380efd0776bea6d964ed4e28efa979b434d2/icons/vlc.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@3952380efd0776bea6d964ed4e28efa979b434d2/icons/vlc.png</iconUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down

0 comments on commit b4c7d71

Please sign in to comment.