Merge pull request #4631 from subsonik/spotify
spotify: update to 1.0.36.
This commit is contained in:
commit
86f9e9e57f
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'spotify'.
|
||||
pkgname=spotify
|
||||
version=1.0.34
|
||||
version=1.0.36
|
||||
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=".146.g28f9eda2-19_amd64"
|
||||
_schecksum="af2881c246e683926a5564839d482e61fa02740694562a071bde4835d04a7ade"
|
||||
_sversion=".120.g536a862f-20_amd64"
|
||||
_schecksum="c041f58229451d54dac65da98d5d3d2d005cbc38366cddccad7f38d2c987240f"
|
||||
else
|
||||
_sversion=".146.g28f9eda2-2_i386"
|
||||
_schecksum="aa6bb5fb8bb008cf620d46a9c70f417cc8570cdc4f79b740d5ee24292ee6ad43"
|
||||
_sversion=".120.g536a862f-2_i386"
|
||||
_schecksum="8f8b6b1ba42fa6b610b608f92c0f81ace1b07482ac663ba4381a58bf05dc582c"
|
||||
fi
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue