Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Oct 26, 2024
1 parent dd67f07 commit 9582dbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions xcpkg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -7592,7 +7592,7 @@ __setup_uppm() {

##################################################################################

run ./uppm env
run ./uppm about
run ./uppm update

unset UPPM_PACKAGE_EXEFIND_PATH
Expand Down Expand Up @@ -7986,7 +7986,7 @@ fi

##################################################################################

XCPKG_VERSION=0.25.0
XCPKG_VERSION=0.26.0

XCPKG_ARG0="$0"
XCPKG_ARG1="$1"
Expand Down Expand Up @@ -8081,7 +8081,7 @@ xcpkg.website : https://github.com/leleliu008/xcpkg
EOF
if [ -f "$UPPM" ] ; then
printf '\n'
"$UPPM" env
"$UPPM" about
fi
exit
;;
Expand Down
2 changes: 1 addition & 1 deletion xcpkg-core-latest-release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.06.06
2024.10.26

0 comments on commit 9582dbf

Please sign in to comment.