Skip to content

Commit

Permalink
AU: 2 updated - decor8 stardock-multiplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Aug 8, 2022
1 parent cb7d13b commit 64f122a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
7 changes: 4 additions & 3 deletions automatic/decor8/decor8.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.microsoft.com/en-us/nuget/re
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.microsoft.com/en-us/nuget/concepts/package-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>0.0.0</version>
<version>1.08</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>virtualex</owners>
<!-- ============================== -->
Expand All @@ -46,11 +46,12 @@ This is a nuspec. It mostly adheres to https://docs.microsoft.com/en-us/nuget/re
<packageSourceUrl>https://github.com/virtualex-itv/chocolatey-packages/tree/master/automatic/decor8</packageSourceUrl>
<docsUrl>https://www.stardock.com/support/</docsUrl>
<summary>Personalize the Windows 8 Start screen</summary>
<description>Personalize your Windows 8 Start screen with your own pictures and colors.
<description><![CDATA[Personalize your Windows 8 Start screen with your own pictures and colors.
NOTE: This is commercial software, and only provides a trial version. Full usage will require the purchase of a license.
**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>
**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>

<!-- =============================== -->

Expand Down
6 changes: 3 additions & 3 deletions automatic/decor8/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = ''
$checksum = ''
$checksumType = ''
$url = 'https://cdn.stardock.us/downloads/public/software/decor8/Decor8_setup_sd.exe'
$checksum = 'e6b923d75c14e07c3c69ee045277d2b2203ad9ca7a5b1e489e0d8e4dde210ed4'
$checksumType = 'sha256'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
7 changes: 4 additions & 3 deletions automatic/stardock-multiplicity/stardock-multiplicity.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.microsoft.com/en-us/nuget/re
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.microsoft.com/en-us/nuget/concepts/package-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>0.0.0</version>
<version>3.57</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>virtualex</owners>
<!-- ============================== -->
Expand All @@ -46,11 +46,12 @@ This is a nuspec. It mostly adheres to https://docs.microsoft.com/en-us/nuget/re
<packageSourceUrl>https://github.com/virtualex-itv/chocolatey-packages/tree/master/automatic/stardock-multiplicity</packageSourceUrl>
<docsUrl>https://forums.stardock.com/486104/multiplicity-support-faq</docsUrl>
<summary>Software KVM Switch</summary>
<description>Control multiple PCs with one keyboard and mouse..
<description><![CDATA[Control multiple PCs with one keyboard and mouse..
NOTE: This is commercial software, and only provides a trial version. Full usage will require the purchase of a license.
**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>
**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>

<!-- =============================== -->

Expand Down
6 changes: 3 additions & 3 deletions automatic/stardock-multiplicity/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = ''
$checksum = ''
$checksumType = ''
$url = 'https://cdn.stardock.us/downloads/public/software/multiplicity/Multiplicity3_setup_sd.exe'
$checksum = 'e9fdf63506a606f0ef304b50700e5fce95a85b8aa1659118945aff419dc825d5'
$checksumType = 'sha256'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 64f122a

Please sign in to comment.