Skip to content

Commit

Permalink
AU: 2 updated - comic-collector game-collector
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Sep 28, 2021
1 parent e6c1e0e commit a4f0937
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/comic-collector/comic-collector.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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>21.4.1</version>
<version>21.5.1</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/comic-collector/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://installers.collectorz.com/comic-win/comiccollectorsetup2141.exe'
$checksum = '5b101d392038746ce64af037ef38e52c6671312f76e4583ab397bfdb80fccd42'
$url = 'https://installers.collectorz.com/comic-win/comiccollectorsetup2151.exe'
$checksum = '3fed999c830b7fefe84c564c41d4fc89bc634dd93fe0255af0b019ca8dbba0ab'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/game-collector/game-collector.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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>21.4.1</version>
<version>21.5.1</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/game-collector/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://installers.collectorz.com/game-win/gamecollectorsetup2141.exe'
$checksum = '6af41cc0c85cbbaa67148d1d6af81f9b29bba1254202d5be85b5bbfc88515d06'
$url = 'https://installers.collectorz.com/game-win/gamecollectorsetup2151.exe'
$checksum = 'e584e674d86fc5860f5c1e98031ebf1cc0f2b18e1702e5c23e9c76f85982c44b'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit a4f0937

Please sign in to comment.