Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions meshtasticd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=meshtasticd
# TODO renovate
PKG_VERSION:=2.6.11
PKG_VERSION:=2.7.8
PKG_RELEASE:=1
# TODO renovate
PKG_SOURCE_VERSION:=v2.6.11.60ec05e
PKG_SOURCE_VERSION:=v2.7.8.a0c0388

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/meshtastic/firmware.git
# TODO renovate?
PKG_MIRROR_HASH:=2c95061b198750886b4d228021cc372c1f7af2de9ff4cebb4b631934d6e54bf6
PKG_MIRROR_HASH:=aeac6c0747e41f51bd5e8793523099ce873683621108fd15e3272706a0b9a466
PKG_BUILD_DEPENDS:= \
python3/host \
python-platformio/host \
Expand Down