diff options
author | 2018-01-12 09:36:42 +0100 | |
---|---|---|
committer | 2018-01-12 10:24:12 +0100 | |
commit | 019f69742651415fb339322f7d272c5cc424289c (patch) | |
tree | d20ce0509f67e15f23b38ede508601e28a9b184c /dev-cpp/catch/catch-9999.ebuild | |
parent | dev-libs/flatbuffers: version bump 1.8.0 (diff) | |
download | gentoo-019f69742651415fb339322f7d272c5cc424289c.tar.gz gentoo-019f69742651415fb339322f7d272c5cc424289c.tar.bz2 gentoo-019f69742651415fb339322f7d272c5cc424289c.zip |
dev-cpp/catch: Update upstream URLs
Diffstat (limited to 'dev-cpp/catch/catch-9999.ebuild')
-rw-r--r-- | dev-cpp/catch/catch-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/catch/catch-9999.ebuild b/dev-cpp/catch/catch-9999.ebuild index 5a244d42728d..da181287636e 100644 --- a/dev-cpp/catch/catch-9999.ebuild +++ b/dev-cpp/catch/catch-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -EGIT_REPO_URI="https://github.com/philsquared/Catch.git" +EGIT_REPO_URI="https://github.com/catchorg/Catch2.git" inherit cmake-utils git-r3 DESCRIPTION="Modern C++ header-only framework for unit-tests" -HOMEPAGE="https://github.com/philsquared/Catch" +HOMEPAGE="https://github.com/catchorg/Catch2" SRC_URI="" LICENSE="Boost-1.0" |