fix(spark): use `newest-tag` for auto-update

upstream do not use github's releases mechanism, but has tags

%ci:no-build

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
This commit is contained in:
Aditya Alok 2022-04-01 17:09:31 +05:30
parent 00960ad67c
commit 3ddc42c137
No known key found for this signature in database
GPG Key ID: 5A52117417798AC7
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ TERMUX_PKG_VERSION=1.0.1
TERMUX_PKG_SRCURL=$TERMUX_PKG_HOMEPAGE/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=a81c1bc538ce8e011f62264fe6f33d28042ff431b510a6359040dc77403ebab6
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_DEPENDS=bash
TERMUX_PKG_PLATFORM_INDEPENDENT=true