mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-07 11:23:23 +00:00
vulkan-loader-generic: fix the fix
[skip ci]
This commit is contained in:
@@ -21,7 +21,7 @@ TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+.\d+.\d+"
|
||||
termux_pkg_auto_update() {
|
||||
# Get latest release tag:
|
||||
local tag
|
||||
tag="$(termux_github_api_get_tag "${TERMUX_PKG_SRCURL}")"
|
||||
tag="$(termux_github_api_get_tag "${TERMUX_PKG_SRCURL}" "${TERMUX_PKG_UPDATE_TAG_TYPE}")"
|
||||
if grep -qP "^v${TERMUX_PKG_UPDATE_VERSION_REGEXP}\$" <<<"$tag"; then
|
||||
termux_pkg_upgrade_version "$tag"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user