summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Day2022-06-14 07:48:26 -0500
committerJordan Day2022-06-14 07:48:26 -0500
commit526589f82c72deaeb00775426092f30a61099acb (patch)
treebd09136f5f6edae73f047b148580fd837dcfa53c
parent0694428d87f4b05c39208dcbf86c4f10bd43fd20 (diff)
downloadaur-526589f82c72deaeb00775426092f30a61099acb.tar.gz
10.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cac4c64b9c28..1f4cf87b18f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = betaflight-configurator-bin
pkgdesc = Crossplatform configuration tool for the Betaflight flight control system
- pkgver = 10.7.2
+ pkgver = 10.8.0
pkgrel = 1
url = https://github.com/betaflight/betaflight-configurator
install = betaflight-configurator-bin.install
@@ -8,7 +8,7 @@ pkgbase = betaflight-configurator-bin
license = GPL3
conflicts = betaflight-configurator
options = !strip
- source = https://github.com/betaflight/betaflight-configurator/releases/download/10.7.2/betaflight-configurator_10.7.2_linux64.zip
- sha256sums = 1439ad15152ea4f2a21de1775ef87f55a82a328f85262f08ee6853cf4543b37a
+ source = https://github.com/betaflight/betaflight-configurator/releases/download/10.8.0/betaflight-configurator_10.8.0_linux64-portable.zip
+ sha256sums = 5e7d206b667550a77ef93ae22f8eee955ea27554cd051f2e8925bb1672fbaf58
pkgname = betaflight-configurator-bin
diff --git a/PKGBUILD b/PKGBUILD
index a204c5f11831..1a04f8f893ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=betaflight-configurator-bin
_pkgname=betaflight-configurator
-pkgver=10.7.2
+pkgver=10.8.0
pkgrel=1
pkgdesc="Crossplatform configuration tool for the Betaflight flight control system"
arch=('x86_64')
url="https://github.com/betaflight/betaflight-configurator"
-source=("https://github.com/betaflight/betaflight-configurator/releases/download/$pkgver/betaflight-configurator_"$pkgver"_linux64.zip")
-sha256sums=('1439ad15152ea4f2a21de1775ef87f55a82a328f85262f08ee6853cf4543b37a')
+source=("https://github.com/betaflight/betaflight-configurator/releases/download/$pkgver/betaflight-configurator_"$pkgver"_linux64-portable.zip")
+sha256sums=('5e7d206b667550a77ef93ae22f8eee955ea27554cd051f2e8925bb1672fbaf58')
options=(!strip)
license=('GPL3')
conflicts=('betaflight-configurator')