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 Dec 6, 2018
1 parent 3f9c9a8 commit 51d39a5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
9 changes: 5 additions & 4 deletions 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>18.0.0</version>
<version>19.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 All @@ -47,14 +47,15 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages</packageSourceUrl>
<docsUrl>https://help.clz.com/comic/desktop/windows</docsUrl>
<summary>Comic Database Software - catalog your comic book collection</summary>
<description>Comic Database Software - catalog your comic book collection
<description><![CDATA[Comic Database Software - catalog your comic book collection
Browse, sort and search your comic collection in various layouts and views
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
</description>
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
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 = 'http://installers.collectorz.com/comic-win/comiccollectorsetup1843.exe'
$checksum = '947a543b45e3bd114d29d6f023099cc99ed53100d0815e31352c147c2c9e55b2'
$url = 'http://installers.collectorz.com/comic-win/comiccollectorsetup1902.exe'
$checksum = '12a34a0e4e6042fbe42ca9e152e864965a0d17bcfbc4dab3c3edb03b3161d624'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
9 changes: 5 additions & 4 deletions 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>18.0.0</version>
<version>19.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 All @@ -47,14 +47,15 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages</packageSourceUrl>
<docsUrl>https://help.clz.com/game/desktop/windows</docsUrl>
<summary>Video Game Database Software - catalog your game collection</summary>
<description>Video Game Database Software - catalog your game collection
<description><![CDATA[Video Game Database Software - catalog your game collection
Browse, sort and search your game collection in various layouts and views
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
</description>
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
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/gamecollectorsetup1833.exe'
$checksum = '7f29891f20e6d2dda9ab02c4c21a4efd7848c67b77306d6ad06621261f979f19'
$url = 'http://installers.collectorz.com/game-win/gamecollectorsetup1902.exe'
$checksum = 'c6cf35a070ca81d75e7d726486fd0e54d5099180d083c7cad35ac8dbc669794a'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 51d39a5

Please sign in to comment.