diff options
| author | ruki <[email protected]> | 2025-04-08 22:40:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-08 22:40:01 +0800 |
| commit | 9a4136c5dfb316da6dbfe20a1d771104f8b4ef76 (patch) | |
| tree | 59b231e5aa92a67812d6fc5583cf80cd2f8126ce | |
| parent | 40815a0e2ff8790fce9e9bf7e4c3ec3d866571cf (diff) | |
update spec
| -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 6d167e5b9..a494d6c9e 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.9.8" + $LastRelease = "v2.9.9" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index cd310110d..31ab48a5d 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -3,7 +3,7 @@ %undefine __brp_mangle_shebangs Name: xmake -Version: 2.9.8 +Version: 2.9.9 Release: 5%{?dist} Summary: A cross-platform build utility based on Lua |
