[GH-ISSUE #951] Warning: Calling bottle :unneeded is deprecated! There is no replacement. #561

Closed
opened 2026-03-01 21:44:30 +03:00 by kerem · 1 comment
Owner

Originally created by @bogdandrutu on GitHub (Jan 4, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/951

Please report this issue to the nektos/tap tap (not Homebrew/brew or Homebrew/core):
/usr/local/Homebrew/Library/Taps/nektos/homebrew-tap/Formula/act.rb:9

# typed: false
# frozen_string_literal: true

# This file was generated by GoReleaser. DO NOT EDIT.
class Act < Formula
  desc "Run GitHub Actions locally"
  homepage "https://github.com/nektos/act"
  version "0.2.24"
  bottle :unneeded

  on_macos do
    if Hardware::CPU.intel?
      url "https://github.com/nektos/act/releases/download/v0.2.24/act_Darwin_x86_64.tar.gz"
      sha256 "e086253414ad59dd0d3609d66ed57322e9dae9dd3b315e8df65039f03dc167f9"
    end
    if Hardware::CPU.arm?
      url "https://github.com/nektos/act/releases/download/v0.2.24/act_Darwin_arm64.tar.gz"
      sha256 "4b8731edb1d336ded575f18a6c883bd81a9ce53858e82d6b2c4de261c857ea37"
    end
  end

  on_linux do
    if Hardware::CPU.intel?
      url "https://github.com/nektos/act/releases/download/v0.2.24/act_Linux_x86_64.tar.gz"
      sha256 "52b7a9152353e107261a1d1365205baa821cffb4b1aced91ba204abc55d54ee0"
    end
    if Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
      url "https://github.com/nektos/act/releases/download/v0.2.24/act_Linux_armv6.tar.gz"
      sha256 "84dbe4ee2f1838f9f0f4613609115f33a0969d6ed531148ecbd91d46bb0e0d82"
    end
    if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
      url "https://github.com/nektos/act/releases/download/v0.2.24/act_Linux_arm64.tar.gz"
      sha256 "9c4f0b49878275148b9a6e7fb29295b3b6472c87673a7328ce02fbc002c94bf6"
    end
  end

  def install
    bin.install "act"
  end

  test do
    system "#{bin}/act --version"
  end
end
Originally created by @bogdandrutu on GitHub (Jan 4, 2022). Original GitHub issue: https://github.com/nektos/act/issues/951 Please report this issue to the nektos/tap tap (not Homebrew/brew or Homebrew/core): /usr/local/Homebrew/Library/Taps/nektos/homebrew-tap/Formula/act.rb:9 ``` # typed: false # frozen_string_literal: true # This file was generated by GoReleaser. DO NOT EDIT. class Act < Formula desc "Run GitHub Actions locally" homepage "https://github.com/nektos/act" version "0.2.24" bottle :unneeded on_macos do if Hardware::CPU.intel? url "https://github.com/nektos/act/releases/download/v0.2.24/act_Darwin_x86_64.tar.gz" sha256 "e086253414ad59dd0d3609d66ed57322e9dae9dd3b315e8df65039f03dc167f9" end if Hardware::CPU.arm? url "https://github.com/nektos/act/releases/download/v0.2.24/act_Darwin_arm64.tar.gz" sha256 "4b8731edb1d336ded575f18a6c883bd81a9ce53858e82d6b2c4de261c857ea37" end end on_linux do if Hardware::CPU.intel? url "https://github.com/nektos/act/releases/download/v0.2.24/act_Linux_x86_64.tar.gz" sha256 "52b7a9152353e107261a1d1365205baa821cffb4b1aced91ba204abc55d54ee0" end if Hardware::CPU.arm? && !Hardware::CPU.is_64_bit? url "https://github.com/nektos/act/releases/download/v0.2.24/act_Linux_armv6.tar.gz" sha256 "84dbe4ee2f1838f9f0f4613609115f33a0969d6ed531148ecbd91d46bb0e0d82" end if Hardware::CPU.arm? && Hardware::CPU.is_64_bit? url "https://github.com/nektos/act/releases/download/v0.2.24/act_Linux_arm64.tar.gz" sha256 "9c4f0b49878275148b9a6e7fb29295b3b6472c87673a7328ce02fbc002c94bf6" end end def install bin.install "act" end test do system "#{bin}/act --version" end end ```
kerem 2026-03-01 21:44:30 +03:00
  • closed this issue
  • added the
    kind/bug
    label
Author
Owner

@bogdandrutu commented on GitHub (Jan 4, 2022):

wrong repo sorry.

<!-- gh-comment-id:1005183615 --> @bogdandrutu commented on GitHub (Jan 4, 2022): wrong repo sorry.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#561
No description provided.