From 441eab759124416e7d3ed1c8eb109487b3a46c29 Mon Sep 17 00:00:00 2001 From: horstderheld Date: Sun, 14 May 2023 10:24:15 +0200 Subject: [PATCH] update to 2.8.4 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ab2f4cb..f63bce1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = edgetx-companion pkgdesc = EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares - pkgver = 2.8.3 + pkgver = 2.8.4 pkgrel = 1 url = https://edgetx.org/ arch = x86_64 @@ -34,7 +34,7 @@ pkgbase = edgetx-companion optdepends = dfu-util: tool for flashing stm32 based radios provides = companion conflicts = companion - source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.8.3 + source = git+https://github.com/EdgeTX/edgetx.git#tag=v2.8.4 source = git+https://github.com/jbeder/yaml-cpp.git source = git+https://github.com/raphaelcoeffic/AccessDenied.git source = git+https://github.com/FreeRTOS/FreeRTOS-Kernel.git diff --git a/PKGBUILD b/PKGBUILD index 770e69e..bb20701 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributer: Arnaud pkgname=edgetx-companion -pkgver=2.8.3 +pkgver=2.8.4 pkgrel=1 pkgdesc="EEPROM Editor and Simulator for EdgeTX RC radio transmitter firmwares" arch=('x86_64')