summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBkacjios2018-04-18 17:33:35 -0400
committerBkacjios2018-04-18 17:33:35 -0400
commit05d213cbbc4994f9770c3cb3cd33256276b3b6cc (patch)
treed937005ec99e16b0693023a17c36781d3eb81775
parent52d3f5e0a0b6035ebabd06b7caf08aa0b1a86f67 (diff)
downloadaur-05d213cbbc4994f9770c3cb3cd33256276b3b6cc.tar.gz
Update to 1.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f3ddf6081f1..49aa286c80be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = inav-configurator
pkgdesc = Crossplatform configuration tool for the INAV flight control system
- pkgver = 1.9.2
+ pkgver = 1.9.3
pkgrel = 1
url = https://github.com/iNavFlight/inav-configurator
arch = x86_64
license = custom
provides = inav-configurator
options = !strip
- source = https://github.com/iNavFlight/inav-configurator/releases/download/1.9.2/INAV-Configurator_linux64_1.9.2.zip
+ source = https://github.com/iNavFlight/inav-configurator/releases/download/1.9.3/INAV-Configurator_linux64_1.9.3.zip
source = inav-configurator.desktop
source = inav_icon_128.png
- md5sums = 914f379a6968c4b6e1d91b9dc44896df
+ md5sums = f157e2e1e237b08598f06b22ee1d43ce
md5sums = a84590640d45f59f9710480a9ac78a84
md5sums = 1c292498ddc3fa880c937a758a036857
diff --git a/.gitignore b/.gitignore
index b129f3be2f1d..45e9e8b1acb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ src/*
*.xz
*.gz
*.zip
+*.lua
+*.template \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index df20d8e74724..b6508438f2e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: bkacjios < blackops7799 at gmail dot com >
pkgname=inav-configurator
-pkgver=1.9.2
+pkgver=1.9.3
pkgrel=1
pkgdesc="Crossplatform configuration tool for the INAV flight control system"
arch=('x86_64')
url="https://github.com/iNavFlight/inav-configurator"
-source=("https://github.com/iNavFlight/inav-configurator/releases/download/$pkgver/INAV-Configurator_linux64_$pkgver.zip"
+source=(https://github.com/iNavFlight/inav-configurator/releases/download/1.9.3/INAV-Configurator_linux64_1.9.3.zip
inav-configurator.desktop
inav_icon_128.png)
-md5sums=('914f379a6968c4b6e1d91b9dc44896df'
+md5sums=('f157e2e1e237b08598f06b22ee1d43ce'
'a84590640d45f59f9710480a9ac78a84'
'1c292498ddc3fa880c937a758a036857')
options=(!strip)