Skip to content

Commit

Permalink
AU: 2 updated - opera-developer server-backup-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 19, 2024
1 parent 281dc01 commit b8e11dd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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>110.0.5104.0</version>
<version>110.0.5111.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-110/#b5104.0</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-110/#b5111.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/110.0.5104.0/win/Opera_Developer_110.0.5104.0_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/110.0.5104.0/win/Opera_Developer_110.0.5104.0_Setup_x64.exe'
checksum = '64ec4ad2e0535b93a2bc9833d0658fedcc35b82b3e50222ade36538ff699c2ba'
checksum64 = '5a7079fcd9355899517df6375236cd647a207781ccbbd460e9bd2207066e952d'
url = 'https://get.geo.opera.com/pub/opera-developer/110.0.5111.0/win/Opera_Developer_110.0.5111.0_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/110.0.5111.0/win/Opera_Developer_110.0.5111.0_Setup_x64.exe'
checksum = '95ff91019fd5dc8ab9c53be0c77ff3bb00c827b2a9d508cb9692aefab8b75bee'
checksum64 = 'b8faec12f99b0bd062cfc8bc16c414dfcec44f0342077fa32d1a911a80e0a215'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '110.0.5104.0'
$version = '110.0.5111.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/server-backup-agent/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"ac0000-609cd1f47aa80"|6.18.1.51
"ac0000-6106258dd4700"|6.18.2.59
2 changes: 1 addition & 1 deletion automatic/server-backup-agent/server-backup-agent.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>6.18.1.51</version>
<version>6.18.2.59</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/server-backup-agent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url32 = 'http://repo.r1soft.com/trials/ServerBackup-Windows-Agent-x86.msi'
$checksum32 = '8D447D633EFD2F6783115BE39F000165B1E9A3F2F70B324BB2540A114552DB41'
$checksum32 = '65E9C8F23B726E2C5C62D3A173A3A76743C9D6DC828A7D3C31700C227E0B508E'
$checksumType32 = 'sha256'
$url64 = 'http://repo.r1soft.com/trials/ServerBackup-Windows-Agent-x64.msi'
$checksum64 = 'e3e905ba4a4c96a5592af3f34dd39135ed6675504350574e66d4a9f110de16a3'
$checksum64 = '26ea72ea7a6129d5a9110a0f3816782f58a342c948fc6961364b60000677b633'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit b8e11dd

Please sign in to comment.