diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-17 11:13:49 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-06-21 21:23:10 +1000 |
commit | f80e6b07f6d715f6d5023e3e616925b3e2bb3ff9 (patch) | |
tree | c19a98937bb67154eb93b6e9be5dddf0c6c44816 /dev-games/tiled | |
parent | profiles/prefix: advance seccomp to use.mask (diff) | |
download | gentoo-f80e6b07f6d715f6d5023e3e616925b3e2bb3ff9.tar.gz gentoo-f80e6b07f6d715f6d5023e3e616925b3e2bb3ff9.tar.bz2 gentoo-f80e6b07f6d715f6d5023e3e616925b3e2bb3ff9.zip |
dev-games/tiled: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8865
Diffstat (limited to 'dev-games/tiled')
-rw-r--r-- | dev-games/tiled/tiled-1.0.3.ebuild | 4 | ||||
-rw-r--r-- | dev-games/tiled/tiled-1.1.4.ebuild | 2 | ||||
-rw-r--r-- | dev-games/tiled/tiled-1.1.5.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-games/tiled/tiled-1.0.3.ebuild b/dev-games/tiled/tiled-1.0.3.ebuild index 451c7b86cd0a..a0ce9f7613a8 100644 --- a/dev-games/tiled/tiled-1.0.3.ebuild +++ b/dev-games/tiled/tiled-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit gnome2-utils multilib python-single-r1 qmake-utils xdg DESCRIPTION="A general purpose tile map editor" -HOMEPAGE="http://www.mapeditor.org/" +HOMEPAGE="https://www.mapeditor.org/" SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz" LICENSE="BSD BSD-2 GPL-2+" diff --git a/dev-games/tiled/tiled-1.1.4.ebuild b/dev-games/tiled/tiled-1.1.4.ebuild index 518492b3f37a..a78bd8eb9206 100644 --- a/dev-games/tiled/tiled-1.1.4.ebuild +++ b/dev-games/tiled/tiled-1.1.4.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit gnome2-utils multilib python-single-r1 qmake-utils xdg DESCRIPTION="A general purpose tile map editor" -HOMEPAGE="http://www.mapeditor.org/" +HOMEPAGE="https://www.mapeditor.org/" SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz" LICENSE="BSD BSD-2 GPL-2+" diff --git a/dev-games/tiled/tiled-1.1.5.ebuild b/dev-games/tiled/tiled-1.1.5.ebuild index 518492b3f37a..a78bd8eb9206 100644 --- a/dev-games/tiled/tiled-1.1.5.ebuild +++ b/dev-games/tiled/tiled-1.1.5.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit gnome2-utils multilib python-single-r1 qmake-utils xdg DESCRIPTION="A general purpose tile map editor" -HOMEPAGE="http://www.mapeditor.org/" +HOMEPAGE="https://www.mapeditor.org/" SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz" LICENSE="BSD BSD-2 GPL-2+" |