Skip to content

Commit

Permalink
AU: 1 updated - firefox-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 18, 2023
1 parent 150055d commit 6d3a335
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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": "116.0.1.2023061808-alpha"
"nightly": "116.0.1.2023061820-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>116.0.1.2023061808-alpha</version>
<version>116.0.1.2023061820-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
4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/LanguageChecksums.csv
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ en-CA|32|5d58fbca479e40c377720d1206993ad345db6e9104c8dc6232448455e1d0eef8d153b7a
en-CA|64|08e706620e12c8d98a9fbf42dfda286d42d581831a6e82cc6cc04b5dff0684803488d8a081c0ca53098f92dbf724d9396590a0a38d3fe95c3508f16c16e325dc
en-GB|32|e845ee8c7278780635f469c27c7332119cca45b1cc19e9432312aaa61bdd7f97773d2f2465acbcc015111c5f361318103ce6e1cd886d51caa7eb020b5cdddf0b
en-GB|64|0f97c3f99b153fbbe4ea5917ef97c24988b48585851d4ca3f3c1cba372df4ecb7f8e6df8307e5170f46072152d5e93e7362a4c876cccf4ef43fb880a759f438e
en-US|32|3139b5828018038d186f648a03d285df121e7e0d7448e3d5551c67c7eccbccab7fb0f6b2602950d7683da7076db85acf7a751ddfb6049ba5cc58887d05f5f9cd
en-US|64|a7038ea60e9e4b720866c76a2dd4f788dae4ebd24e21c169fef877e3f04a8ed67a53133071ff87256ec5b4f2477fc3bd42eaa99751099cb11c56459b384403a4
en-US|32|f58835d60b979d21e321b58f512e6747c102e891a1e28658656982a32b0cc485dc75d2e89abcf3ee5b8ebadaa7acd4308e054365dc9cb14d8779a6583e9fbc15
en-US|64|6258c4c1cffedeee5909c90c1cd06d75917158b053a4905e1eba182a5573d360b0212fe3c43faf6f110eb0380087249ec7e0d17ed50e49933b2eba6e70bb38c0
eo|32|07c0242bad940235d80b7352da96890e59ce7e501859b1f49aa28876171ee379bfd086035bdba91e57a20e607aaa1d2dd5e0e4435c63272ec271d52705f7666c
eo|64|81a2b81f11821cf15687b106a1c09a8b4e4da491c3e0c5155a825c19e240ec572d365af488ebc0281b674a388d7117e8c50fdd67676fe58d56b59ee0ffa5e959
es-AR|32|97b0caa4578cb20a3c0a45f53c09b14d7e68b6032ba8e39e0843637428573c9816b4bd788943ae955fa9e44f09c6c9c4ea066f4d4a514f9106583fd46c8dea32
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/2023/06/2023-06-18-08-26-15-mozilla-central/firefox-116.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2023/06/2023-06-18-20-51-54-mozilla-central/firefox-116.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/2023/06/2023-06-18-08-26-15-mozilla-central/firefox-116.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2023/06/2023-06-18-20-51-54-mozilla-central/firefox-116.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit 6d3a335

Please sign in to comment.