Skip to content

Commit

Permalink
AU: 2 updated - mp3tag Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 25, 2017
1 parent 93b7cbc commit 3b2aa6e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mp3tag</id>
<version>2.83</version>
<version>2.84</version>
<title>Mp3tag</title>
<owners>chocolatey</owners>
<authors>Florian Heidenreich</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/tools/ChocolateyInstall.ps1
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'mp3tag'
$url32 = 'http://download.mp3tag.de/mp3tagv283setup.exe'
$checksum32 = '71f24569e2206b787d20246113df71a4973cb9acbc5fbd188c697a6c3ac5a450'
$url32 = 'http://download.mp3tag.de/mp3tagv284setup.exe'
$checksum32 = '05fefc11e1ad4e5fff0b1b9d169298062898e7ca1e564951920269413276cee6'
$silentArgs = '/S'

$PSScriptRoot = Split-Path -parent $MyInvocation.MyCommand.Definition
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>47.0.2631.55</version>
<version>47.0.2631.71</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -15,7 +15,7 @@
The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.
</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-47/#b2631.55</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-47/#b2631.71</releaseNotes>
<tags>browser opera admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Expand Up @@ -4,14 +4,14 @@ $toolsPath = (Split-Path -Parent $MyInvocation.MyCommand.Definition)

if (Is32BitInstalled) { $env:ChocolateyForceX86 = $true }

$version = '47.0.2631.55'
$version = '47.0.2631.71'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/47.0.2631.55/win/Opera_47.0.2631.55_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/47.0.2631.55/win/Opera_47.0.2631.55_Setup_x64.exe'
checksum = '52abd1912c0710d8bfde103cba0d4cec4f9046b70680ca6c243903214412d9b2'
checksum64 = '8445bb38a42a07008a9929e75a1ac6656f04a586b31e52367da62d91a17a8df7'
url = 'https://get.geo.opera.com/pub/opera/desktop/47.0.2631.71/win/Opera_47.0.2631.71_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/47.0.2631.71/win/Opera_47.0.2631.71_Setup_x64.exe'
checksum = '8db414ee098b0b94c729c0eedaaf4df65c3cac3c43bdab515ee6a8e47a3733cf'
checksum64 = 'a8f1524ad386b24d3f4253bb20337c47db5de9c73eb6f0e711e8c909f6393b55'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0'
Expand Down

0 comments on commit 3b2aa6e

Please sign in to comment.