From 9f22fba9681d064430fc0a6e775b97eb9d036ccb Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Tue, 26 Oct 2021 13:48:10 -0400 Subject: net-wireless/hackrf-tools: git repo move Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Rick Farina --- net-wireless/hackrf-tools/hackrf-tools-2021.03.1.ebuild | 4 ++-- net-wireless/hackrf-tools/hackrf-tools-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net-wireless/hackrf-tools') diff --git a/net-wireless/hackrf-tools/hackrf-tools-2021.03.1.ebuild b/net-wireless/hackrf-tools/hackrf-tools-2021.03.1.ebuild index 391540f6c443..88bb354f8fca 100644 --- a/net-wireless/hackrf-tools/hackrf-tools-2021.03.1.ebuild +++ b/net-wireless/hackrf-tools/hackrf-tools-2021.03.1.ebuild @@ -9,13 +9,13 @@ DESCRIPTION="tools for communicating with HackRF SDR platform" HOMEPAGE="http://greatscottgadgets.com/hackrf/" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" + EGIT_REPO_URI="https://github.com/greatscottgadgets/hackrf.git" inherit git-r3 EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" S="${WORKDIR}/hackrf/host/hackrf-tools" else S="${WORKDIR}/hackrf-${PV}/host/hackrf-tools" - SRC_URI="https://github.com/mossmann/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz" + SRC_URI="https://github.com/greatscottgadgets/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz" KEYWORDS="~amd64 ~arm ~ppc ~x86" fi diff --git a/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild b/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild index 391540f6c443..88bb354f8fca 100644 --- a/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild +++ b/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild @@ -9,13 +9,13 @@ DESCRIPTION="tools for communicating with HackRF SDR platform" HOMEPAGE="http://greatscottgadgets.com/hackrf/" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" + EGIT_REPO_URI="https://github.com/greatscottgadgets/hackrf.git" inherit git-r3 EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" S="${WORKDIR}/hackrf/host/hackrf-tools" else S="${WORKDIR}/hackrf-${PV}/host/hackrf-tools" - SRC_URI="https://github.com/mossmann/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz" + SRC_URI="https://github.com/greatscottgadgets/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz" KEYWORDS="~amd64 ~arm ~ppc ~x86" fi -- cgit v1.2.3-65-gdbad