Skip to content

Commit

Permalink
bump new version
Browse files Browse the repository at this point in the history
Signed-off-by: leleliu008 <[email protected]>
  • Loading branch information
leleliu008 committed Apr 27, 2024
1 parent 9bdfe27 commit 975905a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ndk-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -9046,7 +9046,7 @@ NDKPKG_PATH="$(cd "$(dirname "$0")" && pwd)/$(basename "$0")"

NDKPKG_ARGS="$*"

NDKPKG_VERSION=0.8.15
NDKPKG_VERSION=0.9.0

NDKPKG_ZSH_COMPLETION_SCRIPT_URL='https://raw.githubusercontent.com/leleliu008/ndk-pkg/master/ndk-pkg-zsh-completion'
NDKPKG_OFFICIAL_FORMULA_REPO_URL='https://github.com/leleliu008/ndk-pkg-formula-repository-official-core.git'
Expand Down
12 changes: 6 additions & 6 deletions ndk-pkg-zsh-completion
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ function _ndk_pkg() {
'--jobs=-[specify the number of jobs you can run in parallel]:jobs:(1 2 3 4 5 6 7 8 9)' \
'--dry-run[do not actually install the package]' \
'--keep-session-dir[do not delete the session directory even if this package is successfully installed]' \
'--build-type=-[specify build type]:build-type:(debug release)' \
'--link-type=-[link static or shared library]:link-type:(static-only shared-only static-preferred shared-preferred)' \
'--profile=-[specify build profile]:build-profile:(debug release)' \
'--exe=-[specify exe linking strategy]:link-type:(fsle msle pie)' \
'--export-compile-commands-json[generates compile_commands.json]' \
'--disable-ccache[do not use ccache]' \
+ '(verbose_level)' \
Expand All @@ -206,8 +206,8 @@ function _ndk_pkg() {
'--jobs=-[specify the number of jobs you can run in parallel]:jobs:(1 2 3 4 5 6 7 8 9)' \
'--dry-run[dry-run]' \
'--keep-session-dir[do not delete the session directory even if this package is successfully installed]' \
'--build-type=-[specify build type]:build-type:(debug release)' \
'--link-type=-[link static or shared library]:link-type:(static-only shared-only static-preferred shared-preferred)' \
'--profile=-[specify build profile]:build-profile:(debug release)' \
'--exe=-[specify exe linking strategy]:link-type:(fsle msle pie)' \
'--export-compile-commands-json[generates compile_commands.json]' \
'--disable-ccache[do not use ccache]' \
+ '(verbose_level)' \
Expand All @@ -222,8 +222,8 @@ function _ndk_pkg() {
'--jobs=-[specify the number of jobs you can run in parallel]:jobs:(1 2 3 4 5 6 7 8 9)' \
'--dry-run[dry-run]' \
'--keep-session-dir[do not delete the session directory even if this package is successfully installed]' \
'--build-type=-[specify build type]:build-type:(debug release)' \
'--link-type=-[link static or shared library]:link-type:(static-only shared-only static-preferred shared-preferred)' \
'--profile=-[specify build profile]:build-profile:(debug release)' \
'--exe=-[specify exe linking strategy]:link-type:(fsle msle pie)' \
'--export-compile-commands-json[generates compile_commands.json]' \
'--disable-ccache[do not use ccache]' \
+ '(verbose_level)' \
Expand Down

0 comments on commit 975905a

Please sign in to comment.