diff options
| author | ruki <[email protected]> | 2026-01-04 09:35:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-04 09:35:58 +0800 |
| commit | 2f86f8cddc055908cfa78b62765e46df7fa25712 (patch) | |
| tree | 3921146c48c7a6c4fef1d0bab56888ee1f1a3c24 /scripts | |
| parent | 8be7de51b0e7a49f068202deb6d7423a8a923d31 (diff) | |
update ps1
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/get.ps1 | 2 | ||||
| -rw-r--r-- | scripts/rpmbuild/xmake.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1 index 397769ee1..d1894d649 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v3.0.5" + $LastRelease = "v3.0.6" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index 1e634fe70..a96d6c7f7 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -3,7 +3,7 @@ %undefine __brp_mangle_shebangs Name: xmake -Version: 3.0.5 +Version: 3.0.6 Release: 1%{?dist} Summary: A cross-platform build utility based on Lua |
