Skip to content

Commit

Permalink
AU: 2 updated - game-collector movie-collector
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 10, 2020
1 parent e04b04b commit d673c85
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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>20.2.1</version>
<version>20.2.2</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 = 'http://installers.collectorz.com/game-win/gamecollectorsetup2021.exe'
$checksum = '577858c140f810afc8321d294008025fa8489f1c110a3c4b21aa5b5d8a3e09da'
$url = 'http://installers.collectorz.com/game-win/gamecollectorsetup2022.exe'
$checksum = '2d35504907f4336e322ca968651d617ae27360f731720d8b4ca7bfd39dbfe858'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/movie-collector/movie-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>20.3.1</version>
<version>20.3.2</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/movie-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 = 'http://installers.collectorz.com/movie-win/moviecollectorsetup2031.exe'
$checksum = 'b7992c8c39a7fae44454be64fbe0e3f96bc8a47941dc1fe26b64057a250328bd'
$url = 'http://installers.collectorz.com/movie-win/moviecollectorsetup2032.exe'
$checksum = '5cd8f7ef963cb0952b365d3c3b34d5379f14a77f52957ac897a9b1bd8b645f21'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit d673c85

Please sign in to comment.