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.6
PKG_RELEASE:=1
# TODO renovate
PKG_SOURCE_VERSION:=v2.6.11.60ec05e
PKG_SOURCE_VERSION:=v2.7.6.834c3c5

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:=4edb39bf540e49c390d3ee096064a1beefefcfe4ae917fa2c86061d19aed29d7
PKG_BUILD_DEPENDS:= \
python3/host \
python-platformio/host \
Expand Down