From 4075c3f18a77d1286c9e19cea625cc6a8a5775a8 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 7 Jan 2023 23:19:47 +0800 Subject: [PATCH] xmake 2.7.5 Update xmake.rb Closes #120007. Signed-off-by: Rui Chen Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/xmake.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Formula/xmake.rb b/Formula/xmake.rb index 773d88ac005..fcf43e5abe0 100644 --- a/Formula/xmake.rb +++ b/Formula/xmake.rb @@ -1,8 +1,8 @@ class Xmake < Formula desc "Cross-platform build utility based on Lua" homepage "https://xmake.io/" - url "https://github.com/xmake-io/xmake/releases/download/v2.7.4/xmake-v2.7.4.tar.gz" - sha256 "d490ff8825fa53fe5abfb549310cb54a2dfef1ebd3f82e24548483772994e06a" + url "https://github.com/xmake-io/xmake/releases/download/v2.7.5/xmake-v2.7.5.tar.gz" + sha256 "fc4a39a0c649e7469a2da2d66618ca3090050b1656ff43cf1fd46abc86232a3d" license "Apache-2.0" head "https://github.com/xmake-io/xmake.git", branch: "master" @@ -20,11 +20,6 @@ class Xmake < Formula depends_on "readline" end - patch do - url "https://github.com/xmake-io/xmake/releases/download/v2.7.4/configure.diff" - sha256 "fa46107403b2ed062631c83009852130b5641eaf703589230c6daea428a13bf5" - end - def install ENV["XMAKE_ROOT"] = "y" if OS.linux? && ENV["HOMEBREW_GITHUB_ACTIONS"]