summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-02-15 08:46:00 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:20:07 +0100
commit31f9b210aef7565b9972e9f8b94a278265dd177c (patch)
tree6889d9f9de202dfe9308c5d78ca507784de1c217
parented37524bff3175db3ce9645de99465ab545e9ac4 (diff)
downloadslackbuilds-31f9b210aef7565b9972e9f8b94a278265dd177c.tar.gz
multimedia/spotify: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--multimedia/spotify/spotify.SlackBuild10
-rw-r--r--multimedia/spotify/spotify.info4
2 files changed, 12 insertions, 2 deletions
diff --git a/multimedia/spotify/spotify.SlackBuild b/multimedia/spotify/spotify.SlackBuild
index 2bb66306a4..6161210ca7 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 a09c3ce6bf..423efb78a8 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"