summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Day2019-07-08 08:34:23 -0500
committerJordan Day2019-07-08 08:34:23 -0500
commit4984d0eabf992cf4cda06afd5d7bebf1b8c5e939 (patch)
treef47d9d10988103790860ef0e62a8f1444173fa7c
parentc7c1a9bb963ef28a933517eb3ee09ed7bcf0abec (diff)
downloadaur-4984d0eabf992cf4cda06afd5d7bebf1b8c5e939.tar.gz
md5 to sha256
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c2b1bf22904..5a9a445b587e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = betaflight-configurator-bin
pkgdesc = Crossplatform configuration tool for the Betaflight flight control system
pkgver = 10.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/betaflight/betaflight-configurator
arch = x86_64
license = GPL3
conflicts = betaflight-configurator
options = !strip
source = https://github.com/betaflight/betaflight-configurator/releases/download/10.5.1/betaflight-configurator_10.5.1_linux64.zip
- md5sums = 11930bfe38f71e2870e4088ea7565e78
+ sha256sums = ec79046d8cae6296c8013b7f6e91139e32d870e3d7e00266f3363bac1ea68bd0
pkgname = betaflight-configurator-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3480d0c86a8b..3c53c928cf35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=betaflight-configurator-bin
_pkgname=betaflight-configurator
pkgver=10.5.1
-pkgrel=1
+pkgrel=2
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=('11930bfe38f71e2870e4088ea7565e78')
+sha256sums=('ec79046d8cae6296c8013b7f6e91139e32d870e3d7e00266f3363bac1ea68bd0')
options=(!strip)
license=('GPL3')
conflicts=('betaflight-configurator')