Skip to content

Commit

Permalink
fix: Update readable-name-generator to v4.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth committed Dec 6, 2024
1 parent dd67804 commit 63caaa1
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.21.tar.gz"
sha256 "d8a567a33d79464afa5f1eb757a59407f65964c82cb8c3671f0c2b9bf5966f01"

bottle do
root_url "https://github.com/PurpleBooth/homebrew-repo/releases/download/readable-name-generator-4.1.21"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "690f93c51a7967544099c0b2391bd4739e939b2e6451b334b15875f343a85cf1"
sha256 cellar: :any_skip_relocation, ventura: "4ed75440179d3c9e9585f5105ffd3c70aa2b60896443bb1fe0edcbb149ff339e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cb0bc12084bc8f331ddf2536016175a2acc1ecb81478bfd9c5483b464ee1ad62"
end
url "https://github.com/PurpleBooth/readable-name-generator/archive/refs/tags/v4.1.23.tar.gz"
sha256 "7554640a4fd34ac559b226764d7ac3c833b7c34eabcc9f49c5b29c67c8b38c4d"
depends_on "help2man" => :build
depends_on "rust" => :build

Expand Down

0 comments on commit 63caaa1

Please sign in to comment.