diff --git a/Formula/my-first-brew.rb b/Formula/my-first-brew.rb index 77d79af..a0df828 100644 --- a/Formula/my-first-brew.rb +++ b/Formula/my-first-brew.rb @@ -4,8 +4,8 @@ class MyFirstBrew < Formula desc "" homepage "" - url "https://git.tesses.org/tesses50/my-first-brew/archive/v0.0.1.tar.gz" - sha256 "d962297724bb43248520b1e27f51f4eedd292ea222b59cd06077d42cdebcbf95" + url "https://git.tesses.org/tesses50/my-first-brew/archive/v0.0.2.tar.gz" + sha256 "34bde430901e526554c4be68298cf22beff7b0475b7d9ac863b0ba7ec01b3155" license "" # depends_on "cmake" => :build @@ -21,8 +21,8 @@ class MyFirstBrew < Formula # https://docs.brew.sh/rubydoc/Formula.html#std_configure_args-instance_method #system "./configure", "--disable-silent-rules", *std_configure_args system "cmake", "-S", ".", "-B", "build", *std_cmake_args - system "cmake", "--build", "build" - system "cmake", "--install", "build" +# system "cmake", "--build", "build" +# system "cmake", "--install", "build" end test do