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 C64B7158015 for ; Fri, 22 Dec 2023 09:11:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 122C72BC017; Fri, 22 Dec 2023 09:11:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id C58382BC017 for ; Fri, 22 Dec 2023 09:11:23 +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 030D9342F94 for ; Fri, 22 Dec 2023 09:11:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D5F0125F for ; Fri, 22 Dec 2023 09:11:21 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1703236182.ad2124546b646fbe8c94603df91c150e63128edb.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-server/minecraft-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-server/minecraft-server/minecraft-server-1.20.4.ebuild X-VCS-Directories: games-server/minecraft-server/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ad2124546b646fbe8c94603df91c150e63128edb X-VCS-Branch: master Date: Fri, 22 Dec 2023 09:11: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: c4eefca9-1cea-4655-b51f-a26d0e51ecbc X-Archives-Hash: f85c20fa0f36d7c3bb6c8a8c8a302739 commit: ad2124546b646fbe8c94603df91c150e63128edb Author: Conrad Kostecki gentoo org> AuthorDate: Fri Dec 22 09:09:42 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Dec 22 09:09:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad212454 games-server/minecraft-server: update SRC_URI Reported-by: Patrick patrick-nagel.net> Signed-off-by: Conrad Kostecki gentoo.org> Closes: https://bugs.gentoo.org/920484 games-server/minecraft-server/minecraft-server-1.20.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-server/minecraft-server/minecraft-server-1.20.4.ebuild b/games-server/minecraft-server/minecraft-server-1.20.4.ebuild index e022c1c6955c..42ec3dd13654 100644 --- a/games-server/minecraft-server/minecraft-server-1.20.4.ebuild +++ b/games-server/minecraft-server/minecraft-server-1.20.4.ebuild @@ -10,7 +10,7 @@ inherit readme.gentoo-r1 java-pkg-2 systemd DESCRIPTION="The official server for the sandbox video game" HOMEPAGE="https://www.minecraft.net/" -SRC_URI="https://launcher.mojang.com/v1/objects/${EGIT_COMMIT}/server.jar -> ${P}.jar" +SRC_URI="https://piston-data.mojang.com/v1/objects/${EGIT_COMMIT}/server.jar -> ${P}.jar" S="${WORKDIR}" LICENSE="Mojang"