Skip to content

Commit

Permalink
AU: 2 updated - spotify SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 30, 2017
1 parent 6d8f3c4 commit da7b9e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/SQLite/SQLite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SQLite</id>
<version>3.17.0</version>
<version>3.18.0</version>
<title>SQLite</title>
<owners>chocolatey</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/SQLite/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'

$packageName = 'sqlite'
$url32 = 'https://sqlite.org/2017/sqlite-dll-win32-x86-3170000.zip'
$url32 = 'https://sqlite.org/2017/sqlite-dll-win32-x86-3180000.zip'
$url64 = $url32
$checksum32 = 'dc7f8b3493543dc086cb43b66401893597f993408f18b437e5c8e8b5544db0bf'
$checksum32 = 'd01c69d09282f9050f6b113c45884fe9b9abf3bdf5bd93b45927d9b6bfb233fe'
$checksum64 = $checksum32
$instDir = "$(Get-ToolsLocation)\$packageName"

Expand Down
4 changes: 2 additions & 2 deletions automatic/spotify/spotify.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>0.0</version>
<version>1.0.51.693</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand All @@ -11,7 +11,7 @@
<owners>chocolatey,ferventcoder</owners>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/manual/spotify</packageSourceUrl>
<licenseUrl>https://www.spotify.com/us/legal/end-user-agreement/</licenseUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/spotify.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/4ad26e5a5ab2b5280e4d57e5b14fcc9d4c6a22c5/icons/spotify.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
#Music
Expand Down

0 comments on commit da7b9e2

Please sign in to comment.