Skip to content

Commit 9b4001c

Browse files
committed
update homebrew formula to 0.6.0
1 parent c952c67 commit 9b4001c

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/0.5.1.tar.gz"
5-
sha256 "2be8807b02e0989e442a3022f0243fc524ec98ba0dc60a9b0db492f5c965513d"
4+
url "https://github.com/yonaskolb/XcodeGen/archive/0.6.0.tar.gz"
5+
sha256 "df6706abe40bab6fe911f71357bf30b0fcfa5c0e03c9edf252ed68e5f2fa0958"
66
head "https://github.com/yonaskolb/XcodeGen.git"
77

88
depends_on :xcode

0 commit comments

Comments
 (0)