diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-07 18:10:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-07 18:11:41 +0200 |
commit | 1cd2e932f58940adc9b53d742a58d66e05e072bc (patch) | |
tree | 9aa3422dcaca1403dca8f221d22503addc6042c1 /dev-libs | |
parent | dev-perl/DBD-Pg: Bump to version 3.14.0 (diff) | |
download | gentoo-1cd2e932f58940adc9b53d742a58d66e05e072bc.tar.gz gentoo-1cd2e932f58940adc9b53d742a58d66e05e072bc.tar.bz2 gentoo-1cd2e932f58940adc9b53d742a58d66e05e072bc.zip |
dev-libs/jsoncpp: Update SRC_URI
Closes: https://bugs.gentoo.org/736242
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/jsoncpp/jsoncpp-1.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.3.ebuild b/dev-libs/jsoncpp/jsoncpp-1.9.3.ebuild index d90de76e3fc9..bc63a16f3e26 100644 --- a/dev-libs/jsoncpp/jsoncpp-1.9.3.ebuild +++ b/dev-libs/jsoncpp/jsoncpp-1.9.3.ebuild @@ -10,7 +10,7 @@ inherit meson python-any-r1 DESCRIPTION="C++ JSON reader and writer" HOMEPAGE="https://github.com/open-source-parsers/jsoncpp" SRC_URI=" - https://github.com/open-source-parsers/${PN}/archive/v${PV}.tar.gz + https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( public-domain MIT )" |