summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Jin2021-06-22 21:42:57 +0800
committerBin Jin2021-06-22 21:42:57 +0800
commit53079080337bb1a1096dde7b3e73071e6e4a40f0 (patch)
tree6a1c9432565615055256ae48c2032c31352e93ff
parent88af53042ed77a17d9a6b13fd4225b1755d407a4 (diff)
downloadaur-53079080337bb1a1096dde7b3e73071e6e4a40f0.tar.gz
update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e686c91b5dc6..208176366443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blhelisuite32-bin
pkgdesc = Configuration tool for BLHeli_32 based ESCs
- pkgver = 1.0.2.4
+ pkgver = 1.0.2.5
pkgrel = 1
url = https://github.com/bitdump/BLHeli/tree/master/BLHeli_32%20ARM
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = blhelisuite32-bin
provides = blhelisuite32
conflicts = blhelisuite32
options = !strip
- source = BLHeliSuite32xLinux64_1024.zip::https://drive.google.com/uc?export=download&id=1_At79E9t-X8fznPAXeIaDw8eTUxThpgg
- sha256sums = db1b9ce374e2d8f913719500f38523bb151f9099acf0c59d7bb2d018296c6936
+ source = BLHeliSuite32xLinux64_1025.zip::https://drive.google.com/uc?export=download&id=10EELGGIN2E1pq5jezex7IfDHkXQcFMou&confirm=q6xh
+ sha256sums = 31b61e2279f0df1854c92f78619c732a65791da40e58e00f2806d66b0b2a44d7
pkgname = blhelisuite32-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index f018138c3daf..aafd2a0d82b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=blhelisuite32-bin
_pkgname=blhelisuite32
-pkgver=1.0.2.4
+pkgver=1.0.2.5
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_1024.zip"
-GDRIVELINK="https://drive.google.com/file/d/1_At79E9t-X8fznPAXeIaDw8eTUxThpgg/view?usp=sharing"
+GDRIVENAME="BLHeliSuite32xLinux64_1025.zip"
+GDRIVELINK="https://drive.google.com/file/d/10EELGGIN2E1pq5jezex7IfDHkXQcFMou/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=('db1b9ce374e2d8f913719500f38523bb151f9099acf0c59d7bb2d018296c6936')
+sha256sums=('31b61e2279f0df1854c92f78619c732a65791da40e58e00f2806d66b0b2a44d7')
package() {
mkdir -p "${pkgdir}/opt/${_pkgname}"