Skip to content

Commit

Permalink
fix: Update readable-name-generator to v4.1.21
Browse files Browse the repository at this point in the history
Closes #1874.

Signed-off-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
PurpleBooth authored and mergify[bot] committed Dec 4, 2024
1 parent d7b7301 commit 478dc1d
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.20.tar.gz"
sha256 "5adf0bcd72a5fa6fe6e926f5d4643fa24b589b7dbd41d0a7d0424a39ede3cb59"

bottle do
root_url "https://github.com/PurpleBooth/homebrew-repo/releases/download/readable-name-generator-4.1.20"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7f163836c42ca75a57f984351168b2e1ea0a18ccdc520ea1a06ebb8eff35707e"
sha256 cellar: :any_skip_relocation, ventura: "4e1bc1d214a4533496628fa4122916995b9f1fedac88ac7cd1cf143200c42d05"
sha256 cellar: :any_skip_relocation, x86_64_linux: "83bfaf05e9dd6595fe29cb12b520ee04c4a29094946dd7d595fd7afff6adfaee"
end
url "https://github.com/PurpleBooth/readable-name-generator/archive/refs/tags/v4.1.21.tar.gz"
sha256 "d8a567a33d79464afa5f1eb757a59407f65964c82cb8c3671f0c2b9bf5966f01"
depends_on "help2man" => :build
depends_on "rust" => :build

Expand Down

0 comments on commit 478dc1d

Please sign in to comment.