Skip to content

Commit

Permalink
spotify: Update to version 1.2.57.463.g4f748c64, separate 64bit/arm64…
Browse files Browse the repository at this point in the history
…, deprecate 32bit (#14931)

Fixes #14900.
  • Loading branch information
aliesbelik authored Feb 26, 2025
1 parent acd5796 commit 18872cd
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions bucket/spotify.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"version": "1.2.53.440.g7b2f582a",
"version": "1.2.57.463.g4f748c64",
"description": "A digital music service that gives you access to millions of songs.",
"homepage": "https://www.spotify.com/",
"license": {
"identifier": "Freeware",
"url": "https://www.spotify.com/legal/end-user-agreement/"
},
"url": "https://download.scdn.co/SpotifyFullSetup.exe",
"hash": "c8f01ea8a1c8fce3bdb2664c2c5047f619ca75fa99e999f1ae81999f4ee01710",
"architecture": {
"64bit": {
"url": "https://download.scdn.co/SpotifyFullSetupX64.exe",
"hash": "0cd9cf66bb4dbfab7b49654fa994caf55826266d877465339c347edbe2a70819"
},
"arm64": {
"url": "https://download.scdn.co/SpotifyFullSetupARM64.exe",
"hash": "f2de847008af0078e8d3e4455f40631987e99f312896457d23f7ddd6bf8f0525"
}
},
"installer": {
"script": [
"Start-Process -Wait \"$dir\\$fname\" -ArgumentList '/extract', \"`\"$dir`\"\"",
Expand All @@ -34,7 +42,7 @@
},
"checkver": {
"script": [
"$dl_url = 'https://download.scdn.co/SpotifyFullSetup.exe'",
"$dl_url = 'https://download.scdn.co/SpotifyFullSetupX64.exe'",
"$dl = cache_path 'spotify' 'unknown' $dl_url",
"Invoke-WebRequest $dl_url -OutFile $dl",
"$ver = (Get-Item $dl).VersionInfo.ProductVersion",
Expand All @@ -44,6 +52,13 @@
"regex": "(\\S+)"
},
"autoupdate": {
"url": "https://download.scdn.co/SpotifyFullSetup.exe"
"architecture": {
"64bit": {
"url": "https://download.scdn.co/SpotifyFullSetupX64.exe"
},
"arm64": {
"url": "https://download.scdn.co/SpotifyFullSetupARM64.exe"
}
}
}
}

0 comments on commit 18872cd

Please sign in to comment.