From 77243691edf2a6f5f8bddeb09452c1a99098f1e2 Mon Sep 17 00:00:00 2001 From: oppara Date: Wed, 20 Oct 2021 21:46:45 +0900 Subject: [PATCH] remove deprecated `bottle :unneeded` Remove `bottle :unneeded` from brew formula. `bottle :unneeded` now provokes a warning from Homebrew: `Warning: Calling bottle :unneeded is deprecated! There is no replacement.` --- HomebrewFormula/actionlint.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/HomebrewFormula/actionlint.rb b/HomebrewFormula/actionlint.rb index 1642df622..a8f4ba028 100644 --- a/HomebrewFormula/actionlint.rb +++ b/HomebrewFormula/actionlint.rb @@ -7,7 +7,6 @@ class Actionlint < Formula homepage "https://github.com/rhysd/actionlint#readme" version "1.6.6" license "MIT" - bottle :unneeded on_macos do if Hardware::CPU.arm?