summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Day2018-06-27 22:04:12 -0500
committerJordan Day2018-06-27 22:04:12 -0500
commite6c745b662aaca1044875d984e0a6167073128ba (patch)
tree26ac4b03534c3acd46795805a4f874e43f33061f
parent3be62680d7cdc84288482df6362624dc77f42212 (diff)
downloadaur-e6c745b662aaca1044875d984e0a6167073128ba.tar.gz
Updated to 10.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a00cc4e4f1e0..98866264b95f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = betaflight-configurator
pkgdesc = Crossplatform configuration tool for the Betaflight flight control system
- pkgver = 10.3.0
- pkgrel = 2
+ pkgver = 10.3.1
+ pkgrel = 1
url = https://github.com/betaflight/betaflight-configurator
arch = x86_64
license = GPL3
options = !strip
- source = https://github.com/betaflight/betaflight-configurator/releases/download/10.3.0/betaflight-configurator_10.3.0_linux64.zip
- md5sums = 238e48f6398b43471d9953dc03bfeea6
+ source = https://github.com/betaflight/betaflight-configurator/releases/download/10.3.1/betaflight-configurator_10.3.1_linux64.zip
+ md5sums = bd4f6a7491faf92606f7c6ddd163a379
pkgname = betaflight-configurator
diff --git a/PKGBUILD b/PKGBUILD
index 5a8579ce088b..52265d1f4ae3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jordan Day < jordanday444 at gmail dot com >
pkgname=betaflight-configurator
-pkgver=10.3.0
-pkgrel=2
+pkgver=10.3.1
+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")
-md5sums=('238e48f6398b43471d9953dc03bfeea6')
+md5sums=('bd4f6a7491faf92606f7c6ddd163a379')
options=(!strip)
license=('GPL3')