multimedia/spotify: Updated for version 1.0.79.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
DhabyX 2019-08-10 00:13:12 +07:00 committed by Willy Sudiarto Raharjo
parent 147287a6c6
commit c89c7c8a3c
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 9 additions and 7 deletions

View File

@ -27,12 +27,14 @@
PRGNAM=spotify
SRCNAM=spotify-client
VERSION=${VERSION:-1.0.72}
BUILD=${BUILD:-1}
VERSION=${VERSION:-1.1.10}
VERSION32=${VERSION32:-1.0.72}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Modified since Spotify has diferent versions for each architecture
case "$(uname -m)" in
i?86) DEBARCH="*-*_i386" ; LIBDIRSUFFIX="" ; ARCH=i386 ;;
i?86) VERSION=${VERSION32}; DEBARCH="*-*_i386" ; LIBDIRSUFFIX="" ; ARCH=i386 ;;
x86_64) DEBARCH="*-*_amd64" ; LIBDIRSUFFIX="64" ; ARCH=x86_64 ;;
*) echo "Package for $(uname -m) architecture is not available." ; exit 1 ;;
esac

View File

@ -1,10 +1,10 @@
PRGNAM="spotify"
VERSION="1.0.72"
VERSION="1.1.10"
HOMEPAGE="https://www.spotify.com"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/spotify/spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb"
DOWNLOAD="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb"
MD5SUM="c8e54d60452bda40f6de23f11c909b2d"
DOWNLOAD_x86_64="http://ponce.cc/slackware/sources/repo/spotify/spotify-client_1.0.72.117.g6bd7cc73-35_amd64.deb"
MD5SUM_x86_64="35392fb7d108e2830f22942c0a4ec717"
DOWNLOAD_x86_64="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.1.10.546.ge08ef575-19_amd64.deb"
MD5SUM_x86_64="ab544e7d35789b6cfddcb61dfe4bd1d9"
REQUIRES=""
MAINTAINER="DhabyX"
EMAIL="slack.dhabyx@gmail.com"