Skip to content

Commit

Permalink
Merge pull request #25 from mikeee/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
mikeee authored Jan 30, 2022
2 parents 8a4f2ea + cf64d5b commit ad7f8d6
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion automatic/crystaldiskmark/crystaldiskmark.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>8.0.4</version>
<version>8.0.4.97</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/main/automatic/crystaldiskmark</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/crystaldiskmark/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ The installer has been downloaded from the official download link listed on <htt
and can be verified like this:

1. Download the following installers:
32-Bit: <https://osdn.net/frs/redir.php?m=dotsrc&f=crystaldiskmark/75540/CrystalDiskMark8_0_4.exe>
32-Bit: <https://osdn.net/frs/redir.php?m=dotsrc&f=crystaldiskmark/75540/CrystalDiskMark8_0_4a.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 7919A81922FAC299142659729FEC341D7F4F5484FAE18DEEF99D41DC9BD36008
checksum32: 68BED089BAD96919921D1217B00C478586DCF9183D4706E0F4F49C29BF249C19
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>2020.5.0.10152</version>
<version>2022.1.0.11328</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/emsisoft-emergency-kit</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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://dl.emsisoft.com/EmsisoftEmergencyKit.exe'
checksum = '260871e8c2285eb460f0253f3e8b8241a18824eb13fe2c462a3779a59f54109a'
checksum = 'bd881e963f1fc4bf20495f00d9d53d843ff5172f452791a4629c2ac8d1ab2d53'
checksumType = 'SHA256'
fileType = 'EXE'
silentArgs = '/s'
Expand Down
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.6</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.6" />
<!-- <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
2 changes: 1 addition & 1 deletion automatic/golang/golang.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.4</version>
<version>1.17.6</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/main/automatic/golang</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
8 changes: 4 additions & 4 deletions automatic/golang/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $root
fileType = 'msi'
url = 'https://golang.org/dl/go1.17.4.windows-386.msi'
checksum = '8133b12e5859469753f262e4c8671b5aa14674fd8ebc71b216a0c234a7c5662c'
url = 'https://golang.org/dl/go1.17.6.windows-386.msi'
checksum = '74633710c9e1c9a8f043ed2e4e6da1c687c57b5ce1c976e37c35e981ab32fc8c'
checksumType = 'SHA256'
url64 = 'https://golang.org/dl/go1.17.4.windows-amd64.msi'
checksum64 = '581157e5141bbca55fb99959dbaee1ac1bce9a748ecac68fb315ca71c2487e33'
url64 = 'https://golang.org/dl/go1.17.6.windows-amd64.msi'
checksum64 = '43a67c37be6699f3fc58c3d7f52cd0d6117d8777f65c79f73c44a58c6ed98f22'
checksumType64= 'SHA256'

silentArgs = '/qn /norestart'
Expand Down
4 changes: 2 additions & 2 deletions automatic/icue/icue.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- You can embed software files directly into packages, as long as you are not bound by distribution rights. -->
<!-- * If you are an organization making private packages, you probably have no issues here -->
<!-- * If you are releasing to the community feed, you need to consider distribution rights. -->
<!-- Do not remove this test for UTF-8: if ÃÃappear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<!-- Do not remove this test for UTF-8: if ÃÃappear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
Expand All @@ -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>4.18.209</version>
<version>4.19.191</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/main/automatic/icue</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/icue/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
url = 'https://downloads.corsair.com/Files/CUE/iCUESetup_4.18.209_release.msi'
checksum = '7ead2a997f13db8c299ec5d494c433e6cdb4fae01402048c4aa11e58087a4ebe'
url = 'https://downloads.corsair.com/Files/CUE/iCUESetup_4.19.191_release.msi'
checksum = '9de25600aeece21be4f28b6a43ecdc1d3a5455f20a1d77ce93706f7fbbcf1511'
checksumType = 'SHA256'

softwareName = 'icue*'
Expand Down
2 changes: 1 addition & 1 deletion automatic/op/op.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.12.3</version>
<version>1.12.4</version>
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/main/automatic/op</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
8 changes: 4 additions & 4 deletions automatic/op/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://cache.agilebits.com/dist/1P/op/pkg/v1.12.3/op_windows_386_v1.12.3.zip'
url64 = 'https://cache.agilebits.com/dist/1P/op/pkg/v1.12.3/op_windows_amd64_v1.12.3.zip'
url = 'https://cache.agilebits.com/dist/1P/op/pkg/v1.12.4/op_windows_386_v1.12.4.zip'
url64 = 'https://cache.agilebits.com/dist/1P/op/pkg/v1.12.4/op_windows_amd64_v1.12.4.zip'

checksum = '83299b76077930927ad1a8992d9514f9fa172717af68856b0f9a630220062fa7'
checksum = 'a8e2ef405af14b8fb3482ed7f8b66a3f1383a2a86062589e3acc6bc446b13006'
checksumType = 'SHA256'
checksum64 = 'e617a028d8feb1e218bbc61755686187860bf6437b0bf47591277a83846ef7f5'
checksum64 = 'd14b7a864ebabc9b5ed95ea6b13e676a5795ede54b6187b4233249694478b1c9'
checksumType64 = 'SHA256'
}

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.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'
url = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.18/winmerge-2.16.18-exe.zip'
url64 = 'https://github.com//WinMerge/winmerge/releases/download/v2.16.18/winmerge-2.16.18-x64-exe.zip'

checksum = 'a408f3b07f8f31a3f30089b7a09e9883ad58ef726dc7081a77b313c40eccdb8c'
checksum = 'd628ded6b759bc91ba46ce96e6e84a3a94b0b19703c75672022dce44996dd3d1'
checksumType = 'SHA256'
checksum64 = '2a3a2ecfc22f78237da8c5ce67a4ce112459f0a9f9fe769ca7e5cf191e3c0a47'
checksum64 = 'bd8c75062493cfce6cd73e16fd0c5ba55b18a50ee6cfeb17cce3c142ecbfa05f'
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 ad7f8d6

Please sign in to comment.