diff options
| author | ruki <[email protected]> | 2025-10-14 22:39:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-14 22:39:05 +0800 |
| commit | 2fe0526ccda961b178f8e46dc179edc387c3c95e (patch) | |
| tree | 399f51739df345bb6ffbed51c83deadf9ab33387 /scripts | |
| parent | 347e268f38f43476dd93408e63360db5c24bff63 (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 63132c201..9247abf97 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v3.0.3" + $LastRelease = "v3.0.4" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index 2cfab6ca8..ec2b82605 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -3,7 +3,7 @@ %undefine __brp_mangle_shebangs Name: xmake -Version: 3.0.3 +Version: 3.0.4 Release: 1%{?dist} Summary: A cross-platform build utility based on Lua |
