diff options
| author | ruki <[email protected]> | 2024-12-19 23:48:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-12-19 23:48:06 +0800 |
| commit | 1b6a5d25595c45c6e9515932975cc795ac3c8e6a (patch) | |
| tree | 3005fd480435402a000117a6da12b79dc0b5cc8e /scripts | |
| parent | 2bb99e0c3f472d422ec7e48aaa29ae403dd8016e (diff) | |
update spec and sp1
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 ad92f85e7..fd86340cd 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.9.6" + $LastRelease = "v2.9.7" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index 5dc033650..539e98528 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -2,7 +2,7 @@ %define use_luajit 0 Name: xmake -Version: 2.9.6 +Version: 2.9.7 Release: 1%{?dist} Summary: A cross-platform build utility based on Lua |
