trunk-recorder: 4.0 is master now

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-10-12 20:54:44 -04:00
parent c77dad03fa
commit 0af9bbbbcc
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -11,7 +11,7 @@ DESCRIPTION="Records calls from a Trunked Radio System (P25 & SmartNet)"
HOMEPAGE="https://github.com/robotastic/trunk-recorder"
if [ "${PV}" = "9999" ]; then
EGIT_REPO_URI="https://github.com/robotastic/trunk-recorder.git"
EGIT_BRANCH="4.0-beta"
EGIT_BRANCH="master"
inherit git-r3
else
SRC_URI="https://github.com/robotastic/trunk-recorder/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"