chore(main/gpsbabel): force disable auto updates [no ci]

1.4.4 is the last version that does not require Qt dependency.
Closes #18106
This commit is contained in:
Twaik Yont 2023-10-05 15:51:26 +03:00 committed by GitHub
parent 4e41860aa8
commit fb11f0c8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ TERMUX_PKG_VERSION=1.4.4
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/gpsbabel/gpsbabel/archive/gpsbabel_${TERMUX_PKG_VERSION//./_}.tar.gz
TERMUX_PKG_SHA256=22860e913f093aa9124e295d52d1d4ae1afccaa67ed6bed6f1f8d8b0a45336d1
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_UPDATE_METHOD=repology
TERMUX_PKG_DEPENDS="libexpat"