From 27168978bb7dd590192be1eee73beea969272b27 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 24 Mar 2026 22:06:25 +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 18d04fd62..99f3f08a8 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v3.0.7" + $LastRelease = "v3.0.8" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index e43aa0a64..0c04b1aba 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -3,7 +3,7 @@ %undefine __brp_mangle_shebangs Name: xmake -Version: 3.0.7 +Version: 3.0.8 Release: 1%{?dist} Summary: A cross-platform build utility based on Lua -- cgit v1.3.1