mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/spotify: Updated for version 1.0.32.94.g8a839395.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
efd90e9a32
commit
5b84737794
2 changed files with 8 additions and 8 deletions
|
@ -24,13 +24,13 @@
|
|||
|
||||
PRGNAM=spotify
|
||||
SRCNAM=spotify-client
|
||||
VERSION=${VERSION:-1.0.28.89.gf959d4ce}
|
||||
VERSION=${VERSION:-1.0.32.94.g8a839395}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
case "$(uname -m)" in
|
||||
i?86) DEBARCH="-4_i386" ; LIBDIRSUFFIX="" ; ARCH=i386 ;;
|
||||
x86_64) DEBARCH="-37_amd64" ; LIBDIRSUFFIX="64" ; ARCH=x86_64 ;;
|
||||
i?86) DEBARCH="-2_i386" ; LIBDIRSUFFIX="" ; ARCH=i386 ;;
|
||||
x86_64) DEBARCH="-32_amd64" ; LIBDIRSUFFIX="64" ; ARCH=x86_64 ;;
|
||||
*) echo "Package for $(uname -m) architecture is not available." ; exit 1 ;;
|
||||
esac
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="spotify"
|
||||
VERSION="1.0.28.89.gf959d4ce"
|
||||
VERSION="1.0.32.94.g8a839395"
|
||||
HOMEPAGE="https://www.spotify.com"
|
||||
DOWNLOAD="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.28.89.gf959d4ce-4_i386.deb"
|
||||
MD5SUM="e261446665f32d020c161502ebeb4173"
|
||||
DOWNLOAD_x86_64="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.28.89.gf959d4ce-37_amd64.deb"
|
||||
MD5SUM_x86_64="eed799711466e7cf87dd44c0298b750c"
|
||||
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"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in a new issue