summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Jin2021-11-14 20:33:44 +0800
committerBin Jin2021-11-14 20:33:44 +0800
commit3ee1a8359fddacf0aedf38a38289187cbd2abca1 (patch)
tree75f71845e9a4e393b5f58acad5d36523303af741
parentd9bb6aa39cda778325518327a4fc4560f6ff8a3a (diff)
downloadaur-3ee1a8359fddacf0aedf38a38289187cbd2abca1.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 1ee32a9efba1..4b36403d7400 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blhelisuite32-bin
pkgdesc = Configuration tool for BLHeli_32 based ESCs
- pkgver = 1.0.3.1
+ pkgver = 1.0.3.2
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_1031.zip::https://drive.google.com/uc?export=download&id=112x6dwPXe4DYSKv27aPve21bi_FrxjKE
- sha256sums = 601ee9b925849dc2370e8974c6c3ec5f0c38bc1f3e7b960c237c9745f6d3adf6
+ source = BLHeliSuite32xLinux64_1032.zip::https://drive.google.com/uc?export=download&id=1lKL-eiQFpUT3HEED4d2JKDW_mz4YWTHW&confirm=g8Zp
+ sha256sums = 06e5fb5851fe7358d9af2112c12fbaa9b7777698db7757ccbd455c9aabe1a07b
pkgname = blhelisuite32-bin
diff --git a/PKGBUILD b/PKGBUILD
index e4ac44c4a771..9ab8ffe1844a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=blhelisuite32-bin
_pkgname=blhelisuite32
-pkgver=1.0.3.1
+pkgver=1.0.3.2
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_1031.zip"
-GDRIVELINK="https://drive.google.com/file/d/112x6dwPXe4DYSKv27aPve21bi_FrxjKE/view?usp=sharing"
+GDRIVENAME="BLHeliSuite32xLinux64_1032.zip"
+GDRIVELINK="https://drive.google.com/file/d/1lKL-eiQFpUT3HEED4d2JKDW_mz4YWTHW/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=('601ee9b925849dc2370e8974c6c3ec5f0c38bc1f3e7b960c237c9745f6d3adf6')
+sha256sums=('06e5fb5851fe7358d9af2112c12fbaa9b7777698db7757ccbd455c9aabe1a07b')
package() {
mkdir -p "${pkgdir}/opt/${_pkgname}"