Skip to content

Commit

Permalink
AU: 2 updated - opera-developer rocrail
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed May 15, 2019
1 parent b1ed46e commit f0122fa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions automatic/opera-developer/opera-developer.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>61.0.3298.6</version>
<version>62.0.3319.0</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 developer cross-platform internet admin</tags>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-61/#b3298.6</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-62/#b3319.0</releaseNotes>
<licenseUrl>http://www.operasoftware.com/eula/browser</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/opera-developer</packageSourceUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera-developer/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-developer/61.0.3298.6/win/Opera_Developer_61.0.3298.6_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/61.0.3298.6/win/Opera_Developer_61.0.3298.6_Setup_x64.exe'
checksum = 'a390de744d5ea810e57ec3bc360263f10467dbc56e1a369f49f153acbc8cf584'
checksum64 = '322342489ee12ae6425f60cf34d4da8773b09c5a76a6c0c4f6f76f87c96d8fa7'
url = 'https://get.geo.opera.com/pub/opera-developer/62.0.3319.0/win/Opera_Developer_62.0.3319.0_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/62.0.3319.0/win/Opera_Developer_62.0.3319.0_Setup_x64.exe'
checksum = '4b89b35f34ad338c7d6d9cefa120495af301c50b17cd44a00ea8169b06e43fe5'
checksum64 = '12e8e2e775f0c4372189c330751769c384396a64e074fc4768ef22f9c5a91853'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '61.0.3298.6'
$version = '62.0.3319.0'
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/rocrail/rocrail.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>0.15409</version>
<version>0.15411</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
8 changes: 4 additions & 4 deletions automatic/rocrail/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15409-win32.exe'
$checksum32 = 'dd439bc4230f66a1acb8917e66d2c32651629eb9d90ec8635a28e1d9638548c0'
$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15411-win32.exe'
$checksum32 = '0739defea127317ce93fc123a43c7b193f56d4838666baea833f0cfed8f9b72d'
$checksumType32 = 'sha256'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15409-win64.exe'
$checksum64 = 'b19ee7cf6b8b449082df669e98bc55d6d6cc8b4fead46e938273f1dc7dfcbeb8'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-15411-win64.exe'
$checksum64 = '1c04983ab316c7daf14773a0053cb0596bc12ae8e740e67566dae0842d5fff45'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit f0122fa

Please sign in to comment.