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 Apr 7, 2022
1 parent d98e8c2 commit 1e96217
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": "101.0.1.2022040609-alpha"
"nightly": "101.0.1.2022040619-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>101.0.1.2022040609-alpha</version>
<version>101.0.1.2022040619-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 @@ -216,6 +216,6 @@ xh|32|5c8aea06e2ebf920e2660612416b1b562d499120cc98e0795051962b8e0902cdfbac60b676
xh|64|da9e3b6f263c8617c39d52a4af76d2b61b1125884098f7cc729d7d528e97ea41c75fcdedfff66faef35d3061dcb5108c7a6c70d3a6e76e9bca2d43af3c4db010
zh-CN|32|bb586d91ef5711f493121ac3828a944f37718e33cee413f04d75fb226b81456062356bc9568bde348f5de57f933978df0e6538a2461604d09db6025eab789d79
zh-CN|64|dde9fcff61350a42f4b2860f1dfc3cbfee45b5baff55f1d76ec598a1e88587edd87b8828728017a9e20b77913201c59b5251f1613d3a102ef17c795847278683
zh-TW|32|564e3c780008c79c72c31c4296edcbe8d04f11bfd8d9876cfea6f7039197810dedaa4170d1c435ac15387d4c83aec14af8f522952e541ede8e7d05e0bbebbf30
zh-TW|32|e769feadaeb1c833da48a0c8fd53d31856f04138a1da5f170c90ca8b78e75f989209f42944d15d0407305d5a34f7804622dd6ff39b38d0cfceae137bb24d979d
zh-TW|64|49b72d1e23723c05cd837b4d71e3d008fe348f6ae05bc3c22b1d1c92049595da0e81017334e96610eff57c23f5b6fdcb8deb42bc90f35a76f4c07bb3f5c5a1f2

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/04/2022-04-06-09-36-46-mozilla-central/firefox-101.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2022/04/2022-04-06-19-03-21-mozilla-central/firefox-101.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/04/2022-04-06-09-36-46-mozilla-central/firefox-101.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2022/04/2022-04-06-19-03-21-mozilla-central/firefox-101.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit 1e96217

Please sign in to comment.