diff options
| author | ruki <[email protected]> | 2026-08-08 10:09:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-08-08 10:09:35 +0800 |
| commit | 6ac4ea833193a4319a1eb6e5f588d1877fd48064 (patch) | |
| tree | 9a6398e3d8f5dc9b651b3003e9ad521887512d2d /scripts | |
| parent | 96ad28edb71dc4e9c8193924a491629c656e8e8c (diff) | |
update spec
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 99ad1edba..3f0869c78 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v3.0.9" + $LastRelease = "v3.1.0" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index df59e545a..7fe43780c 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -3,7 +3,7 @@ %undefine __brp_mangle_shebangs Name: xmake -Version: 3.0.9 +Version: 3.1.0 Release: 1%{?dist} Summary: A cross-platform build utility based on Lua |
