Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luafilesystem/
Date: Sun, 15 Sep 2019 17:17:39
Message-Id: 1568567428.55d551bbfbe379ed2e07d3907d773157c43eaa4c.mgorny@gentoo
1 commit: 55d551bbfbe379ed2e07d3907d773157c43eaa4c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 17:10:28 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 17:10:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d551bb
7
8 dev-lua/luafilesystem: Inline mirror://github
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild | 2 +-
13 dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild b/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild
17 index f93c58976e0..f7a912d74ff 100644
18 --- a/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild
19 +++ b/dev-lua/luafilesystem/luafilesystem-1.5.0.ebuild
20 @@ -6,7 +6,7 @@ inherit multilib toolchain-funcs
21
22 DESCRIPTION="File System Library for the Lua Programming Language"
23 HOMEPAGE="https://keplerproject.github.com/luafilesystem/"
24 -SRC_URI="mirror://github/keplerproject/luafilesystem/${P}.tar.gz"
25 +SRC_URI="https://github.com/downloads/keplerproject/luafilesystem/${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29
30 diff --git a/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild b/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild
31 index 9995175daab..20fe7574006 100644
32 --- a/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild
33 +++ b/dev-lua/luafilesystem/luafilesystem-1.6.2.ebuild
34 @@ -6,7 +6,7 @@ inherit multilib toolchain-funcs
35
36 DESCRIPTION="File System Library for the Lua Programming Language"
37 HOMEPAGE="https://keplerproject.github.com/luafilesystem/"
38 -SRC_URI="mirror://github/keplerproject/luafilesystem/${P}.tar.gz"
39 +SRC_URI="https://github.com/downloads/keplerproject/luafilesystem/${P}.tar.gz"
40
41 LICENSE="MIT"
42 SLOT="0"