Skip to content

Commit

Permalink
AU: 3 updated - clion-ide opera-beta viber
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Nov 28, 2019
1 parent ca97fd9 commit fa9cf42
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/clion-ide/clion-ide.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>2019.2.5</version>
<version>2019.3</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/clion-ide/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.jetbrains.com/cpp/CLion-2019.2.5.exe'
$checksum = 'b14acbb773a57e3300fe39d5ad17a221da2988f5628c689af40abcd562886a3e'
$url = 'https://download.jetbrains.com/cpp/CLion-2019.3.exe'
$checksum = '171fa9e04cc74332667ab992c00083a1e214f0236b903b752379beb29ef11562'
$checksumType = 'sha256'

# Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera-beta/opera-beta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>65.0.3467.32-beta</version>
<version>66.0.3515.3-beta</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Opera Software</copyright>
<tags>browser opera beta cross-platform internet admin</tags>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-65/#b3467.32</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-66/#b3515.3</releaseNotes>
<licenseUrl>http://www.operasoftware.com/eula/browser</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/opera-beta</packageSourceUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera-beta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar 0"; Write-Host "
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera-beta/65.0.3467.32/win/Opera_beta_65.0.3467.32_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/65.0.3467.32/win/Opera_beta_65.0.3467.32_Setup_x64.exe'
checksum = '545fd32cb3c8676c939d24ddcc20a162e621033c5839aa9f7302700454e93d5f'
checksum64 = '9825f57477d8f7df76e50a213d34a648ec419b31be4bab469b3f5a565d885e01'
url = 'https://get.geo.opera.com/pub/opera-beta/66.0.3515.3/win/Opera_beta_66.0.3515.3_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-beta/66.0.3515.3/win/Opera_beta_66.0.3515.3_Setup_x64.exe'
checksum = '8dc6db3990f799a3db0919321ddba5870f235f98d1b36659923c550d02810a24'
checksum64 = 'a5d76ec2b789f80515b6fb9685e45594f76623b51a0fb065c0e224ac2612b880'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '65.0.3467.32'
$version = '66.0.3515.3'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down
2 changes: 1 addition & 1 deletion automatic/viber/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"38dffae41fa730bc90710922d770cd31-6"|11.9.1.3
"38cbdc3fb87d46d2563606ff62269a2d-6"|11.9.5.32
2 changes: 1 addition & 1 deletion automatic/viber/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.cdn.viber.com/desktop/windows/ViberSetup.exe'
$checksum = 'F0266B1E72CC1583AC152A032BA8FF3E3E7CA48CEF34EC2F37D1D6EE344BCFDB'
$checksum = '3DF0D81203A58F5BF5F48324E7A7241D98E7CC7EB7BCD6B6F335393FD11AF5EA'
$checksumType = 'sha256'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/viber/viber.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>11.9.1.3</version>
<version>11.9.5.32</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down

0 comments on commit fa9cf42

Please sign in to comment.