sourcery 1.5.0

Closes #81615.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Thierry Moisan 2021-07-21 11:16:39 -04:00 committed by BrewTestBot
parent 8fe929fc9f
commit fc4f2cfab3
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
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/1.4.2.tar.gz"
sha256 "2ff6b435955ec4e44e007c32fdcea35c25fe2d6336d19e613c889912c01b8b58"
url "https://github.com/krzysztofzablocki/Sourcery/archive/1.5.0.tar.gz"
sha256 "df21295ae7cd309e7c1d6687aeee6e12a2677af2faf0da39bfd23d188ef12b08"
license "MIT"
head "https://github.com/krzysztofzablocki/Sourcery.git"

View File

@ -15,5 +15,6 @@
"openjdk",
"openjdk@11",
"serverless",
"sourcery",
"webpack"
]