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 Apr 21, 2023
1 parent b1f4851 commit 4ee94ee
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-5.1.3-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-5.1.3-x64.msi'
checksum = '11352d9db85f0b019f44617a613b773370829afc9dff02539a37657c29f4abf1'
checksum64 = '1a94b924462ae92cf084acb33336cdb92c12c550731a97e92925b52d7abac56d'
url = 'https://www.visualsvn.com/files/VisualSVN-Server-5.1.4-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-5.1.4-x64.msi'
checksum = '5f01c16e7e31d9b718016a13b2f735d32be669c3c65e62111ecadb90ce148487'
checksum64 = 'c40096c653be2112d95bed5ec180186abec4be1a199f609973b3b1dfe19d6d4e'
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>5.1.3</version>
<version>5.1.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 4ee94ee

Please sign in to comment.