Skip to content

Commit

Permalink
Merge pull request #160144 from chenrui333/bump-sourcery-2.1.4
Browse files Browse the repository at this point in the history
sourcery 2.1.4
  • Loading branch information
BrewTestBot authored Jan 17, 2024
2 parents 5e1958d + 6c0af9d commit 90fb91a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/s/sourcery.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Sourcery < Formula
desc "Meta-programming for Swift, stop writing boilerplate code"
homepage "https://github.com/krzysztofzablocki/Sourcery"
url "https://github.com/krzysztofzablocki/Sourcery/archive/refs/tags/2.1.3.tar.gz"
sha256 "7139e5aa9892f030dce55817a662e7c0b490d6fd16a60410f5abf1ba00f3826d"
url "https://github.com/krzysztofzablocki/Sourcery/archive/refs/tags/2.1.4.tar.gz"
sha256 "d4415bcb865a592bfdabd3bc2823fe64f1f9ef852b4b8bddc9c90eae9f9c6d99"
license "MIT"
version_scheme 1
head "https://github.com/krzysztofzablocki/Sourcery.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e012881ad07b5493991c62d4e830cbad1ccf16896c1551892b396ea2a92d0c9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3607a7cbab48a5412badfbbd7df9a884121b9a24eaf919c600ccf52e64b7a0c9"
sha256 cellar: :any_skip_relocation, sonoma: "33e260721d234835d1fab9b95e3ac4d348036c200ee3ccd1f2586261394a4de7"
sha256 cellar: :any_skip_relocation, ventura: "6542a985047226fd43d53a185807229581a9953cc36a4e22a58fbe51ffd50445"
sha256 x86_64_linux: "13c0e0a831aa4cfb64059d541f9dcb01c9af5fa6655496c5aee0f61b4f1ca41a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1ffaaa42ccd25efc96bb4056f9a61ff281d19baddac30c1d4dd6d35869d04b6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "af9a3ec966400a7ee5980b6166d1d9bf5ec8ba73ace9d28dfb6dc9c9f8e173cf"
sha256 cellar: :any_skip_relocation, sonoma: "34c4556c9719d44b8ab08d83de6753b434a29cb1d637aed4574d8ae11a50f22d"
sha256 cellar: :any_skip_relocation, ventura: "8dbfa66711eb1f3c8dba6c83b36460b403f4bd8974d30501fe31332e7099e0d9"
sha256 x86_64_linux: "cc327bbc34b52dbbd87ddfc2ada1fc14f022b5da078488826c15078fbf7523f7"
end

depends_on xcode: "14.3"
Expand Down

0 comments on commit 90fb91a

Please sign in to comment.