Skip to content

Commit

Permalink
AU: 2 updated - comic-collector music-collector
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 17, 2021
1 parent c2bd8a3 commit e93ef8c
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.0.3</version>
<version>21.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/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/comiccollectorsetup2103.exe'
$checksum = '283bac0249bfaaca9fa69518c458d834de7016d59d2a058cd6320e1057c63ad4'
$url = 'https://installers.collectorz.com/comic-win/comiccollectorsetup2104.exe'
$checksum = 'f302d9d363633e28f4d56f6b4b29129fa4c15884aac24d44d54ed09beaac94b8'
$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>21.0.2</version>
<version>21.0.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/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/musiccollectorsetup2102.exe'
$checksum = '67385686dc2420b3da5e5099199fc2bf058df502bc8507f0740537cc41a07a0a'
$url = 'https://installers.collectorz.com/music-win/musiccollectorsetup2103.exe'
$checksum = '8ab29c6b0db2b2f0fd009ab50e5adc260c39d81007634edd226ff7f2c0bc8dd6'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit e93ef8c

Please sign in to comment.