Skip to content

Commit

Permalink
readable-name-generator: add 4.1.23 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Dec 6, 2024
1 parent ff82e58 commit 718fbe8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Formula/readable-name-generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ class ReadableNameGenerator < Formula
homepage "https://github.com/PurpleBooth/readable-name-generator"
url "https://github.com/PurpleBooth/readable-name-generator/archive/refs/tags/v4.1.23.tar.gz"
sha256 "7554640a4fd34ac559b226764d7ac3c833b7c34eabcc9f49c5b29c67c8b38c4d"

bottle do
root_url "https://github.com/PurpleBooth/homebrew-repo/releases/download/readable-name-generator-4.1.23"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "94c9599b9301f9e953ed6c0445c6f35f4edc89ef107916a5429db15ec7df339e"
sha256 cellar: :any_skip_relocation, ventura: "93b60d01832178c855ea021be1ac9fce503bad58d4168edf507ad766f2b20bd4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b52ada7ce06ab06c147aa31ddafc0805cbfbe35b63699fcbd678e2c7e3ebee2c"
end
depends_on "help2man" => :build
depends_on "rust" => :build

Expand Down

0 comments on commit 718fbe8

Please sign in to comment.