Skip to content

Commit

Permalink
c2048: skip livecheck
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
  • Loading branch information
p-linnane and samford committed May 7, 2023
1 parent d542ed5 commit 9615cce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/c2048.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ class C2048 < Formula
license "MIT"
head "https://github.com/mevdschee/2048.c.git", branch: "main"

livecheck do
skip "No version information available"
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "e42083282cbcd84c2806771527e8fd9c9204d2dd2d48c55b19eac81481d56fe9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "aa6a9009c2300a5ecb2dcde91e5c416363d5293e2e166a715eb4792c33e188a2"
Expand Down

0 comments on commit 9615cce

Please sign in to comment.