From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1270934-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A264E1382C5 for <garchives@archives.gentoo.org>; Wed, 14 Apr 2021 14:56:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4671E0AE5; Wed, 14 Apr 2021 14:56:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD5E4E0AE3 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Apr 2021 14:56:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E906B335DBD for <gentoo-commits@lists.gentoo.org>; Wed, 14 Apr 2021 14:56:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86D8264B for <gentoo-commits@lists.gentoo.org>; Wed, 14 Apr 2021 14:56:35 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@riseup.net> Message-ID: <1618411896.cbb3a46392cead562160cf3977eee320d78cc7bf.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-action/ATLauncher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild X-VCS-Directories: games-action/ATLauncher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: cbb3a46392cead562160cf3977eee320d78cc7bf X-VCS-Branch: master Date: Wed, 14 Apr 2021 14:56:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c09a9dda-af40-4a45-add2-c42a811aaa15 X-Archives-Hash: 9d1819082ce9c14d5c509a94a31b9f87 Message-ID: <20210414145635.XW8A_p79rRZreerVK_GiJ_jaDzAfmhUrSZSFh_CQre8@z> commit: cbb3a46392cead562160cf3977eee320d78cc7bf Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Wed Apr 14 14:51:36 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Apr 14 14:51:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cbb3a463 games-action/ATLauncher: fix url of ico file Closes: https://bugs.gentoo.org/782835 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild b/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild index bcfeaf668..2256d5abe 100644 --- a/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild +++ b/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Minecraft launcher which integrates multiple different ModPacks" HOMEPAGE="https://atlauncher.com https://github.com/ATLauncher/ATLauncher" SRC_URI="https://github.com/ATLauncher/ATLauncher/releases/download/v${PV}/${P}.jar - https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/Icon.ico -> ${PN}.ico" + https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/icon.ico -> ${PN}.ico" KEYWORDS="~amd64 ~x86" LICENSE="GPL-3"