Skip to content

Commit

Permalink
AU: 1 updated - start11
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Aug 7, 2022
1 parent 6c8914a commit 0f55178
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions automatic/start11/start11.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.25</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/start11</packageSourceUrl>
<docsUrl>https://forums.stardock.com/505872/start11-support-faq</docsUrl>
<summary>Restore the classic Start menu in Windows 10 and 11</summary>
<description>Customize the Start Menu and Taskbar in Windows 10/11.
<description><![CDATA[Customize the Start Menu and Taskbar in Windows 10/11.
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/start11/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/start/Start11_Setup.exe'
$checksum = 'ba039ca4967761a196d451b6d97ace88f532f40b9d44aad698da6e921efcfc54'
$checksumType = 'sha256'

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

0 comments on commit 0f55178

Please sign in to comment.