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 Nov 25, 2022
1 parent 21c8777 commit 3b11079
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>23.0.1</version>
<version>23.1.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/gamecollectorsetup2301.exe'
$checksum = 'bc0411c83f5ae95c1a1742cb6b2fa61c082b47cf5ab7b34ddaf65a4d0a96f21d'
$url = 'https://installers.collectorz.com/game-win/gamecollectorsetup2311.exe'
$checksum = '46fc3e5febcd527d4b7a30f674f84c563bdc9eaab0b4ec6737a6abfe882459f3'
$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>23.0.1</version>
<version>23.1.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/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 = 'https://installers.collectorz.com/movie-win/moviecollectorsetup2301.exe'
$checksum = '13db2af608d00bb94d8bfae7763351847a2105cd4a563a8d066cb1d22e07be52'
$url = 'https://installers.collectorz.com/movie-win/moviecollectorsetup2311.exe'
$checksum = 'c19cf9babc4d92e03e6a4fde899ee6aca9246772fc6394519f007c5f25488ef0'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 3b11079

Please sign in to comment.