Skip to content

Commit

Permalink
AU: 1 updated - local
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Oct 3, 2024
1 parent 9726056 commit 38cf9c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/local/local.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- 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. -->
<version>9.0.5</version>
<version>9.1.0</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/local</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>mikeee</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/local/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://cdn.localwp.com/releases-stable/9.0.5+6706/local-9.0.5-windows.exe'
checksum = '4426c4862ab08f95cd502c08bc3d42ba18f079ef3af396c129901dab18173aa5'
url = 'https://cdn.localwp.com/releases-stable/9.1.0+6719/local-9.1.0-windows.exe'
checksum = '24eb841d8add91cd0d465ecd706932ebbde99ad0beb33811d507cebbff3cb000'
checksumType = 'SHA256'
fileType = 'EXE'
silentArgs = '/S'
Expand Down

0 comments on commit 38cf9c2

Please sign in to comment.