fix({main,x11}/*): fix g-ir-scanned rdependencies auto-updates

This commit is contained in:
Twaik Yont 2023-10-15 20:11:02 +03:00
parent 00fea0a9de
commit 7467f8d153
13 changed files with 13 additions and 13 deletions

View File

@ -24,7 +24,7 @@ termux_step_pre_configure() {
termux_pkg_auto_update() {
local LATEST_VERSION="$(termux_repology_api_get_latest_version "${TERMUX_PKG_NAME}")"
if [[ "LATEST_VERSION" == "null" ]]; then
if [[ "$LATEST_VERSION" == "null" ]]; then
echo "INFO: Already up to date."
return 0
fi

View File

@ -24,7 +24,7 @@ termux_step_pre_configure() {
termux_pkg_auto_update() {
local LATEST_VERSION="$(termux_repology_api_get_latest_version "${TERMUX_PKG_NAME}")"
if [[ "LATEST_VERSION" == "null" ]]; then
if [[ "$LATEST_VERSION" == "null" ]]; then
echo "INFO: Already up to date."
return 0
fi

View File

@ -41,7 +41,7 @@ termux_step_pre_configure() {
termux_pkg_auto_update() {
local LATEST_VERSION="$(termux_repology_api_get_latest_version "${TERMUX_PKG_NAME}")"
if [[ "LATEST_VERSION" == "null" ]]; then
if [[ "$LATEST_VERSION" == "null" ]]; then
echo "INFO: Already up to date."
return 0
fi

View File

@ -27,7 +27,7 @@ termux_step_pre_configure() {
termux_pkg_auto_update() {
local LATEST_VERSION="$(termux_repology_api_get_latest_version "${TERMUX_PKG_NAME}")"
if [[ "LATEST_VERSION" == "null" ]]; then
if [[ "$LATEST_VERSION" == "null" ]]; then
echo "INFO: Already up to date."
return 0
fi

View File

@ -27,7 +27,7 @@ termux_step_pre_configure() {
termux_pkg_auto_update() {
local LATEST_VERSION="$(termux_repology_api_get_latest_version "${TERMUX_PKG_NAME}")"
if [[ "LATEST_VERSION" == "null" ]]; then
if [[ "$LATEST_VERSION" == "null" ]]; then
echo "INFO: Already up to date."
return 0
fi

View File

@ -28,7 +28,7 @@ termux_step_pre_configure() {
termux_pkg_auto_update() {
local LATEST_VERSION="$(termux_repology_api_get_latest_version "${TERMUX_PKG_NAME}")"
if [[ "LATEST_VERSION" == "null" ]]; then
if [[ "$LATEST_VERSION" == "null" ]]; then
echo "INFO: Already up to date."
return 0
fi

View File

@ -39,7 +39,7 @@ termux_step_post_massage() {
termux_pkg_auto_update() {
local LATEST_VERSION="$(termux_repology_api_get_latest_version "${TERMUX_PKG_NAME}")"
if [[ "LATEST_VERSION" == "null" ]]; then
if [[ "$LATEST_VERSION" == "null" ]]; then
echo "INFO: Already up to date."
return 0
fi

View File

@ -20,7 +20,7 @@ termux_step_pre_configure() {
termux_pkg_auto_update() {
local LATEST_VERSION="$(termux_repology_api_get_latest_version "${TERMUX_PKG_NAME}")"
if [[ "LATEST_VERSION" == "null" ]]; then
if [[ "$LATEST_VERSION" == "null" ]]; then
echo "INFO: Already up to date."
return 0
fi

View File

@ -19,7 +19,7 @@ termux_step_pre_configure() {
termux_pkg_auto_update() {
local LATEST_VERSION="$(termux_repology_api_get_latest_version "${TERMUX_PKG_NAME}")"
if [[ "LATEST_VERSION" == "null" ]]; then
if [[ "$LATEST_VERSION" == "null" ]]; then
echo "INFO: Already up to date."
return 0
fi

View File

@ -23,7 +23,7 @@ termux_step_pre_configure() {
termux_pkg_auto_update() {
local LATEST_VERSION="$(termux_repology_api_get_latest_version "${TERMUX_PKG_NAME}")"
if [[ "LATEST_VERSION" == "null" ]]; then
if [[ "$LATEST_VERSION" == "null" ]]; then
echo "INFO: Already up to date."
return 0
fi

View File

@ -25,7 +25,7 @@ termux_step_pre_configure() {
termux_pkg_auto_update() {
local LATEST_VERSION="$(termux_repology_api_get_latest_version "${TERMUX_PKG_NAME}")"
if [[ "LATEST_VERSION" == "null" ]]; then
if [[ "$LATEST_VERSION" == "null" ]]; then
echo "INFO: Already up to date."
return 0
fi

View File

@ -22,7 +22,7 @@ termux_step_pre_configure() {
termux_pkg_auto_update() {
local LATEST_VERSION="$(termux_repology_api_get_latest_version "${TERMUX_PKG_NAME}")"
if [[ "LATEST_VERSION" == "null" ]]; then
if [[ "$LATEST_VERSION" == "null" ]]; then
echo "INFO: Already up to date."
return 0
fi

View File

@ -23,7 +23,7 @@ termux_step_pre_configure() {
termux_pkg_auto_update() {
local LATEST_VERSION="$(termux_repology_api_get_latest_version "${TERMUX_PKG_NAME}")"
if [[ "LATEST_VERSION" == "null" ]]; then
if [[ "$LATEST_VERSION" == "null" ]]; then
echo "INFO: Already up to date."
return 0
fi