From 9582dbfde999d7309c1fd9c9bdb964378421ecdd Mon Sep 17 00:00:00 2001 From: leleliu008 Date: Sat, 26 Oct 2024 21:54:20 +0800 Subject: [PATCH] optimized --- xcpkg | 8 ++++---- xcpkg-core-latest-release-version | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xcpkg b/xcpkg index 9030f1d..1a2ce91 100755 --- a/xcpkg +++ b/xcpkg @@ -3573,7 +3573,7 @@ $DOT_CONTENT step "install needed packages via uppm" - run "$UPPM" env + run "$UPPM" about run "$UPPM" update unset UPPM_INSTALL_ARGS @@ -7592,7 +7592,7 @@ __setup_uppm() { ################################################################################## - run ./uppm env + run ./uppm about run ./uppm update unset UPPM_PACKAGE_EXEFIND_PATH @@ -7986,7 +7986,7 @@ fi ################################################################################## -XCPKG_VERSION=0.25.0 +XCPKG_VERSION=0.26.0 XCPKG_ARG0="$0" XCPKG_ARG1="$1" @@ -8081,7 +8081,7 @@ xcpkg.website : https://github.com/leleliu008/xcpkg EOF if [ -f "$UPPM" ] ; then printf '\n' - "$UPPM" env + "$UPPM" about fi exit ;; diff --git a/xcpkg-core-latest-release-version b/xcpkg-core-latest-release-version index 08fa17b..466308b 100644 --- a/xcpkg-core-latest-release-version +++ b/xcpkg-core-latest-release-version @@ -1 +1 @@ -2024.06.06 +2024.10.26