summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-08-27 22:33:55 +0800
committerruki <[email protected]>2026-08-27 22:33:55 +0800
commit9cb36614d71c5e4e6df5d618c85672acccb496af (patch)
tree9135aaa2446577c45da4b0cc10c952582ecf63fa
parent3ba37a0d4f6c7584fc662780f27ab29d50f95899 (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 3f0869c78..487675c21 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v3.1.0"
+ $LastRelease = "v3.1.1"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {
diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec
index 7fe43780c..fd4695904 100644
--- a/scripts/rpmbuild/xmake.spec
+++ b/scripts/rpmbuild/xmake.spec
@@ -3,7 +3,7 @@
%undefine __brp_mangle_shebangs
Name: xmake
-Version: 3.1.0
+Version: 3.1.1
Release: 1%{?dist}
Summary: A cross-platform build utility based on Lua