mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 04:20:27 +02:00
btle-sniffer: update snapshot, remove keywords since it doesn't build
This commit is contained in:
parent
0052cb6cdc
commit
4b9e55cdb3
2 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
DIST btle-sniffer-0.2_p20200129.tar.gz 3444398 BLAKE2B 50f8991af7c13872d90249979800e3ef7d6dba8a5665b6bb735c6bdf55f369af41237b4c75ce60b815dd5188dac456b5cd70fd502232ad526f6e71a2efadfe15 SHA512 108b6468a9b2aa245743aff2aa8e1cb31852a967b7863e26223a06b69f2f60f8c80a2a80ffdf5c8be0ce434696dd4af19b79dbea283f810438348f9f71fc1a43
|
||||
DIST btle-sniffer-0.2_p20251220.tar.gz 12685349 BLAKE2B bf1107d9901f435b3801a6d0bd48c8951d929482a0ff9ece67a35160b5b8bb8723c53806625776b81f0e5dbc67fed3778aa6233c6acc0ca4df6ca22b4b3e1d20 SHA512 33bd6b3a46f6890c9b34de61648fe4d0e89c98d08db305d36979c5ca3565c3e726977148e01a676ccc887c9f6c995eb905145ecbe1ba2f88abf7730a767619d0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -7,13 +7,13 @@ inherit cmake
|
|||
|
||||
DESCRIPTION="Bluetooth radio packet sniffer/scanner and sender"
|
||||
HOMEPAGE="http://sdr-x.github.io/BTLE-SNIFFER/ https://github.com/JiaoXianjun/BTLE"
|
||||
HASH_COMMIT=6384cb05285f38cda79a1cd4c91021b2b3dd34b2
|
||||
HASH_COMMIT="bbee50fe3952b3be34b1754ede15f51cd7e74bb6"
|
||||
SRC_URI="https://github.com/JiaoXianjun/BTLE/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/BTLE-${HASH_COMMIT}/host"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS=""
|
||||
IUSE="bladerf +hackrf"
|
||||
|
||||
DEPEND="hackrf? ( net-libs/libhackrf )"
|
||||
Loading…
Reference in a new issue