Bump spotify lib & blob version.

(cherry picked from commit 8ef1d4cae2)
This commit is contained in:
John Maguire 2016-01-28 14:33:04 +00:00
parent 5251801635
commit d92fe15123
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# Increment this whenever the user needs to download a new blob
# Remember to upload and sign the new version of the blob.
set(SPOTIFY_BLOB_VERSION 15)
set(SPOTIFY_BLOB_VERSION 16)

View File

@ -82,8 +82,8 @@ void SpotifyBlobDownloader::Start() {
const QStringList filenames =
QStringList() << "blob"
<< "blob" + QString(kSignatureSuffix)
<< "libspotify.so.12.1.45"
<< "libspotify.so.12.1.45" + QString(kSignatureSuffix);
<< "libspotify.so.12.1.51"
<< "libspotify.so.12.1.51" + QString(kSignatureSuffix);
for (const QString& filename : filenames) {
const QUrl url(SpotifyService::kBlobDownloadUrl + version_ + "/" +