Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
2019-05-30 Build 3.0.1.1039
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbojko committed May 30, 2019
1 parent 864139b commit 4076859
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Introducing NEW Veeam® Agent for Microsoft Windows, providing backup and recove

## Changelog

### 2019-05-30 Build 3.0.1.1039

* version 3.0.1.1039

### 2019-01-26 Build 3.0.0.748

* version 3.0.0.748
Expand Down
9 changes: 2 additions & 7 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

$packageName = 'veeamagent'
$scriptPath = $(Split-Path $MyInvocation.MyCommand.Path)
$url = "https://storage.googleapis.com/chocolatey/veeamagent/VeeamAgentWindows_3.0.0.748.exe"
$url64 = "https://storage.googleapis.com/chocolatey/veeamagent/VeeamAgentWindows_3.0.0.748.exe"
$checksum = "1f7e9b11080f96a9504d9b595d0efa23fa0b2c6cf35dc5691e51202a8209159e"
$checksum64 = "1f7e9b11080f96a9504d9b595d0efa23fa0b2c6cf35dc5691e51202a8209159e"
$url64 = "https://storage.googleapis.com/chocolatey/veeamagent/VeeamAgentWindows_3.0.1.1039.exe"
$checksum64 = "d69893a893ac86da6f644aee9052f180830396b9eba81506e75a00506fa52271"
$logfile = "$env:TEMP\chocolatey\$($packageName)\$($packageName).MsiInstall.log"
$logdir = "$env:TEMP\chocolatey\$($packageName)"
$killexec = 0
Expand All @@ -26,11 +24,8 @@ $packageArgs = @{
fileType = 'exe'
silentArgs = "/silent /accepteula /acceptthirdpartylicenses"
validExitCodes= @(0, 3010, 1641,1000,1101)
url = $url
url64bit = $url64
checksumType = 'sha256'
checksumType64= 'sha256'
checksum = $checksum
checksum64 = $checksum64
}

Expand Down
Binary file not shown.
6 changes: 5 additions & 1 deletion veeamagent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>veeamagent</id>
<title></title>
<version>3.0.0.748</version>
<version>3.0.1.1039</version>
<authors>Veeam Software</authors>
<owners>Marcin Bojko</owners>
<summary>Veeam Agent for Microsoft Windows, built on technology introduced in Veeam Endpoint Backup™ FREE, provides Availability for workloads hosted by Windows-based servers and workstations — either on-premises or running in the public cloud.</summary>
Expand Down Expand Up @@ -55,6 +55,10 @@ Introducing NEW Veeam® Agent for Microsoft Windows, providing backup and recove

## Changelog

### 2019-05-30 Build 3.0.1.1039

* version 3.0.1.1039

### 2019-01-26 Build 3.0.0.748

* version 3.0.0.748
Expand Down

0 comments on commit 4076859

Please sign in to comment.