Skip to content

Commit c9d99e9

Browse files
Update choco release info
1 parent 9f68272 commit c9d99e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

scripts/chocolatey/certifytheweb.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!-- Read this before creating packages: https://chocolatey.org/docs/create-packages -->
33
<!-- It is especially important to read the above link to understand additional requirements when publishing packages to the community feed aka dot org (https://chocolatey.org/packages). -->
44

@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2626
<!-- version should MATCH as closely as possible with the underlying software -->
2727
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2828
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
29-
<version>6.1.9</version>
29+
<version>6.1.11</version>
3030
<packageSourceUrl>https://github.com/webprofusion/certify/blob/development/scripts/chocolatey/</packageSourceUrl>
3131
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
3232
<owners>Webprofusion</owners>

scripts/chocolatey/tools/chocolateyinstall.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
$ErrorActionPreference = 'Stop';
1+
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url64 = 'https://certifytheweb.s3.amazonaws.com/downloads/archive/CertifyTheWebSetup_V6.1.9.exe'
3+
$url64 = 'https://certifytheweb.s3.amazonaws.com/downloads/archive/CertifyTheWebSetup_V6.1.11.exe'
44

55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
77
unzipLocation = $toolsDir
88
fileType = 'exe'
99
url64bit = $url64
1010
softwareName = 'Certify The Web*'
11-
checksum64 = 'e64b9d8fb800ac6cdafc9472098df87b14adbdca6ba111d460c842d63347a1e5'
11+
checksum64 = '828358093fb3c5925e616cc8ed98e3cc59c776af5c2aa3809783e3961a8237db'
1212
checksumType64= 'sha256'
1313
validExitCodes= @(0)
1414
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'

0 commit comments

Comments
 (0)