summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2025-09-04 22:46:46 +0800
committerruki <[email protected]>2025-09-04 22:46:46 +0800
commit9816841999a95f75d358d3e1f99851443cc8a020 (patch)
tree1b36753ccc0543b8e08fa9ba43773bc58439301d /scripts
parent993b5c30da5941a22c12dad2c0a082e11ef32762 (diff)
update scripts
Diffstat (limited to 'scripts')
-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 de5909e20..e9ec4ba82 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v3.0.1"
+ $LastRelease = "v3.0.2"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {
diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec
index 6e45f0981..ab45e3fe5 100644
--- a/scripts/rpmbuild/xmake.spec
+++ b/scripts/rpmbuild/xmake.spec
@@ -3,7 +3,7 @@
%undefine __brp_mangle_shebangs
Name: xmake
-Version: 3.0.1
+Version: 3.0.2
Release: 1%{?dist}
Summary: A cross-platform build utility based on Lua