Skip to content

Commit

Permalink
AU: 2 updated - pgmetrics visualsvnserver
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 7, 2020
1 parent 6994a1d commit 8e0a3dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pgmetrics/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

x32: https://github.com/rapidloop/pgmetrics/releases/download/v1.9.3/pgmetrics_1.9.3_windows_amd64.zip
x32: https://github.com/rapidloop/pgmetrics/releases/download/v1.10.0/pgmetrics_1.10.0_windows_amd64.zip

to download the archive from which is the executable extracted

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

checksum32: 11AE7A444EFF660F06F52D158811FD40B13FAD8B226ECE8E6B2385723A180450
checksum32: 279287E2E9DE0322E4DEB0AB10A639F7CA95EDC3B86BE0EDA50A31AFAF505C39


File 'license.txt' is obtained from:
Expand Down
4 changes: 2 additions & 2 deletions pgmetrics/pgmetrics.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>pgmetrics</id>
<title>pgmetrics</title>
<version>1.9.3</version>
<version>1.10.0</version>
<authors>RapidLoop</authors>
<owners>Miodrag Milic</owners>
<summary>Collect and display information and stats from a running PostgreSQL server</summary>
Expand Down Expand Up @@ -41,7 +41,7 @@
<copyright>© RapidLoop, Inc. 2019</copyright>
<licenseUrl>https://raw.githubusercontent.com/rapidloop/pgmetrics/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/rapidloop/pgmetrics/releases/tag/v1.9.3</releaseNotes>
<releaseNotes>https://github.com/rapidloop/pgmetrics/releases/tag/v1.10.0</releaseNotes>
<docsUrl>https://pgmetrics.io/docs</docsUrl>
<bugTrackerUrl>https://github.com/rapidloop/pgmetrics/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/rapidloop/pgmetrics</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-4.2.2-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-4.2.2-x64.msi'
checksum = '20c26265c293e8c1c5a774d0fed97e12e5cb50f89d5db986adf9147790f69b30'
checksum64 = 'fb41646dee904f105a82fa0dd1d88de382f5d457c5368e2b95fb9e2a8056d1d3'
url = 'https://www.visualsvn.com/files/VisualSVN-Server-4.3.0-win32.msi'
url64bit = 'https://www.visualsvn.com/files/VisualSVN-Server-4.3.0-x64.msi'
checksum = 'f3d346e027a8d9c10034ee1b073932b8dbbddcb3f53ba7376c06f0970f79e860'
checksum64 = '2b873fc0593693a3ead025589d4df5d48569168be61dc054fd3c7606f4e7b2de'
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.2.2</version>
<version>4.3.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 8e0a3dd

Please sign in to comment.