diff options
| author | ruki <[email protected]> | 2026-03-24 22:06:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-24 22:06:25 +0800 |
| commit | 27168978bb7dd590192be1eee73beea969272b27 (patch) | |
| tree | 44a905363e54be6c4f2420e3ff9f469bcb7c89f1 | |
| parent | 4f45b5a6b298da8675b96029998ed19bec0db3f5 (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 18d04fd62..99f3f08a8 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v3.0.7" + $LastRelease = "v3.0.8" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index e43aa0a64..0c04b1aba 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -3,7 +3,7 @@ %undefine __brp_mangle_shebangs Name: xmake -Version: 3.0.7 +Version: 3.0.8 Release: 1%{?dist} Summary: A cross-platform build utility based on Lua |
