spotify: update to 1.0.43
This commit is contained in:
parent
64fd3afb26
commit
4f1c8c2085
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'spotify'.
|
# Template build file for 'spotify'.
|
||||||
pkgname=spotify
|
pkgname=spotify
|
||||||
version=1.0.42
|
version=1.0.43
|
||||||
revision=2
|
revision=1
|
||||||
short_desc="Proprietary music streaming client"
|
short_desc="Proprietary music streaming client"
|
||||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||||
homepage="https://www.spotify.com"
|
homepage="https://www.spotify.com"
|
||||||
|
@ -13,11 +13,11 @@ build_style=fetch
|
||||||
depends="binutils gtk+ nss GConf libXScrnSaver xz"
|
depends="binutils gtk+ nss GConf libXScrnSaver xz"
|
||||||
|
|
||||||
if test "${XBPS_TARGET_MACHINE}" = "x86_64"; then
|
if test "${XBPS_TARGET_MACHINE}" = "x86_64"; then
|
||||||
_sversion=".151.g19de0aa6-74_amd64"
|
_sversion=".123.g80176796-77_amd64"
|
||||||
_schecksum="905c0c87091855c9d5d354ebeca9fb3951ff60c08f0dfc1c1898bf66cc8acd15"
|
_schecksum="42834f461a13981e0b9b9c59d6d933bfa5cc5a392f829f7f32e3740fb9a7d149"
|
||||||
else
|
else
|
||||||
_sversion=".151.g19de0aa6-27_i386"
|
_sversion=".123.g80176796-24_i386"
|
||||||
_schecksum="a7acb3929747e47669bdcb997c820101e79be3dd4dd48a3596873c5e03935a7c"
|
_schecksum="dfb6200303b617f1c8e50434ca888c5a48faae14389a1e54035f8d33bd5d319a"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in New Issue