Merge pull request #5142 from the-eater/update-spotify
spotify: fix download link
This commit is contained in:
commit
96a7f7b4c5
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'spotify'.
|
||||
pkgname=spotify
|
||||
version=1.0.42
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Proprietary music streaming client"
|
||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||
homepage="https://www.spotify.com"
|
||||
|
@ -13,11 +13,11 @@ build_style=fetch
|
|||
depends="binutils gtk+ nss GConf libXScrnSaver xz"
|
||||
|
||||
if test "${XBPS_TARGET_MACHINE}" = "x86_64"; then
|
||||
_sversion=".145.g7a5a182e-37_amd64"
|
||||
_schecksum="3fb12b496b52fcd4e42c95f430b75ef3874ad21564615a460fb5380b9b7a14b3"
|
||||
_sversion=".151.g19de0aa6-74_amd64"
|
||||
_schecksum="905c0c87091855c9d5d354ebeca9fb3951ff60c08f0dfc1c1898bf66cc8acd15"
|
||||
else
|
||||
_sversion=".145.g7a5a182e-17_i386"
|
||||
_schecksum="ffc5f2d2e30d6cca17449d1cd07f50085df57a0c3a2943f8ba8608f8b9d01d8a"
|
||||
_sversion=".151.g19de0aa6-27_i386"
|
||||
_schecksum="a7acb3929747e47669bdcb997c820101e79be3dd4dd48a3596873c5e03935a7c"
|
||||
fi
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue