Skip to content

Commit

Permalink
AU: 2 updated - firefox-nightly wifiinfoview
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 29, 2020
1 parent 4e6ccf3 commit a3324e7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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": "79.0.1.2020062821-alpha"
"nightly": "79.0.1.2020062909-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>79.0.1.2020062821-alpha</version>
<version>79.0.1.2020062909-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 @@ -49,7 +49,7 @@ en-CA|64|d4fdabf8c203e8b5a1151d214662529b9b5d231b679fed9129f4031cf0608569eb55219
en-GB|32|f0f4aad81d8ea8cb2a9f8d71525a9a24c8efc0f4b5e4b47f3c1488f9210ecb3b815e7d4bccb95f11eb5922be0137150abdeacee016b8ed607eb423a70fb39f87
en-GB|64|5d400e18011632b776a8c2255b957e45a37b287b8cf4c1eb68c48bd0dfc7166929ebd9cc80894eee17fb94e36329e5a0aa82e29d8b4d68b62f5524404845f569
en-US|32|fc4097965d7363c3276ea264ad7eeb9a78c35d38cb279c6183e089ca0909ea97561dc6e3744a0c7847f747a437806b450fdb296fd6e47e0e9b73663eb423f0ff
en-US|64|1c37056aadfb112c49749394a464aac6f32353c021208b91959ed6a9d2a9c852e840f6a861fd5a95fbe133842b7ba0486cf94a879c29a2e41788dfde9da9e1db
en-US|64|75b7d354023755747273b6589538c3dee70b1b3bda1f77d7a2a56c2329cfe869dd4f1a0a960e3eefd77778205302a5ac36f32b2aef6df525519f120df501f49f
eo|32|088bdbe8343c15c248609726aa5ebc0205f51ee2b3ca0e0df1cf8fed388c2e895f7e595eb210569a8739e03188fdaededff2dc036696fea1135be81ba566a8a0
eo|64|0dc30256d3766eeb4ce03ea99f35c34e406f65cb02cabcf8e81f2d6129a85fbe11ff43741304fbdc322255345c24f66d3a82509c374f31abe8d69a4646858e5d
es-AR|32|cd013f6c83745cfc522fc501375845850846c918f45faca4ec6d05531356c9bcff336aa96a26375450586895b00be06e102dbf0fa0e7fb9a33fd9335f6463901
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/2020/06/2020-06-28-21-28-04-mozilla-central/firefox-79.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2020/06/2020-06-29-09-42-29-mozilla-central/firefox-79.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/2020/06/2020-06-28-21-28-04-mozilla-central/firefox-79.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2020/06/2020-06-29-09-42-29-mozilla-central/firefox-79.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/wifiinfoview/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://www.nirsoft.net/utils/wifiinfoview.zip'
$checksum = '9bd94e2bc40a5746babb57b771437b910cafcc672f6623c617b9f0231607d4be'
$checksum = '8db3b1369c4a126ada60d4e6e0d8fb0e6250169cb73deccde534a11c37cd3c5a'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/wifiinfoview/wifiinfoview.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>2.60</version>
<version>2.61</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

0 comments on commit a3324e7

Please sign in to comment.