diff --git a/automatic/adobe-creative-cloud/adobe-creative-cloud.nuspec b/automatic/adobe-creative-cloud/adobe-creative-cloud.nuspec index ece61866d..fbcbbe9bd 100644 --- a/automatic/adobe-creative-cloud/adobe-creative-cloud.nuspec +++ b/automatic/adobe-creative-cloud/adobe-creative-cloud.nuspec @@ -3,7 +3,7 @@ adobe-creative-cloud - 5.3.5.13 + 5.3.5.14 Adobe Creative Cloud Client Adobe tunisiano @@ -19,7 +19,7 @@ Request a user before continuing, so not fully silent ### Package-specific issue If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose) -[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano) +Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano) ]]> Adobe Creative Cloud Client Installer for installing creative cloud subscription applications diff --git a/automatic/adobe-creative-cloud/tools/chocolateyInstall.ps1 b/automatic/adobe-creative-cloud/tools/chocolateyInstall.ps1 index 9e4b5754f..265f6db2f 100644 --- a/automatic/adobe-creative-cloud/tools/chocolateyInstall.ps1 +++ b/automatic/adobe-creative-cloud/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ -$url = 'https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v1/wam/download?sapCode=KCCC&productName=Creative%20Cloud&os=win&environment=prod&api_key=CCHomeWeb1' # download url -$checksum = '8b149a43a8a9606930407e27f494aa7486bfb203ab1d0aae0c4bddd7681e54f4' +$url = 'https://prod-rel-ffc-ccm.oobesaas.adobe.com/adobe-ffc-external/core/v1/wam/download?sapCode=KCCC&productName=Creative%20Cloud&os=win&environment=prod' # download url +$checksum = '97cd4cd7793cb35483275cb108cf05109cb98c26d025b95c1e89c78f0983b736' $checksumType = 'sha256' $silentArgs = '/quiet' # "/s /S /q /Q /quiet /silent /SILENT /VERYSILENT" # try any of these to get the silent installer #msi is always /quiet