summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Jin2021-01-09 00:29:50 +0800
committerBin Jin2021-01-09 00:29:50 +0800
commitb04781795d64ee5f51dba23f9ccd62a63e22daa9 (patch)
tree9c2f91daac8d216dbc7f5a4f399f894faa6677a7
parentaa5b844234e307e981b7340e196ebff23d2d5d21 (diff)
downloadaur-b04781795d64ee5f51dba23f9ccd62a63e22daa9.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0905e5840c89..67649f6c548b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blhelisuite32-bin
pkgdesc = Configuration tool for BLHeli_32 based ESCs
- pkgver = 1.0.0.9
+ pkgver = 1.0.1.0
pkgrel = 1
url = https://github.com/bitdump/BLHeli/tree/master/BLHeli_32%20ARM
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = blhelisuite32-bin
provides = blhelisuite32
conflicts = blhelisuite32
options = !strip
- source = BLHeliSuite32xLinux64_1009.zip::https://drive.google.com/uc?export=download&id=1VyG_KG34N1VzpGHH-qiVysOU-zLnZECI
- sha256sums = 09589aca1e963fbf859b39926429f73056ecaee0e602cc4fec195bec249df22d
+ source = BLHeliSuite32xLinux64_1010.zip::https://drive.google.com/uc?export=download&id=1sZSIAqXAzTyuTdcCbut8wXCUGseaaNML
+ sha256sums = 4c60f208a24729506f40a3fe710c9d8e22ab09794aa490b2413182408f7c43bb
pkgname = blhelisuite32-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4a5faaf48659..a015e1e18666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,17 @@
pkgname=blhelisuite32-bin
_pkgname=blhelisuite32
-pkgver=1.0.0.9
+pkgver=1.0.1.0
pkgrel=1
pkgdesc="Configuration tool for BLHeli_32 based ESCs"
arch=('x86_64')
url="https://github.com/bitdump/BLHeli/tree/master/BLHeli_32%20ARM"
# Check Google Drive folder: https://drive.google.com/drive/folders/1Y1bUMnRRolmMD_lezL0FYd3aMBrNzCig
-source=("BLHeliSuite32xLinux64_1009.zip::https://drive.google.com/uc?export=download&id=1VyG_KG34N1VzpGHH-qiVysOU-zLnZECI")
-sha256sums=('09589aca1e963fbf859b39926429f73056ecaee0e602cc4fec195bec249df22d')
+GDRIVENAME="BLHeliSuite32xLinux64_1010.zip"
+GDRIVELINK="https://drive.google.com/file/d/1sZSIAqXAzTyuTdcCbut8wXCUGseaaNML/view?usp=sharing"
+
+source=("$GDRIVENAME::https://drive.google.com/uc?export=download&id=$(echo "$GDRIVELINK" | cut -d'/' -f 6)")
+sha256sums=('4c60f208a24729506f40a3fe710c9d8e22ab09794aa490b2413182408f7c43bb')
options=(!strip)
license=('unknown')