diff --git a/bucket/spotify.json b/bucket/spotify.json index 93ed3926116946..fccd0fafa0ae77 100644 --- a/bucket/spotify.json +++ b/bucket/spotify.json @@ -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`\"\"", @@ -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", @@ -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" + } + } } }