multimedia/spotify: Updated for version 1.0.43.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
45216639ac
commit
4a5105bc5e
|
@ -24,13 +24,13 @@
|
|||
|
||||
PRGNAM=spotify
|
||||
SRCNAM=spotify-client
|
||||
VERSION=${VERSION:-1.0.42.151.g19de0aa6}
|
||||
VERSION=${VERSION:-1.0.43}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
case "$(uname -m)" in
|
||||
i?86) DEBARCH="-*_i386" ; LIBDIRSUFFIX="" ; ARCH=i386 ;;
|
||||
x86_64) DEBARCH="-*_amd64" ; LIBDIRSUFFIX="64" ; ARCH=x86_64 ;;
|
||||
i?86) 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
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="spotify"
|
||||
VERSION="1.0.42.151.g19de0aa6"
|
||||
VERSION="1.0.43"
|
||||
HOMEPAGE="https://www.spotify.com"
|
||||
DOWNLOAD="http://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.42.151.g19de0aa6-27_i386.deb"
|
||||
MD5SUM="c2840db7c82747591f8ab480da1dcca0"
|
||||
DOWNLOAD_x86_64="http://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.42.151.g19de0aa6-74_amd64.deb"
|
||||
MD5SUM_x86_64="dcce36b6956fd12baff87427357558d2"
|
||||
DOWNLOAD="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.43.123.g80176796-25_i386.deb"
|
||||
MD5SUM="05099ee663933f96fe422f7d36867fd7"
|
||||
DOWNLOAD_x86_64="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.43.125.g376063c5-91_amd64.deb"
|
||||
MD5SUM_x86_64="52cfa7964930c9ab3a9a33cd2d8f3d3f"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in New Issue