Skip to content

Commit

Permalink
AU: 2 updated - azure-pipelines-agent synology-activebackup-for-busin…
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed May 26, 2022
1 parent 0125467 commit 807c3e5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines-agent/azure-pipelines-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>azure-pipelines-agent</id>
<version>2.202.1</version>
<version>2.204.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/azure-pipelines-agent</packageSourceUrl>
<owners>flcdrg</owners>
<title>Azure Pipelines Agent (VSTS Build Agent)</title>
Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines-agent/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'; # stop on all errors

$url = 'https://vstsagentpackage.azureedge.net/agent/2.202.1/vsts-agent-win-x86-2.202.1.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.202.1/vsts-agent-win-x64-2.202.1.zip'
$checksum = '6e0d78c6f8a232316fbd488be71bac2c71a4258ebb07c38a1946d5d3b49f50e2'
$checksum64 = 'c6f8342c6051025d35f9c022cbe5a01c9ae122e6646b1224ff6a20fa1f036005'
$url = 'https://vstsagentpackage.azureedge.net/agent/2.204.0/vsts-agent-win-x86-2.204.0.zip'
$url64 = 'https://vstsagentpackage.azureedge.net/agent/2.204.0/vsts-agent-win-x64-2.204.0.zip'
$checksum = 'c0ff5f8ac967fdc87a8871c7dce760e140776296ea5616910761f6fe6439bb62'
$checksum64 = 'c3ecb1b3fd9d8470723d02a5d7d28c162056b6f96943b6507dd838e0d8287a54'

$pp = Get-PackageParameters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>synology-activebackup-for-business-agent</id>
<title>Synology ActiveBackup for Business Agent</title>
<version>2.3.0.2153</version>
<version>2.4.0.2234</version>
<authors>Synology Inc.</authors>
<owners>flcdrg</owners>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/synology-activebackup-for-business-agent</packageSourceUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';
$PackageParameters = Get-PackageParameters

$url = 'https://global.download.synology.com/download/Utility/ActiveBackupBusinessAgent/2.3.0-2153/Windows/i686/Synology%20Active%20Backup%20for%20Business%20Agent-2.3.0-2153-x86.msi'
$url64 = 'https://global.download.synology.com/download/Utility/ActiveBackupBusinessAgent/2.3.0-2153/Windows/x86_64/Synology%20Active%20Backup%20for%20Business%20Agent-2.3.0-2153-x64.msi'
$checksum = '3c3db091c8e444516affac479c23fe607a078fbe44a654f19ee4e0c683199e38'
$checksum64 = 'f0c47558809814a854540aad1fbc032cddad73f151437f18cd1eddf04072c8cd'
$url = 'https://global.download.synology.com/download/Utility/ActiveBackupBusinessAgent/2.4.0-2234/Windows/i686/Synology%20Active%20Backup%20for%20Business%20Agent-2.4.0-2234-x86.msi'
$url64 = 'https://global.download.synology.com/download/Utility/ActiveBackupBusinessAgent/2.4.0-2234/Windows/x86_64/Synology%20Active%20Backup%20for%20Business%20Agent-2.4.0-2234-x64.msi'
$checksum = '489a975283946120feafc6645c55b0feebdd433b606f3de8e0abf4bfc570f04b'
$checksum64 = 'e88422ba0b0ebfeb8feddfe0a246b7fb21408d4b326a4d91dea4e92a1ca37b7c'

$silentArgs = ""

Expand Down

0 comments on commit 807c3e5

Please sign in to comment.