From ed4c91aad4df865de3a40f81a4a34c9842d5d0bc Mon Sep 17 00:00:00 2001 From: blshkv Date: Wed, 20 Sep 2017 08:59:28 +0800 Subject: [PATCH] libvshadow: fix typo in the SRC_URI --- app-forensics/libvshadow/libvshadow-20170902.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/libvshadow/libvshadow-20170902.ebuild b/app-forensics/libvshadow/libvshadow-20170902.ebuild index 50f502e66..de84df151 100644 --- a/app-forensics/libvshadow/libvshadow-20170902.ebuild +++ b/app-forensics/libvshadow/libvshadow-20170902.ebuild @@ -9,7 +9,7 @@ inherit python-single-r1 DESCRIPTION="Library and tools to support the Volume Shadow Snapshot (VSS) format." HOMEPAGE="https://github.com/libyal/libvshadow" -SRC_URI="https://github.com/libyal/${PN}/releases/download/${MY_PV}/${PN}-alpha-${PV}.tar.gz" +SRC_URI="https://github.com/libyal/${PN}/releases/download/${PV}/${PN}-alpha-${PV}.tar.gz" LICENSE="LGPL-3+" SLOT="0"