mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/spotify: Updated for version 1.2.13.661.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
41d21fea79
commit
c3a14a0805
3 changed files with 6 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
chmod 4755 usr/share/spotify/*.so*
|
||||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
|
|
@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=spotify
|
||||
SRCNAM=spotify-client
|
||||
VERSION=${VERSION:-1.2.11.916}
|
||||
RELVER=${RELVER:-geb595a67}
|
||||
VERSION=${VERSION:-1.2.13.661}
|
||||
RELVER=${RELVER:-ga588f749}
|
||||
VERSION32=${VERSION32:-1.0.72.117}
|
||||
RELVER32=${RELVER32:-g6bd7cc73-35}
|
||||
BUILD=${BUILD:-1}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="spotify"
|
||||
VERSION="1.2.11.916"
|
||||
VERSION="1.2.13.661"
|
||||
HOMEPAGE="https://www.spotify.com"
|
||||
DOWNLOAD="https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb"
|
||||
MD5SUM="c8e54d60452bda40f6de23f11c909b2d"
|
||||
DOWNLOAD_x86_64="https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.11.916.geb595a67_amd64.deb"
|
||||
MD5SUM_x86_64="eb11ab4a833bafebe3135bc55c2eed9e"
|
||||
DOWNLOAD_x86_64="https://repository-origin.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.2.13.661.ga588f749_amd64.deb"
|
||||
MD5SUM_x86_64="d9e3ccfdb473fabdf88843d5be9fab93"
|
||||
REQUIRES="libcurl-gnutls"
|
||||
MAINTAINER="Edinaldo P. Silva"
|
||||
EMAIL="edps.mundognu@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue