Skip to content

Commit 5428d5c

Browse files
committed
Updated to Ruby version 10.0
1 parent 261f690 commit 5428d5c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

general/package/rubyfpv/files/ruby_stop.sh

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pidof ruby_rx_commands | xargs kill -9 2>/dev/null
33
pidof ruby_tx_telemetry | xargs kill -9 2>/dev/null
44
pidof ruby_rt_vehicle | xargs kill -9 2>/dev/null
55
pidof ruby_logger | xargs kill -9 2>/dev/null
6+
pidof majestic | xargs kill -9 2>/dev/null
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.8
1+
10.0

general/package/rubyfpv/rubyfpv.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
RUBYFPV_SITE_METHOD = git
22
RUBYFPV_SITE = https://github.com/PetruSoroaga/RubyFPV
3-
RUBYFPV_VERSION = db0e3185d36e9dd4d8c9ce18cecd23740c1910b0
3+
RUBYFPV_VERSION = 5ec137401ec338c9273e48a7cb9402d96010b9dd
44

55
RUBYFPV_DEPENDENCIES += libpcap iw
66

0 commit comments

Comments
 (0)