Skip to content

Commit

Permalink
Update meshtastic, python-meshtastic
Browse files Browse the repository at this point in the history
  • Loading branch information
vidplace7 committed Jan 1, 2025
1 parent 29808af commit dfb1919
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/multi-arch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ jobs:
build:
name: build ${{ matrix.arch }} ${{ github.ref_name }}
runs-on: ubuntu-24.04
concurrency:
# Only run one build at a time (in case of multiple merges)
group: publish-builds
strategy:
fail-fast: false
# We can only run one build at a time due to the GitHub Pages deployment
# This should be revisited in the future, as it makes the build take *days*
max-parallel: 1
matrix:
arch:
Expand Down Expand Up @@ -88,3 +93,4 @@ jobs:
destination_dir: ${{ github.ref_name }}/${{ matrix.arch }}
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
enable_jekyll: true
4 changes: 2 additions & 2 deletions meshtasticd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=meshtasticd
PKG_VERSION:=2.5.18
PKG_RELEASE:=1
PKG_SOURCE_VERSION:=b12ac6d564be4558047231d5ad946a908dfbbd7f
PKG_RELEASE:=2
PKG_SOURCE_VERSION:=v2.5.18.89ebafc

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_PROTO:=git
Expand Down
4 changes: 2 additions & 2 deletions python-meshtastic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=python-meshtastic
PKG_VERSION:=2.5.7
PKG_VERSION:=2.5.9
PKG_RELEASE:=1

PYPI_NAME:=meshtastic
PKG_HASH:=45e43e192e3a5467dd31f86a378efe4160efde1fdec29af91dc61ed369e33c5d
PKG_HASH:=e0d90f18446605c232ad40d6903ffa6bce427d5c278443d254740a4bb2c8630c

PKG_MAINTAINER:=Austin Lane <[email protected]>
PKG_LICENSE:=GPL-3.0
Expand Down

0 comments on commit dfb1919

Please sign in to comment.