Skip to content

Commit

Permalink
AU: 2 updated - spotify wps-office-free
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 22, 2018
1 parent 734f46b commit 3d7d882
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/spotify/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4ad26e5a5ab2b5280e4d57e5b14fcc9d4c6a22c5/icons/spotify.png" width="48" height="48"/> [spotify](https://chocolatey.org/packages/spotify)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@4ad26e5a5ab2b5280e4d57e5b14fcc9d4c6a22c5/icons/spotify.png" width="48" height="48"/> [spotify](https://chocolatey.org/packages/spotify)


- Music
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
@@ -1 +1 @@
"7cc96870d11e162d45b3058d351d5caf-13"|1.0.88.353
"1ed00af53ab9f1d42609b36047c23ab8-13"|1.0.91.183
4 changes: 2 additions & 2 deletions automatic/spotify/spotify.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>1.0.88.353</version>
<version>1.0.91.183</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand All @@ -12,7 +12,7 @@
<owners>chocolatey,ferventcoder</owners>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/spotify</packageSourceUrl>
<licenseUrl>https://www.spotify.com/us/legal/end-user-agreement/</licenseUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4ad26e5a5ab2b5280e4d57e5b14fcc9d4c6a22c5/icons/spotify.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@4ad26e5a5ab2b5280e4d57e5b14fcc9d4c6a22c5/icons/spotify.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
- Music
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.spotify.com/SpotifyFullSetup.exe'
checksum = '80FE3F0B5ED6C2BDBFC91397EF852E3E4839E8361857E9AC1FE559CD52AD0E77895D69673A43CA912625DF851E3A1A945DDEBC7A6A49A2E4888404E1B0BD1734'
checksum = 'D5F5B8B33190F7DE0B71D09F2E45C4B09B5BEBE173FD5AACA10C452BB817D65889D6919C0B57FC7E55A021D5B274F2BCB0B8B4AB382DE097995CEEBB16DC589F'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down
2 changes: 1 addition & 1 deletion automatic/wps-office-free/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/c4b46cad1e6a8071b53bb3b797940cabae7f4152/icons/wps-office-free.png" width="48" height="48"/> [wps-office-free](https://chocolatey.org/packages/wps-office-free)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@c4b46cad1e6a8071b53bb3b797940cabae7f4152/icons/wps-office-free.png" width="48" height="48"/> [wps-office-free](https://chocolatey.org/packages/wps-office-free)


WPS Office Free the perfect free office software. Your dream solution for a low-budget, no-commitment, free productivity office suite.
Expand Down
4 changes: 2 additions & 2 deletions automatic/wps-office-free/tools/chocolateyInstall.ps1
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '10.2.0.745600'
$version = '10.2.0.751600'
$packageName = 'wps-office-free'
$regName = $packageName -replace('\-',' ')
$regName = $regName -replace('free','*')
Expand All @@ -12,7 +12,7 @@ $packageArgs = @{
silentArgs = '/S'
validExitCodes = @(0)
softwareName = $regName
checksum = '302f5d375ca98370f04762775448068057c43ea748afa658fc21f2923663bb89'
checksum = '42562a913ee1a15cdd128c08a3383c03720a9740ec04e0c3f157cfe63582ca73'
checksumType = 'sha256'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/wps-office-free/wps-office-free.nuspec
Expand Up @@ -3,12 +3,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>wps-office-free</id>
<version>10.2.0.745600</version>
<version>10.2.0.751600</version>
<title>WPS Office Free</title>
<owners>chocolatey</owners>
<authors>Kingsoft Software</authors>
<projectUrl>https://www.wps.com/office-free</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/c4b46cad1e6a8071b53bb3b797940cabae7f4152/icons/wps-office-free.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@c4b46cad1e6a8071b53bb3b797940cabae7f4152/icons/wps-office-free.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
WPS Office Free the perfect free office software. Your dream solution for a low-budget, no-commitment, free productivity office suite.
Expand Down

0 comments on commit 3d7d882

Please sign in to comment.