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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6FD81382C5 for ; Sat, 27 Jun 2020 20:51:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3B50E0946; Sat, 27 Jun 2020 20:51:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A16A8E0942 for ; Sat, 27 Jun 2020 20:51:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5BEA734F21B for ; Sat, 27 Jun 2020 20:51:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB5DB2BB for ; Sat, 27 Jun 2020 20:51:29 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1593290908.49b3ad0ac94839dcd9a5ad024c8e77a3eba90600.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/dwarf-fortress/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/dwarf-fortress/dwarf-fortress-0.44.12.ebuild X-VCS-Directories: games-roguelike/dwarf-fortress/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 49b3ad0ac94839dcd9a5ad024c8e77a3eba90600 X-VCS-Branch: master Date: Sat, 27 Jun 2020 20:51:29 +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: 43daa7b6-ec44-484e-be05-9931692c911f X-Archives-Hash: bc62b0920296a5976f7380bcfc460fb1 commit: 49b3ad0ac94839dcd9a5ad024c8e77a3eba90600 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Jun 26 11:58:19 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 27 20:48:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b3ad0a games-roguelike/dwarf-fortress: use HTTPS Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> games-roguelike/dwarf-fortress/dwarf-fortress-0.44.12.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-roguelike/dwarf-fortress/dwarf-fortress-0.44.12.ebuild b/games-roguelike/dwarf-fortress/dwarf-fortress-0.44.12.ebuild index 1407c994dea..dfcfe78cf3c 100644 --- a/games-roguelike/dwarf-fortress/dwarf-fortress-0.44.12.ebuild +++ b/games-roguelike/dwarf-fortress/dwarf-fortress-0.44.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,9 +10,9 @@ MY_PN=df MY_P=${MY_PN}_${MY_PV} DESCRIPTION="A single-player fantasy game" -HOMEPAGE="http://www.bay12games.com/dwarves" -SRC_URI="amd64? ( http://www.bay12games.com/dwarves/${MY_P}_linux.tar.bz2 ) - x86? ( http://www.bay12games.com/dwarves/${MY_P}_linux32.tar.bz2 )" +HOMEPAGE="https://www.bay12games.com/dwarves" +SRC_URI="amd64? ( https://www.bay12games.com/dwarves/${MY_P}_linux.tar.bz2 ) + x86? ( https://www.bay12games.com/dwarves/${MY_P}_linux32.tar.bz2 )" LICENSE="free-noncomm BSD BitstreamVera" SLOT="0"