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 ff62ca7 commit b80fc80Copy full SHA for b80fc80
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/v3.0.0/xmake-v3.0.0.tar.gz"
5
- sha256 "e749c2a902a1b88e6e3b73b78962a6417c9a04f91ce3c6e174a252598f10eb28"
+ url "https://github.com/xmake-io/xmake/releases/download/v3.0.1/xmake-v3.0.1.tar.gz"
+ sha256 "2b5db9586d57f35392ad59a6386c714598a5148d91acac2945f35a5ed32bef79"
6
license "Apache-2.0"
7
head "https://github.com/xmake-io/xmake.git", branch: "master"
8
0 commit comments