From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BCE0158020 for ; Thu, 24 Nov 2022 16:38:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72CE6E096B; Thu, 24 Nov 2022 16:38:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBBE3E096B for ; Thu, 24 Nov 2022 16:38:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6891340F7A for ; Thu, 24 Nov 2022 16:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF3B321 for ; Thu, 24 Nov 2022 16:38:21 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1669307892.bfdaea114700c14f1a3ff6b5fe24775bcc2b7d98.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/spotify/Manifest media-sound/spotify/spotify-1.1.84-r1.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: bfdaea114700c14f1a3ff6b5fe24775bcc2b7d98 X-VCS-Branch: master Date: Thu, 24 Nov 2022 16:38:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a9bb0103-e782-48ab-a632-2bd28813f082 X-Archives-Hash: 2a20465ab9e6dae290bea3f920acdc0f commit: bfdaea114700c14f1a3ff6b5fe24775bcc2b7d98 Author: Sebastian Parborg gmail com> AuthorDate: Thu Nov 24 10:54:14 2022 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu Nov 24 16:38:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdaea11 media-sound/spotify: Fix .deb package download link Upstream has bumped the .deb file to a "-2" version. The old download is no longer available. Signed-off-by: Sebastian Parborg gmail.com> Signed-off-by: Matthew Thode gentoo.org> media-sound/spotify/Manifest | 2 +- media-sound/spotify/spotify-1.1.84-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest index 59e00e83307f..4146ee7ac38e 100644 --- a/media-sound/spotify/Manifest +++ b/media-sound/spotify/Manifest @@ -1 +1 @@ -DIST spotify-client_1.1.84.716.gc5f8b819_amd64.deb 119770140 BLAKE2B 071ee877e9c6c9a64cc3e06cdd72530e5da60087c56c29ad9511ed427df987d76258142120442ad78370f2d78c282016025ed43f7f7e94b4efb44e4a201bc839 SHA512 3cc25f28ae791ac26607117a5df668f803ed8e58f0ace085010a6242fdde97766bdc1c752560850795c9b4324f3e019937fe9af2788a1946ebb70ee781f50d99 +DIST spotify-client_1.1.84.716.gc5f8b819-2_amd64.deb 119258436 BLAKE2B 7dc1985bc1996f90dfa6389ffc9e107ac946bf391feb84ebc7f4fc9477531d9e921e7a5ab1969c9b462113cb69ffed355b02d7cf84d1a4ed8de58c97d6fa2ae1 SHA512 9ba6c2d155f683b9a38222d58a2a53a2a5f4b422ed1c0d603af87919ba8a68309aea3354278fd1d5d8142a1568d93b7e83b14c041e749b0c39f3bc155a633ef8 diff --git a/media-sound/spotify/spotify-1.1.84-r1.ebuild b/media-sound/spotify/spotify-1.1.84-r1.ebuild index c8cd2f55eb39..3fff5212f760 100644 --- a/media-sound/spotify/spotify-1.1.84-r1.ebuild +++ b/media-sound/spotify/spotify-1.1.84-r1.ebuild @@ -8,7 +8,7 @@ inherit desktop optfeature pax-utils unpacker xdg DESCRIPTION="Spotify is a social music platform" HOMEPAGE="https://www.spotify.com/download/linux/" SRC_BASE="http://repository.spotify.com/pool/non-free/s/${PN}-client/" -BUILD_ID_AMD64="716.gc5f8b819" +BUILD_ID_AMD64="716.gc5f8b819-2" SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb" LICENSE="Spotify"