Skip to content

Commit

Permalink
fix: Update readable-name-generator to v4.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth committed Sep 3, 2024
1 parent 628ec73 commit 031c6df
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.6.tar.gz"
sha256 "165860058b6c83b1d9340eeda0b275feab923f8d62ddc834efe40b7c5d57eddf"

bottle do
root_url "https://github.com/PurpleBooth/homebrew-repo/releases/download/readable-name-generator-4.1.6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d782d383c5958e850e47423469085ee1f76290aaffa8eb59a8a3a52a6db66c48"
sha256 cellar: :any_skip_relocation, ventura: "f0fd530cd858571896bd01a5d45710120aa6906f76b17fc90cab93c5bf4631b1"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1cbd594e3b21b4d133eb4d9dd1ddcb98f4b0ae0388ec9b84cec0e755ef68f265"
end
url "https://github.com/PurpleBooth/readable-name-generator/archive/refs/tags/v4.1.8.tar.gz"
sha256 "995c2fdf89630b01fbddf8631d33090f1a6fbb7651c8f6558bac59e19c5c724a"
depends_on "help2man" => :build
depends_on "rust" => :build

Expand Down

0 comments on commit 031c6df

Please sign in to comment.