diff options
| author | ruki <[email protected]> | 2024-09-14 08:54:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-09-14 08:54:52 +0800 |
| commit | f45fa246e8429f701262de916433569e9481d719 (patch) | |
| tree | dcfad78098e675a5fbc29c099c8e92e8a35b3982 /scripts | |
| parent | d30de52e9ba4371253ab7bfa6238b4931e9d0722 (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 10d0fd54f..9ff6be111 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.9.4" + $LastRelease = "v2.9.5" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index 08dd90cc0..31214dca4 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -2,7 +2,7 @@ %define use_luajit 0 Name: xmake -Version: 2.9.4 +Version: 2.9.5 Release: 1%{?dist} Summary: A cross-platform build utility based on Lua |
