Skip to content

Commit

Permalink
AU: 2 updated - firefox-nightly opera-developer
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed May 16, 2022
1 parent 96e642c commit 818e7ff
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nightly": "102.0.1.2022051521-alpha"
"nightly": "102.0.1.2022051609-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.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>102.0.1.2022051521-alpha</version>
<version>102.0.1.2022051609-alpha</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
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/tools/LanguageChecksums.csv
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ en-CA|64|b398c22dbfa276399482ede4910e27a80a43bece1a79a145a4039a00bc1973322ca5c46
en-GB|32|e6b4eda085e7183a487ff5e100cadcd737923b033381e88b0389aba139f932d4753cdcd62fc1e856e8ba1ba3f3c6989a850a4c3847596fce9a2389db971c2af0
en-GB|64|81532554f6359ea7518c68ffb47e579324d48288c8ee14237ff4fb6a4bc8b0242b3d4bebf1c1e029bc4b69f12daed168cd2d5d30d4bbce4f1edd2fa61946b316
en-US|32|3dfcb5d02a56cda0ddcfd67adcb8f64960cceb285b03a1def97090fd49bfde098d9f0a9d8f4d5a3cd4d3eeca6ec9c428c1a90594eac23e005cfad3dd1856e1cf
en-US|64|ca9b11f28b256363a04270e63cc55fad191ee448ddb67a32079dc0c62e9d0e48abb775aee9b01a670786fb3d940dc36eb7b6cb9574c70c0c26dd5fa984c7b466
en-US|64|aa396263ff5de6b9eb4f894c21cfc35ad1d6ae9744f2dea5200d687e8186e3aac3b1a7cbefdc1526a5ee1e6fe81653b84fbcbc3fdd03fa60b35fc13f59c9cbe0
eo|32|1f1c1a6c399f04fba4098c1b1ba0494d430ed1c981bda88f605fb2bf22f4559247ff389c3fd5df50730e8faa9adb969e2ce43333d8aaa1dc24a770c075f31803
eo|64|7d851025b2cc0fb857d92cdb11c5305226027fa5231804cf067bb258a571eb021710b5a3d074cf0253ee8b9faf78dd0cb60eebbd532505d565e917cd321f765f
es-AR|32|4e600b88bc4be816ac4895d2a5a77a778139a7704051c35e9722cad1ff25462dfe5e533f5ad3658389ac445e843d42fec008ae82079a4c6c31421c96d508b8b9
Expand Down
4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://archive.mozilla.org/pub/firefox/nightly/2022/05/2022-05-15-21-45-19-mozilla-central/firefox-102.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2022/05/2022-05-16-09-51-44-mozilla-central/firefox-102.0a1.${locale}.win32.installer.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2022/05/2022-05-15-21-45-19-mozilla-central/firefox-102.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2022/05/2022-05-16-09-51-44-mozilla-central/firefox-102.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
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>89.0.4415.0</version>
<version>89.0.4422.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-89/#b4415.0</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-89/#b4422.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/89.0.4415.0/win/Opera_Developer_89.0.4415.0_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/89.0.4415.0/win/Opera_Developer_89.0.4415.0_Setup_x64.exe'
checksum = 'a43c471085444ccbcc02cb52433c7164867b672a0a53adcd593e70a548fdc87f'
checksum64 = 'da30cebc5214ceace432bd968281d77e54e9dba3dc975f1d9e1357dfb2a283bc'
url = 'https://get.geo.opera.com/pub/opera-developer/89.0.4422.0/win/Opera_Developer_89.0.4422.0_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/89.0.4422.0/win/Opera_Developer_89.0.4422.0_Setup_x64.exe'
checksum = 'b4a13cea1634ecc5db352a062d122f061565b2d30a32d23259f2e2f43071c43f'
checksum64 = '98b4df5ff0a16065763305462ea8946d168c23e286caa95042f3cd3499f99576'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '89.0.4415.0'
$version = '89.0.4422.0'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down

0 comments on commit 818e7ff

Please sign in to comment.