mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 08:11:01 +02:00
portapack-mayhem: 1.7.1->1.7.4, minor qa
This commit is contained in:
parent
b398ff7ffb
commit
d18cee2d84
3 changed files with 14 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
DIST mayhem_v1.3.1_COPY_TO_SDCARD.7z 492947796 BLAKE2B 61ae3b8533d36e39dfa6aae7521c8dd41f58e8c3cb061c7cfa8afd780faabd8fb5101f72aaa5626b5e9bb60dff4fb29544b3befe6a4895498d3c96fb75fb8002 SHA512 0d2dd718334f2607ac70bb0863cea312ba74ad910f5fe46ee95d8f1cd94e4dd79485289e84c65607f1880bcd5071904ba53144194f62eaf4850363e89616e93e
|
||||
DIST mayhem_v1.3.1_FIRMWARE.7z 3759146 BLAKE2B 60b88047fe01c22288f9f5891d36932726bb99925d11ec082a8cd0f2e32676fd014542afb7e24bd256307126113f67f4dd668d12dfd73e75d4a01013eb2a34c2 SHA512 9788294f5a87c315d342ae73c13769eb8396b9169c7f630dc4b5a5b5b0013efc95271f3f2ad3486590554acb1eddf2bf04d04440e4652b44cdba309d47c38e4b
|
||||
DIST mayhem_v1.7.1_COPY_TO_SDCARD.zip 517756533 BLAKE2B 65a8595350e4797716bd4c06a87fae509c20ba229c40565ff72b1e52092c529077b5c69b818194f0504cdb7766f9b1ea29eabf6c1dcbbf2bca2f4eb952bc50b5 SHA512 43538c38e03fc84b1253d68fd2d40cb7bee3ee3c2a4ef9003bc281e3cb0e32d2be362faf6db252d59823aae61d4c452d07636be337e05ce8e2c486efeeb101f1
|
||||
DIST mayhem_v1.7.1_FIRMWARE.zip 4506387 BLAKE2B 7fd8889e28694553a5573df393e31b442e399680bb80d3305f61511bf32893db4bfe258e35136cfcf0da0cab5e36f9d41d179451ef30487912d1d93448d8947b SHA512 23282d70eb8ded30865f8d9b74f7ef3c8f317a993cfaf61fbec2990ffa17c68f07f8aa06eeb16fd6292f2d6244962136a0ac8a7b95dcf7d5395eafebf42c4e54
|
||||
DIST mayhem_v1.7.4_COPY_TO_SDCARD.zip 517828339 BLAKE2B ac5b08ab521d306a9e21ec91ebeab8c99d57c9e3e36062fa2baebfda965d1412e6fb32a019aa63cc4d4339b2ec694e74e85c870b021b36c3a638156d23d02025 SHA512 3ce6d6fa54b0d6f839ddd6b6c6c291166331239cd314f8f2e48a5ec4f4fb0c08960fc11a60123c8787de59ba60bba147c48dae40185a726a76f28903f93b6119
|
||||
DIST mayhem_v1.7.4_FIRMWARE.zip 4517374 BLAKE2B 09f44571dc5c8cb5d527f2d0b2e8fd15b3e57f6dafb9020a69eaf85a4829e1d178c1e2f4f6a6d0698574db28713d916d867c6ff879f0de81c060888a477c49ac SHA512 75b7b30e19dd59f31077b27a9199bac7d0b8278bbe8bb53393ed19f469d4dbf4496a8ad0e00158e28330887abd87d292e779c9ffb72f8727e9a45db5c38a9115
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# Copyright 1999-2022 Gentoo Foundation
|
||||
# Copyright 1999-2023 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
DESCRIPTION="Custom firmware for the HackRF SDR + PortaPack H1 addon"
|
||||
HOMEPAGE="https://github.com/eried/portapack-mayhem"
|
||||
|
|
@ -19,9 +19,10 @@ if [ "${PV}" == "9999" ]; then
|
|||
sys-devel/gcc-arm-none-eabi
|
||||
$(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]')"
|
||||
else
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
SRC_URI="https://github.com/eried/portapack-mayhem/releases/download/v${PV}/mayhem_v${PV}_FIRMWARE.zip
|
||||
sdcard-files? ( https://github.com/eried/portapack-mayhem/releases/download/v${PV}/mayhem_v${PV}_COPY_TO_SDCARD.zip )"
|
||||
inherit python-utils-r1
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/eried/${PN}/releases/download/v${PV}/mayhem_v${PV}_FIRMWARE.zip
|
||||
sdcard-files? ( https://github.com/eried/${PN}/releases/download/v${PV}/mayhem_v${PV}_COPY_TO_SDCARD.zip )"
|
||||
BDEPEND="app-arch/unzip"
|
||||
fi
|
||||
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
# Copyright 1999-2022 Gentoo Foundation
|
||||
# Copyright 1999-2023 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
DESCRIPTION="Custom firmware for the HackRF SDR + PortaPack H1 addon"
|
||||
HOMEPAGE="https://github.com/eried/portapack-mayhem"
|
||||
|
|
@ -19,9 +19,10 @@ if [ "${PV}" == "9999" ]; then
|
|||
sys-devel/gcc-arm-none-eabi
|
||||
$(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]')"
|
||||
else
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
SRC_URI="https://github.com/eried/portapack-mayhem/releases/download/v${PV}/mayhem_v${PV}_FIRMWARE.zip
|
||||
sdcard-files? ( https://github.com/eried/portapack-mayhem/releases/download/v${PV}/mayhem_v${PV}_COPY_TO_SDCARD.zip )"
|
||||
inherit python-utils-r1
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/eried/${PN}/releases/download/v${PV}/mayhem_v${PV}_FIRMWARE.zip
|
||||
sdcard-files? ( https://github.com/eried/${PN}/releases/download/v${PV}/mayhem_v${PV}_COPY_TO_SDCARD.zip )"
|
||||
BDEPEND="app-arch/unzip"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue