Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Formula/d/decasify.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Decasify < Formula
desc "Utility for casting strings to title-case according to locale-aware style guides"
homepage "https://github.com/alerque/decasify"
url "https://github.com/alerque/decasify/releases/download/v0.11.1/decasify-0.11.1.tar.zst"
sha256 "f2b6bb59af7f7cab3d50063e1622dcf490f344b378e5c02de91cba3f7ff32fa5"
url "https://github.com/alerque/decasify/releases/download/v0.11.2/decasify-0.11.2.tar.zst"
sha256 "f43794dd8e6f4e1a75132a9892d69f8b4f5272d96dc0909c04915be09eda2e1e"
license "LGPL-3.0-only"

bottle do
sha256 cellar: :any_skip_relocation, arm64_tahoe: "fce92ade4da5b160000dcf3892755ff0aa982e9c8074f202fd1b21f4bd9fa677"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d76407645857e26a0f1ee7fea21d61f19ce3450d3d712a364ae28ae51ce5eb4e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b18a4ec687f74c85ffcc603ee12158731b3001fe456c56e6de37c91c2a4dc2f"
sha256 cellar: :any_skip_relocation, sonoma: "93937699d3d22da5a1db08301ce492dc26b4e240b44dd193e4a0bb78576e248b"
sha256 cellar: :any_skip_relocation, arm64_linux: "9ac2b7dc325444a8551d270a0a5aff3a5ead8f3df3677b18c3ad18f5c235a5c6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "129d5b7b0769da301dc50e55d222cbfb2dfd69bf2b419c7d132bbb6e21a3ed70"
sha256 cellar: :any_skip_relocation, arm64_tahoe: "b5043f42fb3fdb1bd8cfd1646ba1129a67547bc8a08f040ca4fc5a982e3d6153"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "54d7f8aaa91adee89553bb3c59e516cfc36d80de88ea7edc8b72767cbee492c0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ba4878b8607b322cabd2b5342c690cb0bee6fd2cfe5c06adfe101723f440b7a9"
sha256 cellar: :any_skip_relocation, sonoma: "6da897c0a968aabc626316efa5bd65e5ef55c4c808cd30cdef102d29f8088798"
sha256 cellar: :any_skip_relocation, arm64_linux: "c31f0cbe3a4ed976df5cbf30249b123ed8cd183c3fde311d8423a0d31f1087c2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dd4f4a746c2870aab142b470608369780b064ccadd4ccfd5c0e7d62cf0cb95d5"
end

head do
Expand Down
Loading