Skip to content

Commit

Permalink
fix: Update readable-name-generator to v4.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth committed Dec 23, 2024
1 parent 718fbe8 commit 7b4cd89
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Formula/readable-name-generator.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
class ReadableNameGenerator < Formula
desc "Generate a readable names suitable for infrastructure"
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
url "https://github.com/PurpleBooth/readable-name-generator/archive/refs/tags/v4.1.24.tar.gz"
sha256 "d935b69c4ac7a958d6cc68dc3cff734b159d6f22a2a6b77e477401601c5dc5c4"
depends_on "help2man" => :build
depends_on "rust" => :build

Expand Down

0 comments on commit 7b4cd89

Please sign in to comment.