summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-25 22:29:37 +0800
committerruki <[email protected]>2025-11-25 22:29:37 +0800
commit45e48cf2a1bb53789714bd002412e3ecce9b6b83 (patch)
tree70345500e779b8cd67434a96ca9c62b66eaadba0 /scripts
parentf20295f255d967af9d91de6f1ed5eeadf17d30a7 (diff)
update spec
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 9247abf97..397769ee1 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v3.0.4"
+ $LastRelease = "v3.0.5"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {
diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec
index ec2b82605..1e634fe70 100644
--- a/scripts/rpmbuild/xmake.spec
+++ b/scripts/rpmbuild/xmake.spec
@@ -3,7 +3,7 @@
%undefine __brp_mangle_shebangs
Name: xmake
-Version: 3.0.4
+Version: 3.0.5
Release: 1%{?dist}
Summary: A cross-platform build utility based on Lua