summaryrefslogtreecommitdiff
path: root/scripts/rpmbuild
diff options
context:
space:
mode:
authorruki <[email protected]>2020-10-18 07:27:40 +0800
committerruki <[email protected]>2020-10-18 07:27:40 +0800
commit965bccf5adee7a4a1c0e55b7c39d5637a3e95c15 (patch)
treeebf136ade67a02ed54d13db5d5eefc8452979c69 /scripts/rpmbuild
parentbfc315b68cb1ba2cd2a4ee069fd8a265de4f522d (diff)
update versionv2.3.8
Diffstat (limited to 'scripts/rpmbuild')
-rw-r--r--scripts/rpmbuild/SPECS/xmake.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/rpmbuild/SPECS/xmake.spec b/scripts/rpmbuild/SPECS/xmake.spec
index a73bbc168..80b756f48 100644
--- a/scripts/rpmbuild/SPECS/xmake.spec
+++ b/scripts/rpmbuild/SPECS/xmake.spec
@@ -1,4 +1,4 @@
-%define xmake_revision dfdfbb9a2397e0bc7183f579bf43cfa803efddfc
+%define xmake_revision bfc315b68cb1ba2cd2a4ee069fd8a265de4f522d
%define tbox_revision f4970bcd0fcc05b09742452a4b3b3d2d1055569d
%define sv_revision 9a3cf7c8e589de4f70378824329882c4a047fffc
%define lua_cjson_revision 515bab6d6d80b164b94db73af69609ea02f3a798
@@ -7,7 +7,7 @@
%undefine _disable_source_fetch
Name: xmake
-Version: 2.3.7
+Version: 2.3.8
Release: 1%{?dist}
Summary: A cross-platform build utility based on Lua
BuildArch: noarch
@@ -82,6 +82,9 @@ cp -p LICENSE.md %{buildroot}%{_datadir}
%license %{_datadir}/LICENSE.md
%changelog
+* Sun Oct 18 2020 Ruki Wang <[email protected]> - 2.3.8-1
+- v2.3.8 released
+
* Mon Sep 14 2020 Ruki Wang <[email protected]> - 2.3.7-1
- Initial Commit