summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-04 17:20:49 +0000
committerSam James <sam@gentoo.org>2021-01-04 17:27:04 +0000
commit46f4b0a966273bce34ef27794a611ccf6b1cd9f6 (patch)
tree366bbb28947c143b5ea8e9e3d4ef9e68d76bb156
parentdev-ml/yojson: dependency fixes (diff)
downloadgentoo-46f4b0a966273bce34ef27794a611ccf6b1cd9f6.tar.gz
gentoo-46f4b0a966273bce34ef27794a611ccf6b1cd9f6.tar.bz2
gentoo-46f4b0a966273bce34ef27794a611ccf6b1cd9f6.zip
dev-ml/yojson: fix SRC_URI in 1.7.0
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-ml/yojson/yojson-1.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/yojson/yojson-1.7.0.ebuild b/dev-ml/yojson/yojson-1.7.0.ebuild
index 6b433e0f94ae..b8701343a2de 100644
--- a/dev-ml/yojson/yojson-1.7.0.ebuild
+++ b/dev-ml/yojson/yojson-1.7.0.ebuild
@@ -7,7 +7,7 @@ inherit dune
DESCRIPTION="JSON parsing and pretty-printing library for OCaml"
HOMEPAGE="https://github.com/ocaml-community/yojson"
-SRC_URI="https://github.com/ocaml-community/yojson/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/ocaml-community/yojson/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"