diff --git a/minify/legal/VERIFICATION.txt b/minify/legal/VERIFICATION.txt
index 0ad04825..0cb1a243 100644
--- a/minify/legal/VERIFICATION.txt
+++ b/minify/legal/VERIFICATION.txt
@@ -7,7 +7,7 @@ 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.
@@ -15,7 +15,7 @@ Package can be verified like this:
- 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
diff --git a/minify/minify.nuspec b/minify/minify.nuspec
index 3e9677c3..52a0447a 100644
--- a/minify/minify.nuspec
+++ b/minify/minify.nuspec
@@ -5,7 +5,7 @@
minify
Minify
- 2.20.37
+ 2.21.0
Taco de Wolff
Miodrag Milic
>Minify provides HTML5, CSS3, JS, JSON, SVG and XML minification
@@ -16,7 +16,7 @@
Taco de Wolff and contributors
https://github.com/tdewolff/minify/blob/master/LICENSE
false
- https://github.com/tdewolff/minify/releases/tag/v2.20.37
+ https://github.com/tdewolff/minify/releases/tag/v2.21.0
https://github.com/tdewolff/minify#table-of-contents
https://github.com/tdewolff/minify/issues
https://go.tacodewolff.nl/minify
diff --git a/visualsvnserver/tools/chocolateyInstall.ps1 b/visualsvnserver/tools/chocolateyInstall.ps1
index 15a6a62b..a32287d6 100644
--- a/visualsvnserver/tools/chocolateyInstall.ps1
+++ b/visualsvnserver/tools/chocolateyInstall.ps1
@@ -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"
diff --git a/visualsvnserver/visualsvnserver.nuspec b/visualsvnserver/visualsvnserver.nuspec
index bd83aa08..cc9d1a66 100644
--- a/visualsvnserver/visualsvnserver.nuspec
+++ b/visualsvnserver/visualsvnserver.nuspec
@@ -5,7 +5,7 @@
visualsvnserver
VisualSVN Server
- 5.4.0
+ 5.4.1
VisualSVN Software
Miodrag Milic
VisualSVN Server allows you to easily install and manage a fully-functional Subversion server on the Windows platform