diff options
| author | ruki <[email protected]> | 2026-02-10 22:36:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-02-10 22:36:33 +0800 |
| commit | d481d13b1c8c8536de5919104b99e43e0b1bb263 (patch) | |
| tree | e78d74d98b5f9be36e385c553011d02b0c1b8684 /scripts | |
| parent | 77d94ad9de5d99fb1ddce86e575546fada772ada (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 d1894d649..18d04fd62 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v3.0.6" + $LastRelease = "v3.0.7" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index a96d6c7f7..e43aa0a64 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -3,7 +3,7 @@ %undefine __brp_mangle_shebangs Name: xmake -Version: 3.0.6 +Version: 3.0.7 Release: 1%{?dist} Summary: A cross-platform build utility based on Lua |
