Skip to content

Commit

Permalink
AU: 2 updated - invoke-build visualsvnserver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 27, 2021
1 parent e880e59 commit f338b69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion invoke-build/invoke-build.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>invoke-build</id>
<title>Invoke-Build</title>
<version>5.7.2</version>
<version>5.7.3</version>
<authors>Roman Kuzmin</authors>
<owners>Miodrag Milic</owners>
<summary>Invoke-Build is a build and test automation tool</summary>
Expand Down
8 changes: 4 additions & 4 deletions visualsvnserver/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'visualsvnserver'
fileType = 'msi'
url = 'https://www.visualsvn.com/files/VisualSVN-Server-4.3.2-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-4.3.2-x64.msi'
checksum = 'db0e3c643eb371b5e19d0820456465b70bd59f7a484f8170bdecd412f70aca86'
checksum64 = '96cfb52cc9e83a6eb14654c24044bf57b6bc494a0b40e4a6d08691a7b2ba65cb'
url = 'https://www.visualsvn.com/files/VisualSVN-Server-4.3.3-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-4.3.3-x64.msi'
checksum = 'd947131cb81a8524c574cf1d2e0984595b1c980df82e6f1a06541a55a5f85c87'
checksum64 = 'a378fe4a70dcf715ecbffc8f51275f6f2373b6f4c9ca80da7da604a58a2a2852'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart /log "{0}/setup.log"' -f "$Env:TEMP\chocolatey\visualsvnserver"
Expand Down
2 changes: 1 addition & 1 deletion visualsvnserver/visualsvnserver.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>visualsvnserver</id>
<title>VisualSVN Server</title>
<version>4.3.2</version>
<version>4.3.3</version>
<authors>VisualSVN Software</authors>
<owners>Miodrag Milic</owners>
<summary>VisualSVN Server allows you to easily install and manage a fully-functional Subversion server on the Windows platform</summary>
Expand Down

0 comments on commit f338b69

Please sign in to comment.