summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Jin2021-07-26 16:48:17 +0800
committerBin Jin2021-07-26 16:48:17 +0800
commitfb8bbf06ad560821234e19ec6075849350988e1f (patch)
tree68aba20df7327527d0dbb0fd8e750d3822df17d0
parent53079080337bb1a1096dde7b3e73071e6e4a40f0 (diff)
downloadaur-fb8bbf06ad560821234e19ec6075849350988e1f.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 208176366443..02052f828b87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blhelisuite32-bin
pkgdesc = Configuration tool for BLHeli_32 based ESCs
- pkgver = 1.0.2.5
+ pkgver = 1.0.2.7
pkgrel = 1
url = https://github.com/bitdump/BLHeli/tree/master/BLHeli_32%20ARM
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = blhelisuite32-bin
provides = blhelisuite32
conflicts = blhelisuite32
options = !strip
- source = BLHeliSuite32xLinux64_1025.zip::https://drive.google.com/uc?export=download&id=10EELGGIN2E1pq5jezex7IfDHkXQcFMou&confirm=q6xh
- sha256sums = 31b61e2279f0df1854c92f78619c732a65791da40e58e00f2806d66b0b2a44d7
+ source = BLHeliSuite32xLinux64_1027.zip::https://drive.google.com/uc?export=download&id=1DDvAAz4oxJRqrTLVF30raGXeuOKhXge-
+ sha256sums = 7d06f0142f3326283d8c53b1f803bd9b9fae4dbdeacc4329f75f6f3d94f643ac
pkgname = blhelisuite32-bin
diff --git a/PKGBUILD b/PKGBUILD
index aafd2a0d82b5..6873e9dd6460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=blhelisuite32-bin
_pkgname=blhelisuite32
-pkgver=1.0.2.5
+pkgver=1.0.2.7
pkgrel=1
pkgdesc="Configuration tool for BLHeli_32 based ESCs"
arch=('x86_64')
@@ -14,8 +14,8 @@ conflicts=("${_pkgname}")
# Check Google Drive folder: https://drive.google.com/drive/folders/1Y1bUMnRRolmMD_lezL0FYd3aMBrNzCig
# Right click the corresponding file and select "Copy Link" to obtain the sharing link.
-GDRIVENAME="BLHeliSuite32xLinux64_1025.zip"
-GDRIVELINK="https://drive.google.com/file/d/10EELGGIN2E1pq5jezex7IfDHkXQcFMou/view?usp=sharing"
+GDRIVENAME="BLHeliSuite32xLinux64_1027.zip"
+GDRIVELINK="https://drive.google.com/file/d/1DDvAAz4oxJRqrTLVF30raGXeuOKhXge-/view?usp=sharing"
# Files larger than 25MB requires confirmation key from cookie.
GDRIVELINK="https://drive.google.com/uc?export=download&id=$(echo "$GDRIVELINK" | cut -d'/' -f 6)"
@@ -27,7 +27,7 @@ if [ -n "$CONFIRMKEY" ] ; then
fi
source=("$GDRIVENAME::$GDRIVELINK")
-sha256sums=('31b61e2279f0df1854c92f78619c732a65791da40e58e00f2806d66b0b2a44d7')
+sha256sums=('7d06f0142f3326283d8c53b1f803bd9b9fae4dbdeacc4329f75f6f3d94f643ac')
package() {
mkdir -p "${pkgdir}/opt/${_pkgname}"