Skip to content

Commit

Permalink
AU: 2 updated - firefox-nightly server-backup-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 4, 2019
1 parent 7e5cbe5 commit ed085be
Show file tree
Hide file tree
Showing 7 changed files with 210 additions and 210 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": "73.0.1.2019120309-alpha"
"nightly": "73.0.1.2019120409-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>73.0.1.2019120309-alpha</version>
<version>73.0.1.2019120409-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
404 changes: 202 additions & 202 deletions automatic/firefox-nightly/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

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/12/2019-12-03-09-48-30-mozilla-central/firefox-73.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/12/2019-12-04-09-56-40-mozilla-central/firefox-73.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/12/2019-12-03-09-48-30-mozilla-central/firefox-73.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/12/2019-12-04-09-56-40-mozilla-central/firefox-73.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/server-backup-agent/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"c8b843e-ab5000-5898a5f2f97c0"|6.10.1.29
"cc800a0-ab7000-5970f3af52040"|6.12.0.19
2 changes: 1 addition & 1 deletion automatic/server-backup-agent/server-backup-agent.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>6.10.1.29</version>
<version>6.12.0.19</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
4 changes: 2 additions & 2 deletions automatic/server-backup-agent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url32 = 'http://repo.r1soft.com/trials/ServerBackup-Windows-Agent-x86.msi'
$checksum32 = '5DCC7619EF12E22220114226382A91016F6B6210A3F56B4B6F18148A4120370C'
$checksum32 = '307CA893374878051455B9E676E20BCB6D6E0C5551BCFC7D1F0844B712643632'
$checksumType32 = 'sha256'
$url64 = 'http://repo.r1soft.com/trials/ServerBackup-Windows-Agent-x64.msi'
$checksum64 = '6cc38eabed3fffbd1fbc88a23d216ba1aab057a8d676b0463875a65c0c9b07ae'
$checksum64 = 'f83a455d559ee50962ae5a0772f2a3a34cb4e821f1049da158dfab3e324d8a8f'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit ed085be

Please sign in to comment.