From: Michał Górny Date: Thu, 26 Dec 2019 10:45:33 +0000 (+0100) Subject: app-arch/lz4: Update SRC_URI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1cfa504339bfda842d6895d27e6bb5499dad1b33;p=gentoo.git app-arch/lz4: Update SRC_URI Signed-off-by: Michał Górny --- diff --git a/app-arch/lz4/lz4-1.9.2.ebuild b/app-arch/lz4/lz4-1.9.2.ebuild index e5f48fc2de57..8aacc97b7344 100644 --- a/app-arch/lz4/lz4-1.9.2.ebuild +++ b/app-arch/lz4/lz4-1.9.2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/lz4/lz4.git" EGIT_BRANCH=dev else - SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/lz4/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi