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 Jan 21, 2022
1 parent 31f410b commit 58b5802
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": "98.0.1.2022012021-alpha"
"nightly": "98.0.1.2022012110-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>98.0.1.2022012021-alpha</version>
<version>98.0.1.2022012110-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 @@ -212,7 +212,7 @@ vi|32|269a9362e410178dbc1387bd7ae92a8ddd55cd4c1e9b6158cb8ffd4e1f05d792862a267e35
vi|64|1fb386cacbee592b701058b1880ac4579497a09ba6c1ae89d0763869c9d8efb208163d680d592df1f6611079e2ed42fd9a701664bce80d79b908484735309e61
wo|32|9848f2a86c72dc8d7298545d514bd4e43bc3c5c95a1dbf4ff6f6c29a85a095721eb1fff8723aa1b4d215e6fd5ba62ac9d00114b8085362528b4ec19cbaac6ab7
wo|64|6370b57767f635abe26a073ccfef3173d2c807d0dcb2c56cfb3c1646aac635c0af30f958714d2a0d0954d390059fa3d28eeab2fc4c76194d4c4dc4a4934dac5d
xh|32|7019c7a35a4039746a0f586f5492f2cb8f40cf89f169702f1ddc0673396cc8e301ee24f49bfa172b8210a53e11fa7f442a7a56415f3383814ce58e4982d9a8cd
xh|32|559fbe1da22cd623172e658cfe9f44c46330f1effac4e3ac9180a4436cda79bdd5a15a790334e701d0bc7461a4e393a748a07a5027c2f1767de51b64cf3ee639
xh|64|850657844f080a73034ef997f8bba121a58bfb10fe9e104c6a8fd7a826d6c9f177c9e9fdc94c3de1d6d2ddf16ad929d8f94a336b855e944745cb61eef0725eb5
zh-CN|32|144e2e76a94bc326ba3d41aabb9ea4e62a2b8efeaf6aaf7b6e06547cddddf3c561cd0377a1319c752d7db8f82bd9d9862c13113d7599bcf98e58bf29cda3fe8f
zh-CN|64|1f4553efb58dea5c360a63c29c7df31d5162f40fb3e044aa424c001c82df6dbcbb5e1923f827dc11df2654acd7465ba8c94b88fb408a3ac319498dc7522da2d7
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/01/2022-01-20-21-43-17-mozilla-central/firefox-98.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2022/01/2022-01-21-10-45-06-mozilla-central/firefox-98.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/01/2022-01-20-21-43-17-mozilla-central/firefox-98.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2022/01/2022-01-21-10-45-06-mozilla-central/firefox-98.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit 58b5802

Please sign in to comment.