summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-04-08 22:40:01 +0800
committerruki <[email protected]>2025-04-08 22:40:01 +0800
commit9a4136c5dfb316da6dbfe20a1d771104f8b4ef76 (patch)
tree59b231e5aa92a67812d6fc5583cf80cd2f8126ce
parent40815a0e2ff8790fce9e9bf7e4c3ec3d866571cf (diff)
update spec
-rwxr-xr-xscripts/get.ps12
-rw-r--r--scripts/rpmbuild/xmake.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index 6d167e5b9..a494d6c9e 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v2.9.8"
+ $LastRelease = "v2.9.9"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {
diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec
index cd310110d..31ab48a5d 100644
--- a/scripts/rpmbuild/xmake.spec
+++ b/scripts/rpmbuild/xmake.spec
@@ -3,7 +3,7 @@
%undefine __brp_mangle_shebangs
Name: xmake
-Version: 2.9.8
+Version: 2.9.9
Release: 5%{?dist}
Summary: A cross-platform build utility based on Lua