Skip to content

Commit

Permalink
AU: 1 updated - visualsvnserver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 4, 2021
1 parent dc7939c commit a28c2dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.3-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-4.3.3-x64.msi'
checksum = 'd947131cb81a8524c574cf1d2e0984595b1c980df82e6f1a06541a55a5f85c87'
checksum64 = 'a378fe4a70dcf715ecbffc8f51275f6f2373b6f4c9ca80da7da604a58a2a2852'
url = 'https://www.visualsvn.com/files/VisualSVN-Server-4.3.4-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-4.3.4-x64.msi'
checksum = 'cf5cdad1be492f4b5aa806a753698360a6f82faeaba070b2127f161761b9a282'
checksum64 = 'bbcc9dfe7a933bd75c5a2fe71f620c0f674bb6fb309eac83410dcad46493c6de'
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.3</version>
<version>4.3.4</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 a28c2dd

Please sign in to comment.