meshtastic 0.0.104 → 0.0.106

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9db876c0896e6f65a71dc8edcbe16e2ceea5646cd9a6f9079623c532e59c2fb4
4
- data.tar.gz: 846daa25bd39eaca5db10a4dc32f222140a6bd99ce93dd42657f82cee7da3094
3
+ metadata.gz: a68d1aa3814b298b1a189cbe8ba94c5cb84a8842324c693c58fd43bb048d9a0e
4
+ data.tar.gz: 2db3bbbb8a744243b9262b82b4ac7ee99f1a9054e9bfd6e8487133a21cf69efb
5
5
  SHA512:
6
- metadata.gz: 13757f48cec6170a8b15e50913d6273d777ce7b6f2b7b37da53a8386419eb1691133223a3cdd715f641b53c53762edb0dc2686e7813e6ea17401a7e4456f90e6
7
- data.tar.gz: e33c6025adf3db59c92a29280a96145479a53e305097bc51c03317bfe51bcebb8b75187cfdda660986c22db1c86ca9cd31b634382d92ea7e7db95f3ac8569778
6
+ metadata.gz: 969d961ba7d541066b67f8024266d233ea8840775773cb5594e9f9588f245a500f90662bc24cdd64f8f72e5ce38dcac93b298f4edbdd95b02742b16c5f00d33e
7
+ data.tar.gz: 57d57938376f5b75fb7711987c98ae4c8a4fde668a89aefb6e3df1412f29348f4fd4667e5cfd2db3b400e8a6c2366e9c75c166ab626cb28fd38392d7a082c608
@@ -15,6 +15,9 @@ fi
15
15
  cd $mesh_root
16
16
  if [[ ! -d $mesh_protobufs_root ]]; then
17
17
  sudo git clone https://github.com/meshtastic/protobufs
18
+ else
19
+ cd $mesh_protobufs_root
20
+ sudo git pull
18
21
  fi
19
22
 
20
23
  cd $mesh_protobufs_root
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Meshtastic
4
- VERSION = '0.0.104'
4
+ VERSION = '0.0.106'
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meshtastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.104
4
+ version: 0.0.106
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-11 00:00:00.000000000 Z
10
+ date: 2025-02-12 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: bundler