Skip to content

Commit

Permalink
readable-name-generator: add 4.1.12 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Sep 3, 2024
1 parent 52704a3 commit cd40282
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.12.tar.gz"
sha256 "108983a79e33e729bd983d75603102309358aeeb4051c14e9bc38ebf82416588"

bottle do
root_url "https://github.com/PurpleBooth/homebrew-repo/releases/download/readable-name-generator-4.1.12"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "067c1bb9d6d45876154205f0956ee4cc2baf7268e182e3f380e7b112de5edc4a"
sha256 cellar: :any_skip_relocation, ventura: "9734ad5d3b836888b73b7b7215b60617e6efa6d2d7a06a684ce32422d5fae1af"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0fc7daf583ae41f6aa1cd79741c3b2f9488fa7dffcd568a7842755dacb7d3c4f"
end
depends_on "help2man" => :build
depends_on "rust" => :build

Expand Down

0 comments on commit cd40282

Please sign in to comment.