From 9cb36614d71c5e4e6df5d618c85672acccb496af Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 27 Aug 2026 22:33:55 +0800 Subject: update spec --- scripts/get.ps1 | 2 +- scripts/rpmbuild/xmake.spec | 2 +- 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 -- cgit v1.3.1