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 Dec 31, 2022
1 parent 31a4fde commit c8804a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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": "110.0.1.2022123021-alpha"
"nightly": "110.0.1.2022123109-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>110.0.1.2022123021-alpha</version>
<version>110.0.1.2022123109-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 @@ -77,7 +77,7 @@ fur|64|3b5444771eefd9726bfb8f793f0561474c9fd35733b706785f17dd823d71ce674edcdb77e
fy-NL|32|fc8a829eca000a7a08a80b7cb4c5ff4d9ac95b770bf84fb75dd8dffdc84e211d641c9b802b2d6eb79a7e8ed042c515f4b731be3faf70102cfef93ea3dabcef32
fy-NL|64|52d2cd5fb56ee0ae0687972c48b678169673f0e5ea098a7c89c080ec838668f840b7b1d68675049762bfb659ca1cee3c2fc4a663c12399050f8b518ee6c81099
ga-IE|32|a883a51622d0d5994079060f6202341e45b0b1e9e2794753c61bc51103ab37f29cbd7aa5d95b1767b2e23c234601c26edf863745cff9d0c485d4207668a9d450
ga-IE|64|265e5aee80b7bbf6d1d42f8ac17c9023a08c599f69a90b1f30a418423c20534e2b6cf8745dbf33efbb17c7d03ac1ac422e81f7dc69723aefcd9dc4f360a1139d
ga-IE|64|6a0e0049d29310073a4410b31028d46120c5705d26eb6c93a7f0fc2f441ee7682152eeb0e118baf211a20a5a444e725b8a9881ff3977df78c655b613e7408e43
gd|32|8bc084733dd9db50a9eafdafcd6a3a37e80c1863d9cd1d9e6ac05c979292b368ca0ad2247dee9bf7674abbf3f62e9f67f3058aa0f3be1631914617c66410bdbd
gd|64|6985230ddda0dcf05937d281983622f3dc1564dc312e4f8eaa96177df4b08883213b91b1e992d6a42159be85343579a3a2f4b8b81c330f30c88bc4bebdd56613
gl|32|ba7d078cefdd107cbcc307bca27ea1532e3e44c3e3b6894c942736150c7676a0715d23595826376ddaedbd5e75371eba2937f6752ce0b6e63380259424c498f6
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/12/2022-12-30-21-31-39-mozilla-central/firefox-110.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2022/12/2022-12-31-09-19-49-mozilla-central/firefox-110.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/12/2022-12-30-21-31-39-mozilla-central/firefox-110.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2022/12/2022-12-31-09-19-49-mozilla-central/firefox-110.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit c8804a8

Please sign in to comment.