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 29, 2019
1 parent dba95c4 commit f851d1f
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": "68.0.1.2019042822-alpha"
"nightly": "68.0.1.2019042909-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>68.0.1.2019042822-alpha</version>
<version>68.0.1.2019042909-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 @@ -42,7 +42,7 @@ en-CA|32|99e56922aa95afaf2702b57ceba820eaaf46e6316be3ee7af3153beb5315c457fd3063c
en-CA|64|1bae13121436c8a48ebd013a4376c4fe11d7aca9e583a691e83853a6bd278c77ec130adbdc4eb1217f1b6ed3c5e9f6338dcaa341865456336db4b0f09d202bbe
en-GB|32|1f84fd0e9d35d21a6a2fb02f2cb0f8b4e25b9b6309dc595083cbc1d0bd264d16c21084393d309c01f06c258e706ebe5749ce0cfbddefa9bc83156b2bd6c7b1f4
en-GB|64|c1b9f512f3edce2794329c81ac8d339acb74ea9929ec9c0f86d24f04ec82457f9787f345834364f25b43c1c3e87a737d6dce2292c953b0fbcbb800adf6a7ac0e
en-US|32|a5e3d553ee0513e2efaa0fbdc08e7df8f9931c6203567bbecd9d202ffac9499b029a13249b6e8e0809fcec0dfb9c50515e4b2b2ec3c7bce4a627a4f6e1b792a2
en-US|32|3c3a04ceb24b2673be1743990d8bb94bb9ac729122e759d44ac982e6633d97166d8bd88f7f40c21dbba7a837ea7c1187da2183d9fbccc76a36617af472e07fcf
en-US|64|5306c8bc489967a6f1e20fe2bb3e16b1e00fd270684cad65306ffc4101ab21ea94fd8f39dc98502de708b8e8806dea1560bd060e8f908705016f1ef122a76719
eo|32|c33a91a39eb89feab17acda6b02603ef4e0fd3d00b3816bd28a636af4048dd01c4178f2eff07827332b14a57d58d99e7858fb1dba593ebf7b41c0cf5f2630977
eo|64|3589dcd5894c917172eab9f20301b660272e84da3ec23d0e66deab30813adadf870b66039e9d1f5ad14a4fd4ecbca97d9ca5b66ebdd2a6d777643a3522eb4bbc
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/2019/04/2019-04-28-22-13-17-mozilla-central/firefox-68.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/04/2019-04-29-09-55-44-mozilla-central/firefox-68.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/2019/04/2019-04-28-22-13-17-mozilla-central/firefox-68.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/04/2019-04-29-09-55-44-mozilla-central/firefox-68.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit f851d1f

Please sign in to comment.