mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/spotify: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ed37524bff
commit
31f9b210ae
2 changed files with 12 additions and 2 deletions
|
@ -25,6 +25,16 @@
|
|||
# with this program (most likely, a file named COPYING). If not, see
|
||||
# <https://www.gnu.org/licenses/>.
|
||||
|
||||
# 20220215 bkw: updated download URLs to point to mirrored copies of
|
||||
# the "source" (.deb packages), because they're old versions that have
|
||||
# been removed from the server. With the new URLs, we can actually
|
||||
# create a package... but since I don't use spotify (nor even want
|
||||
# to), I can't say whether the package works. YMMV.
|
||||
|
||||
# Note: the debian repo is here:
|
||||
# http://repository.spotify.com/pool/non-free/s/spotify-client/
|
||||
# directory index is enabled, so you can see what's there.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=spotify
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="spotify"
|
||||
VERSION="1.1.10"
|
||||
HOMEPAGE="https://www.spotify.com"
|
||||
DOWNLOAD="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/spotify-client_1.0.72.117.g6bd7cc73-35_i386.deb"
|
||||
MD5SUM="c8e54d60452bda40f6de23f11c909b2d"
|
||||
DOWNLOAD_x86_64="http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.1.10.546.ge08ef575-19_amd64.deb"
|
||||
DOWNLOAD_x86_64="https://slackware.uk/~urchlay/src/spotify-client_1.1.10.546.ge08ef575-19_amd64.deb"
|
||||
MD5SUM_x86_64="ab544e7d35789b6cfddcb61dfe4bd1d9"
|
||||
REQUIRES=""
|
||||
MAINTAINER="DhabyX"
|
||||
|
|
Loading…
Reference in a new issue