diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-15 02:46:00 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:07 +0700 |
commit | 31f9b210aef7565b9972e9f8b94a278265dd177c (patch) | |
tree | 6889d9f9de202dfe9308c5d78ca507784de1c217 /multimedia | |
parent | ed37524bff3175db3ce9645de99465ab545e9ac4 (diff) |
multimedia/spotify: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/spotify/spotify.SlackBuild | 10 | ||||
-rw-r--r-- | multimedia/spotify/spotify.info | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/multimedia/spotify/spotify.SlackBuild b/multimedia/spotify/spotify.SlackBuild index 2bb66306a421..6161210ca7c4 100644 --- a/multimedia/spotify/spotify.SlackBuild +++ b/multimedia/spotify/spotify.SlackBuild @@ -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 diff --git a/multimedia/spotify/spotify.info b/multimedia/spotify/spotify.info index a09c3ce6bf94..423efb78a8d6 100644 --- a/multimedia/spotify/spotify.info +++ b/multimedia/spotify/spotify.info @@ -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" |