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 Oct 2, 2019
1 parent e737ee4 commit 4fd95a7
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.0.4-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-4.0.4-x64.msi'
checksum = 'a0faf2b46c3c728e5fa3127977de4c3dd7cf526c143c379be2dad225ebce6757'
checksum64 = 'd50ae673731a6ffe3ae18f79c061f91853028ad216bdc8f68e33e88a26376fc1'
url = 'https://www.visualsvn.com/files/VisualSVN-Server-4.1.0-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-4.1.0-x64.msi'
checksum = 'dca613939eaf1fbdd57d973397cc3ec498baca53a0bd5a2e30ccaaa8de998c6e'
checksum64 = '8a472d89e0631731aeafed812ddbba0973e9528e604a3e5f855f32535fa25c4d'
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.0.4</version>
<version>4.1.0</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 4fd95a7

Please sign in to comment.