getanteon / anteon

Anteon (formerly Ddosify) - Effortless Kubernetes Monitoring and Performance Testing. Available on CLI, Self-Hosted, and Cloud
https://getanteon.com
GNU Affero General Public License v3.0
8.39k stars 379 forks source link

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

Closed koddr closed 2 years ago

koddr commented 2 years ago

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 commented 2 years ago

Hi @koddr thanks for reporting.

This issue is caused by goreleaser (https://github.com/goreleaser/goreleaser/pull/2591). We will fix it in the new release. (v0.5.0)

Thanks, Fatih

koddr commented 2 years ago

Thanks a lot! 😉