Skip to content

Commit e2eed34

Browse files
committed
update homebrew formula to 1.0.1
1 parent 43bf6cb commit e2eed34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/xcodegen.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Xcodegen < Formula
22
desc "Tool that generates your Xcode project from a project spec"
33
homepage "https://github.com/yonaskolb/XcodeGen"
4-
url "https://github.com/yonaskolb/XcodeGen/archive/1.0.0.tar.gz"
5-
sha256 "824ea0d76deffc763f29fc66558d15a7d14665713b277887a644590b4672816e"
4+
url "https://github.com/yonaskolb/XcodeGen/archive/1.0.1.tar.gz"
5+
sha256 "4f4b0d1b2debc9bad69b1021cc4a9562c8adac7866536629cf098c5e08fc3125"
66
head "https://github.com/yonaskolb/XcodeGen.git"
77

88
depends_on :xcode

0 commit comments

Comments
 (0)