multimedia/spotify: Updated for version 1.0.32.96.g3c8a06e6.

Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
Ryan P.C. McQuen 2016-06-26 09:15:32 -07:00 committed by Willy Sudiarto Raharjo
parent 8a7a342bea
commit 02f56b708f
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 8 deletions

View file

@ -24,13 +24,13 @@
PRGNAM=spotify
SRCNAM=spotify-client
VERSION=${VERSION:-1.0.32.94.g8a839395}
VERSION=${VERSION:-1.0.32.96.g3c8a06e6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
case "$(uname -m)" in
i?86) DEBARCH="-2_i386" ; LIBDIRSUFFIX="" ; ARCH=i386 ;;
x86_64) DEBARCH="-32_amd64" ; LIBDIRSUFFIX="64" ; ARCH=x86_64 ;;
i?86) DEBARCH="-3_i386" ; LIBDIRSUFFIX="" ; ARCH=i386 ;;
x86_64) DEBARCH="-37_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.32.94.g8a839395"
VERSION="1.0.32.96.g3c8a06e6"
HOMEPAGE="https://www.spotify.com"
DOWNLOAD="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.32.94.g8a839395-2_i386.deb"
MD5SUM="82e0fb1e839e6a621aee57d42ec30118"
DOWNLOAD_x86_64="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.32.94.g8a839395-32_amd64.deb"
MD5SUM_x86_64="9156ec0225ec9453fc2dff7dd21bb392"
DOWNLOAD="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.32.96.g3c8a06e6-3_i386.deb"
MD5SUM="9b014ea8f1828813d3cbaa2ad5e945d1"
DOWNLOAD_x86_64="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.32.96.g3c8a06e6-37_amd64.deb"
MD5SUM_x86_64="eeda7b75270106364f1e5042d2b6840e"
REQUIRES=""
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryan.q@linux.com"