diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2024-02-19 08:46:32 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2024-02-19 08:46:32 +0100 |
commit | 791ab23aa4c758477325aea93f376a89e289eb5b (patch) | |
tree | ae5f9aff3f11fc484b4b10d5b98b6483c757e517 /net-wireless/soapyplutosdr/soapyplutosdr-9999.ebuild | |
parent | dev-embedded/u-boot-tools: Fix missing BDEPENDs (diff) | |
download | gentoo-791ab23aa4c758477325aea93f376a89e289eb5b.tar.gz gentoo-791ab23aa4c758477325aea93f376a89e289eb5b.tar.bz2 gentoo-791ab23aa4c758477325aea93f376a89e289eb5b.zip |
net-wireless/soapyplutosdr: add 0.2.2
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'net-wireless/soapyplutosdr/soapyplutosdr-9999.ebuild')
-rw-r--r-- | net-wireless/soapyplutosdr/soapyplutosdr-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/soapyplutosdr/soapyplutosdr-9999.ebuild b/net-wireless/soapyplutosdr/soapyplutosdr-9999.ebuild index 254e0ba2adb5..115e42eb16c6 100644 --- a/net-wireless/soapyplutosdr/soapyplutosdr-9999.ebuild +++ b/net-wireless/soapyplutosdr/soapyplutosdr-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [ "${PV}" = "9999" ]; then inherit git-r3 else KEYWORDS="~amd64 ~arm ~riscv ~x86" - COMMIT="b906b27e6820fe44fcc3527cc876771f7dac85d2" + COMMIT="422a9b306f765499dd3e9a4c3400fa39816dcfdb" SRC_URI="https://github.com/pothosware/SoapyPlutoSDR/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/SoapyPlutoSDR-${COMMIT} fi |