Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homebrew install issue: "Calling bottle :unneeded is deprecated" #17

Closed
koddr opened this issue Oct 20, 2021 · 2 comments
Closed

Homebrew install issue: "Calling bottle :unneeded is deprecated" #17

koddr opened this issue Oct 20, 2021 · 2 comments
Milestone

Comments

@koddr
Copy link

koddr commented Oct 20, 2021

Hello,

After run brew install ddosify/tap/ddosify I received this warning:

Warning: Calling bottle :unneeded is deprecated! There is no replacement.

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

On the 10th line of the ddosify.rb:

# typed: false
# frozen_string_literal: true

# This file was generated by GoReleaser. DO NOT EDIT.
class Ddosify < Formula
  desc "High-performance load testing tool, written in Golang."
  homepage "https://ddosify.com"
  version "0.4.1"
  license "AGPL-3.0-only"
  bottle :unneeded # <-- this line

  on_macos do
    if Hardware::CPU.intel?
    # ...

My system: macOS Mojave 10.14.6
Homebrew: 3.2.17

@fatihbaltaci fatihbaltaci added this to the v0.5.0 milestone Oct 20, 2021
@fatihbaltaci
Copy link
Member

Hi @koddr thanks for reporting.

This issue is caused by goreleaser (goreleaser/goreleaser#2591). We will fix it in the new release. (v0.5.0)

Thanks,
Fatih

@koddr
Copy link
Author

koddr commented Oct 22, 2021

Thanks a lot! 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants