We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42127fe commit 379f480Copy full SHA for 379f480
Formula/x/xmake.rb
@@ -1,8 +1,8 @@
1
class Xmake < Formula
2
desc "Cross-platform build utility based on Lua"
3
homepage "https://xmake.io/"
4
- url "https://github.com/xmake-io/xmake/releases/download/v2.9.7/xmake-v2.9.7.tar.gz"
5
- sha256 "248e496a5a734c89e167f931e2620c0ea4109e7ca913dc1022735129a5ffe9d3"
+ url "https://github.com/xmake-io/xmake/releases/download/v2.9.8/xmake-v2.9.8.tar.gz"
+ sha256 "e797636aadf072c9b0851dba39b121e93c739d12d78398c91f12e8ed355d6a95"
6
license "Apache-2.0"
7
head "https://github.com/xmake-io/xmake.git", branch: "master"
8
0 commit comments