Skip to content

Commit

Permalink
AU: 3 updated - comic-collector movie-collector music-collector
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 14, 2022
1 parent 638fc0c commit 648ccc6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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>22.2.2</version>
<version>22.2.3</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/comiccollectorsetup2222.exe'
$checksum = 'd415eed3773b9c1897a02951d50015f0f1dab7fb70cd60c93fafe784b11c792f'
$url = 'https://installers.collectorz.com/comic-win/comiccollectorsetup2223.exe'
$checksum = 'a827de7a112c587dba0a0f430957072788c5453a6fe4ec97402f09c234b788fb'
$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>22.0.1</version>
<version>22.0.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 = 'https://installers.collectorz.com/movie-win/moviecollectorsetup2201.exe'
$checksum = '011dbe059c6946e9567feaa010c5c5c6691a2356e1432a4fd52aa01df283b718'
$url = 'https://installers.collectorz.com/movie-win/moviecollectorsetup2202.exe'
$checksum = '8fae86238526c38da3455670a65a80e80b3b339147c85913502f336152aaf6b9'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/music-collector/music-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>22.0.3</version>
<version>22.0.4</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/music-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/music-win/musiccollectorsetup2203.exe'
$checksum = '8617f27b8f2c708c9481b5f50fde9b349c05af72486195200d1ea0ba9c379b5d'
$url = 'https://installers.collectorz.com/music-win/musiccollectorsetup2204.exe'
$checksum = '7d7588ef2936ef4fb7d86419c54f630bb5e0600c9befc5dcf17b2f9983654f78'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 648ccc6

Please sign in to comment.