Skip to content

Commit

Permalink
Merge pull request #143894 from salqueng/bump-sourcery-2.1.1
Browse files Browse the repository at this point in the history
sourcery 2.1.1
  • Loading branch information
BrewTestBot authored Sep 19, 2023
2 parents 1132121 + 9348700 commit f4bb282
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Formula/s/sourcery.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
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/2.1.0.tar.gz"
sha256 "656f3b8b9463ae3a2afaf0bdcd55a03e7141d52a49e7fce1f4092991c14897e1"
url "https://github.com/krzysztofzablocki/Sourcery/archive/2.1.1.tar.gz"
sha256 "6a5053b3cdc220c02e52915c1f285bf835049ebb3038b39118dc5df4110cc0ef"
license "MIT"
version_scheme 1
head "https://github.com/krzysztofzablocki/Sourcery.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3df6faef9028d8647dc275cad471f255d84a1befeeb28ca601bc517de1e705db"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b18f07023f563c3152ea345e09cbd3fcbd2cb7cf6aa6938c228717dabbd26f81"
sha256 cellar: :any_skip_relocation, sonoma: "e310f2b9ff6249a7fbdddebe234ba8426a253406d5e22932f0df4180b28f7ce5"
sha256 cellar: :any_skip_relocation, ventura: "60aae10574ccb3e26d2e9c0e03ec5e05cd626e89e91f414732f2177a5a1e6c6e"
sha256 x86_64_linux: "d04a75e6f9432d5f45aeb7b71c5607b74dd395b71f978c394db3782e9b78532e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4b830387533d8a4356e35ddb896b8be2bd80da75dcddf5ccb213a1f3604dd44d"
sha256 cellar: :any_skip_relocation, ventura: "fd06b30db30585ce954a51b22c13c7512e3024f859f159dd313156d2a5ea6c36"
sha256 x86_64_linux: "f2903a70b16fb835bcd91c90b28b8dbae75418f9881959266d2459aa8212a966"
end

depends_on xcode: "14.3"
Expand Down

0 comments on commit f4bb282

Please sign in to comment.