summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBkacjios2024-01-30 08:47:26 -0500
committerBkacjios2024-01-30 08:47:26 -0500
commit8231f16c3b4c55c46063ad63b0d358ad0a0c6f88 (patch)
treedc5dc9a082b8e84dc815239275c5a214f6b8a414
parentd3819ed0888ce5b9af0729d618a057a121ac68f4 (diff)
downloadaur-8231f16c3b4c55c46063ad63b0d358ad0a0c6f88.tar.gz
Update to 7.0.1
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD16
2 files changed, 11 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25537b4cb59d..424abf2f16bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,18 @@
pkgbase = inav-configurator-bin
pkgdesc = Crossplatform configuration tool for the INAV flight control system
- pkgver = 7.0.0
+ pkgver = 7.0.1
pkgrel = 1
url = https://github.com/iNavFlight/inav-configurator
- arch = i686
arch = x86_64
license = GPL3
provides = inav-configurator
conflicts = inav-configurator
options = !strip
- source_i686 = https://github.com/iNavFlight/inav-configurator/releases/download/7.0.0/INAV-Configurator_linux32_7.0.0.tar.gz
- source_i686 = inav-configurator.desktop
- source_i686 = inav_icon_128.png
- sha256sums_i686 = 6ffc522060cab8c41facbc6dac4f7086aabed4bfe9eea687ef2c92fa5ff99a22
- sha256sums_i686 = SKIP
- sha256sums_i686 = fc4325798b8d93ab37960e306305c65122dba698265eb749664517f67f2304c5
- source_x86_64 = https://github.com/iNavFlight/inav-configurator/releases/download/7.0.0/INAV-Configurator_linux64_7.0.0.tar.gz
- source_x86_64 = inav-configurator.desktop
- source_x86_64 = inav_icon_128.png
- sha256sums_x86_64 = c5cba669948f565ed4058d9e224de09595b6c9a89fade072f6c74fa97a64ebff
- sha256sums_x86_64 = SKIP
- sha256sums_x86_64 = fc4325798b8d93ab37960e306305c65122dba698265eb749664517f67f2304c5
+ source = https://github.com/iNavFlight/inav-configurator/releases/download/7.0.1/INAV-Configurator_linux64_7.0.1.tar.gz
+ source = inav-configurator.desktop
+ source = inav_icon_128.png
+ sha256sums = af2776a2391fa074badbef01af50cc3050aed0ae690510959fcadc01b205fa88
+ sha256sums = SKIP
+ sha256sums = fc4325798b8d93ab37960e306305c65122dba698265eb749664517f67f2304c5
pkgname = inav-configurator-bin
diff --git a/PKGBUILD b/PKGBUILD
index c903e0577308..9f9587419f38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,17 @@
# Maintainer: bkacjios < blackops7799 at gmail dot com >
pkgname=inav-configurator-bin
-pkgver=7.0.0
+pkgver=7.0.1
pkgrel=1
pkgdesc="Crossplatform configuration tool for the INAV flight control system"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/iNavFlight/inav-configurator"
-source_x86_64=(https://github.com/iNavFlight/inav-configurator/releases/download/7.0.0/INAV-Configurator_linux64_7.0.0.tar.gz
+source=(https://github.com/iNavFlight/inav-configurator/releases/download/7.0.1/INAV-Configurator_linux64_7.0.1.tar.gz
inav-configurator.desktop
inav_icon_128.png)
-sha256sums_x86_64=('c5cba669948f565ed4058d9e224de09595b6c9a89fade072f6c74fa97a64ebff'
- 'SKIP'
- 'fc4325798b8d93ab37960e306305c65122dba698265eb749664517f67f2304c5')
-
-source_i686=(https://github.com/iNavFlight/inav-configurator/releases/download/7.0.0/INAV-Configurator_linux32_7.0.0.tar.gz
- inav-configurator.desktop
- inav_icon_128.png)
-
-sha256sums_i686=('6ffc522060cab8c41facbc6dac4f7086aabed4bfe9eea687ef2c92fa5ff99a22'
+sha256sums=('af2776a2391fa074badbef01af50cc3050aed0ae690510959fcadc01b205fa88'
'SKIP'
'fc4325798b8d93ab37960e306305c65122dba698265eb749664517f67f2304c5')