Skip to content

Commit

Permalink
AU: 1 updated - windowblinds
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Aug 9, 2022
1 parent 1898f1b commit 07eaab7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions automatic/windowblinds/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/windowblinds/WindowBlinds10_setup_sd.exe'
$checksum = 'c8f1f37c5fa19b5f1775a6938c1b9da950ea9081527d210d743494dc72334a4e'
$checksumType = 'sha256'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
7 changes: 4 additions & 3 deletions automatic/windowblinds/windowblinds.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>10.89</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>keithlammers 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/windowblinds</packageSourceUrl>
<docsUrl>https://www.stardock.com/support/</docsUrl>
<summary>Skin and theme your Windows desktop.</summary>
<description>Customize the look and feel of your taskbar window frames and more.
<description><![CDATA[Customize the look and feel of your taskbar window frames and more.
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

0 comments on commit 07eaab7

Please sign in to comment.