Skip to content

Commit e2bbeb1

Browse files
committed
update spec
1 parent 39b06a7 commit e2bbeb1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/get.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ param (
1111
)
1212

1313
& {
14-
$LastRelease = "v2.6.2"
14+
$LastRelease = "v2.6.3"
1515
$ErrorActionPreference = 'Stop'
1616

1717
function writeErrorTip($msg) {

scripts/rpmbuild/SPECS/xmake.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
%define xmake_revision 022ca13475739cee7e10bd0a3256ecd704fb2e6d
2-
%define tbox_revision 122a479e626ee3fdd7d6c1117ec7c19212a1e087
1+
%define xmake_revision 39b06a7c29fcc7ae122c68ca19e94506047037b5
2+
%define tbox_revision 927fc0ed16e02f7591a8403754f351215bbf4524
33
%define sv_revision 035262773da0500367cb88e6f30197908159a348
44
%define lua_cjson_revision 515bab6d6d80b164b94db73af69609ea02f3a798
55
%define luajit_revision e9af1abec542e6f9851ff2368e7f196b6382a44c
@@ -8,7 +8,7 @@
88
%undefine _disable_source_fetch
99

1010
Name: xmake
11-
Version: 2.6.2
11+
Version: 2.6.3
1212
Release: 1%{?dist}
1313
Summary: A cross-platform build utility based on Lua
1414
BuildArch: noarch

0 commit comments

Comments
 (0)