Skip to content

Commit 72467f4

Browse files
committed
1 parent acd9afd commit 72467f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

automatic/local/local.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2222
<!-- version should MATCH as closely as possible with the underlying software -->
2323
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2424
<!-- 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. -->
25-
<version>9.2.0</version>
25+
<version>9.2.2</version>
2626
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/local</packageSourceUrl>
2727
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2828
<owners>mikeee</owners>

automatic/local/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
$packageArgs = @{
44
packageName = $env:ChocolateyPackageName
5-
url = 'https://cdn.localwp.com/releases-stable/9.2.0+6762/local-9.2.0-windows.exe'
6-
checksum = 'd179f40799a02a4b866fbe722610a6fba22f788bf208e3ccf5ebabe83c2d1896'
5+
url = 'https://cdn.localwp.com/releases-stable/9.2.2+6771/local-9.2.2-windows.exe'
6+
checksum = '6978b605160053af644d79811ac8dd756aac4730bb8239cc6a500f53b33aad23'
77
checksumType = 'SHA256'
88
fileType = 'EXE'
99
silentArgs = '/S'

0 commit comments

Comments
 (0)