spotify: update to 1.0.38
This commit is contained in:
parent
3ff2b36355
commit
0c93a3b7cb
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'spotify'.
|
||||
pkgname=spotify
|
||||
version=1.0.37
|
||||
version=1.0.38
|
||||
revision=1
|
||||
short_desc="Proprietary music streaming client"
|
||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||
|
@ -13,11 +13,11 @@ build_style=fetch
|
|||
depends="binutils gtk+ nss GConf libXScrnSaver xz"
|
||||
|
||||
if test "${XBPS_TARGET_MACHINE}" = "x86_64"; then
|
||||
_sversion=".152.gc83ea995-42_amd64"
|
||||
_schecksum="9da56b2f696159361bcf6eac0a218ef0a669802f8deb3be17dbf25cb062e0d02"
|
||||
_sversion=".171.g5e1cd7b2-22_amd64"
|
||||
_schecksum="a0905dbf02657996356e4779dac9554f8679c3e7cb52c6f867213c91385b1956"
|
||||
else
|
||||
_sversion=".152.gc83ea995-42_i386"
|
||||
_schecksum="a5a33f167491455df03f791b818c64e90f4a35b0d83284bb223e15bd4a45f228"
|
||||
_sversion=".171.g5e1cd7b2-22_i386"
|
||||
_schecksum="0d6db03c51aea6ad2ddcb5cff2cb3212f209497b4152aac603fbb3ceb2c38586"
|
||||
fi
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue