Skip to content

Commit

Permalink
AU: 2 updated - minify visualsvnserver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 12, 2024
1 parent f081300 commit 49d6a77
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions minify/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://github.com/tdewolff/minify/releases/download/v2.20.37/minify_windows_amd64.zip
x64: https://github.com/tdewolff/minify/releases/download/v2.21.0/minify_windows_amd64.zip

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 66A1E3E329561C65F4415C068A71F6A35EE6B83DBB433CE4A2876CFA64C1A1EA
checksum64: 58698402E084D438583ED61700EB3E1647BCD1CABC70B5DB632FE71BE9F5F4FA

File 'license.txt' is obtained from:
https://github.com/tdewolff/minify/blob/master/LICENSE
4 changes: 2 additions & 2 deletions minify/minify.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>minify</id>
<title>Minify</title>
<version>2.20.37</version>
<version>2.21.0</version>
<authors>Taco de Wolff</authors>
<owners>Miodrag Milic</owners>
<summary>&gt;Minify provides HTML5, CSS3, JS, JSON, SVG and XML minification</summary>
Expand All @@ -16,7 +16,7 @@
<copyright>Taco de Wolff and contributors</copyright>
<licenseUrl>https://github.com/tdewolff/minify/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/tdewolff/minify/releases/tag/v2.20.37</releaseNotes>
<releaseNotes>https://github.com/tdewolff/minify/releases/tag/v2.21.0</releaseNotes>
<docsUrl>https://github.com/tdewolff/minify#table-of-contents</docsUrl>
<bugTrackerUrl>https://github.com/tdewolff/minify/issues</bugTrackerUrl>
<projectSourceUrl>https://go.tacodewolff.nl/minify</projectSourceUrl>
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-5.4.0-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-5.4.0-x64.msi'
checksum = '0c37afe88b247ee2f5a6034fefc919daf1be493a12b199e0a22b4224bba1473d'
checksum64 = 'c5471d82c81cf207a5b439a5455e122064eabb5c757fcc982054db93360e9cd2'
url = 'https://www.visualsvn.com/files/VisualSVN-Server-5.4.1-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-5.4.1-x64.msi'
checksum = 'a21ce18b2945887a040df8b09b4b745928ea3b49b82c74fc1d81118971486010'
checksum64 = '9a0647152ba3d5e42db6fb721923972f70b062a8d256aaafb76269833ac37e5a'
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.4.0</version>
<version>5.4.1</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 49d6a77

Please sign in to comment.