Skip to content

Commit

Permalink
Merge pull request #167520 from Homebrew/bump-sourcery-2.2.0
Browse files Browse the repository at this point in the history
sourcery 2.2.0
  • Loading branch information
BrewTestBot authored Mar 29, 2024
2 parents 864e2de + c605333 commit d57a3ac
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.8.tar.gz"
sha256 "a26c0993abde9af96aa5eddfdaa843454f9290a89c193c78867f7481695c8746"
url "https://github.com/krzysztofzablocki/Sourcery/archive/refs/tags/2.2.0.tar.gz"
sha256 "ede14a9f27f33e7a07a9b2f7a785004e8e148bd398c7edc3e2c61149126acd6f"
license "MIT"
version_scheme 1
head "https://github.com/krzysztofzablocki/Sourcery.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "162028870eecabd1fcd8a92ba7a6a072fe35284c288fbd118f261861ac99b132"
sha256 cellar: :any_skip_relocation, arm64_ventura: "71eca4a853087036a4ddfd507252c71080f1fa0f69b5ec6e329b741b71376dfd"
sha256 cellar: :any_skip_relocation, sonoma: "5b8075a3c20c8f0c211aeb53dcbb249f3cdc461534c7e2d56bd78164d1775cea"
sha256 cellar: :any_skip_relocation, ventura: "b63bc6879759ad913c2ac627bb897d99c103684b43ee783a7575958526429a8c"
sha256 x86_64_linux: "32f03ba0862ea915dffcb547f1902d9142894fd14538165cc27eb66d1f0cbd17"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dc5c74264c5ed5f1bf29a298cf92231c578d1f97aee1ff3dfc2ceff4d0198455"
sha256 cellar: :any_skip_relocation, arm64_ventura: "df4332ed1e446c49610a53d08bb0630b85ad1424cffb2e42192508fe2364196c"
sha256 cellar: :any_skip_relocation, sonoma: "59976935a762448399e7c7ded334f224ef1ac87a5b876c2fca7d2d4cb7c49dc4"
sha256 cellar: :any_skip_relocation, ventura: "b488baa878c8755de63030c104e68a9a034f6116515bff15ddf189110889b9cb"
sha256 x86_64_linux: "1e3e43cfe174e8ef49d92863efba0b6f04fdb5d4ca897cc127c4975dda818ec7"
end

depends_on xcode: "14.3"
Expand Down

0 comments on commit d57a3ac

Please sign in to comment.