From 9d409411e8050a3b813a0591e6a9234649e0d4b3 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Fri, 14 Feb 2025 20:27:11 -0500 Subject: [PATCH] Update spicetify-cli to 2.39.3 and spicetify-marketplace to 1.0.3 --- app-misc/spicetify-cli-bin/Manifest | 2 +- ...-cli-bin-2.39.2.ebuild => spicetify-cli-bin-2.39.3.ebuild} | 0 app-misc/spicetify-marketplace-bin/Manifest | 2 +- ...in-1.0.2.ebuild => spicetify-marketplace-bin-1.0.3.ebuild} | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename app-misc/spicetify-cli-bin/{spicetify-cli-bin-2.39.2.ebuild => spicetify-cli-bin-2.39.3.ebuild} (100%) rename app-misc/spicetify-marketplace-bin/{spicetify-marketplace-bin-1.0.2.ebuild => spicetify-marketplace-bin-1.0.3.ebuild} (82%) diff --git a/app-misc/spicetify-cli-bin/Manifest b/app-misc/spicetify-cli-bin/Manifest index 2715462..4af0ddc 100644 --- a/app-misc/spicetify-cli-bin/Manifest +++ b/app-misc/spicetify-cli-bin/Manifest @@ -1 +1 @@ -DIST spicetify-cli-bin-2.39.2.tar.gz 6230649 BLAKE2B d11ec7d1148017c4371efa64e489bcd895a8dc568b9a07d5d61a5f795d5bdeac498713a41aa6668951d38f014259e8075df6b5d24a66551e2b8be6f67dd2ed81 SHA512 bda015ba4dcee819f4173b7f3f95369a33b8561822e5108d1d8599edb57fa866d6cfd82a9e6d3f8cec92d4fe4841f5f92e02f92ec857b04f61d9145cdd169420 +DIST spicetify-cli-bin-2.39.3.tar.gz 6232714 BLAKE2B c7dfc92a69c0bebbd1bc2669864dea2dada72a05ec966bee640841390d176db70520068c93546b74a774fa4c86f0581db458bc94b4f2350901a68554650feae0 SHA512 24a848d1cb797d378ec009098fd9813e2db352e7a862ba67c7063f7f3aedb3f44a0b1726120353246762a418cfd19b6c1cf56effb39df2d4f12faab9f2507a8a diff --git a/app-misc/spicetify-cli-bin/spicetify-cli-bin-2.39.2.ebuild b/app-misc/spicetify-cli-bin/spicetify-cli-bin-2.39.3.ebuild similarity index 100% rename from app-misc/spicetify-cli-bin/spicetify-cli-bin-2.39.2.ebuild rename to app-misc/spicetify-cli-bin/spicetify-cli-bin-2.39.3.ebuild diff --git a/app-misc/spicetify-marketplace-bin/Manifest b/app-misc/spicetify-marketplace-bin/Manifest index b3b2374..fb3f3cb 100644 --- a/app-misc/spicetify-marketplace-bin/Manifest +++ b/app-misc/spicetify-marketplace-bin/Manifest @@ -1 +1 @@ -DIST marketplace.zip 131593 BLAKE2B b883ebecc06ac30781209af1d4b2a3d04ce39dd7c7f12df64c52291a5f8a69f02ca5c74d3bbb2ba5f5661defc8b830b2e514a12faf7402e1d51570aed74aa2f2 SHA512 34997a96d4740752bc409af6397219d61470a44091dc08c4092801d6537069fc2d5a7112ed4d522870ccacd536a6c8113d15c882aaba3d7d47f70d1a6ae20fe9 +DIST spicetify-marketplace-bin-1.0.3.zip 174609 BLAKE2B 1c299e545aade2336883d51ad501ac362a18e6aa332525530f2b55c566fa27fa196967e4ee597029cdf36874f1de987726070f1f4238ee65c256d375adaf4a9f SHA512 de241829f7990b5057c065189eec1549fd2c6289e2f287fb2d889f2e5aebf2fd165cbfdee2f5921443e473b8006cc1fc5edeb72886a8254a4fe4c02cc69d0b05 diff --git a/app-misc/spicetify-marketplace-bin/spicetify-marketplace-bin-1.0.2.ebuild b/app-misc/spicetify-marketplace-bin/spicetify-marketplace-bin-1.0.3.ebuild similarity index 82% rename from app-misc/spicetify-marketplace-bin/spicetify-marketplace-bin-1.0.2.ebuild rename to app-misc/spicetify-marketplace-bin/spicetify-marketplace-bin-1.0.3.ebuild index 7578dcb..a7cb7e6 100644 --- a/app-misc/spicetify-marketplace-bin/spicetify-marketplace-bin-1.0.2.ebuild +++ b/app-misc/spicetify-marketplace-bin/spicetify-marketplace-bin-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DESCRIPTION="Download extensions and themes directly from Spicetify" HOMEPAGE="https://github.com/spicetify/marketplace" SRC_URI=" - ${HOMEPAGE}/releases/download/v${PV}/marketplace.zip + ${HOMEPAGE}/releases/download/v${PV}/marketplace.zip -> ${P}.zip " LICENSE="MIT"