xmake 2.2.8
Closes #43505. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
ccbbf91f99
commit
5057b54d6f
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Xmake < Formula
|
class Xmake < Formula
|
||||||
desc "A cross-platform build utility based on Lua"
|
desc "A cross-platform build utility based on Lua"
|
||||||
homepage "https://xmake.io/"
|
homepage "https://xmake.io/"
|
||||||
url "https://github.com/xmake-io/xmake/archive/v2.2.7.tar.gz"
|
url "https://github.com/xmake-io/xmake/releases/download/v2.2.8/xmake-v2.2.8.tar.gz"
|
||||||
sha256 "be6845b641ee754ae1d0fbe7f369811d8a99a93c82843cb6be3437d1b664e9f5"
|
sha256 "fb8ad4ca5133ca0cc303e57c24afaf00fbdaf7a9d59e1a6e7c4337803926bf29"
|
||||||
head "https://github.com/xmake-io/xmake.git"
|
head "https://github.com/xmake-io/xmake.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue