Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mikeee/ChocoPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee committed Dec 27, 2021
2 parents f46b36e + 55977b0 commit e690479
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/go/go.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>1.17.3</version>
<version>1.17.5</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/go</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 Expand Up @@ -63,7 +63,7 @@ Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make
<!-- <dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_INCLUSIVE]" /> -->
<!-- <dependency id="" version="[_MIN_VERSION_INCLUSIVE, MAX_VERSION_EXCLUSIVE)" /> -->
<!-- <dependency id="" /> -->
<dependency id="golang" version="1.17.3" />
<dependency id="golang" version="1.17.5" />
<!-- <dependency id="chocolatey-uninstall.extension" /> -->
</dependencies>
<!-- chocolatey-uninstall.extension - If supporting 0.9.9.x (or below) and including a chocolateyUninstall.ps1 file to uninstall an EXE/MSI, you probably want to include chocolatey-uninstall.extension as a dependency. Please verify whether you are using a helper function from that package. -->
Expand Down
8 changes: 4 additions & 4 deletions automatic/winmerge.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
url = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.16/winmerge-2.16.16-exe.zip'
url64 = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.16/winmerge-2.16.16-x64-exe.zip'
url = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.17/winmerge-2.16.17-exe.zip'
url64 = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.17/winmerge-2.16.17-x64-exe.zip'

checksum = 'bdcee04511eda4a8cb356336171354c34cac4dc402177d8bcf51ed5c39d1a8e5'
checksum = 'a408f3b07f8f31a3f30089b7a09e9883ad58ef726dc7081a77b313c40eccdb8c'
checksumType = 'SHA256'
checksum64 = '02072cff71079b7b3122b887d5083bf2cf6b173de066aa5044acf1762f845ef6'
checksum64 = '2a3a2ecfc22f78237da8c5ce67a4ce112459f0a9f9fe769ca7e5cf191e3c0a47'
checksumType64 = 'SHA256'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/winmerge.portable/winmerge.portable.nuspec

Large diffs are not rendered by default.

0 comments on commit e690479

Please sign in to comment.