Skip to content

Commit aa00ee5

Browse files
author
Eric Miller
committed
Update Homebrew formula
1 parent 213299d commit aa00ee5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/unitybuildkit.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Unitybuildkit < Formula
22
desc "A command line tool that generates an iOS application with an embedded Unity scene"
33
homepage "https://github.com/handsomecode/UnityBuildKit"
4-
url "https://github.com/handsomecode/UnityBuildKit/archive/1.1.1.tar.gz"
5-
sha256 "19dd6959f0aa6b6aaa52a6acb4c9423014f5282a5909da77a5192ae16a29dcca"
4+
url "https://github.com/handsomecode/UnityBuildKit/archive/1.1.2.tar.gz"
5+
sha256 "81e89fb52a1826602fd10ef03e6271d1fff19961a68a8840a05545b0f1e49177"
66
head "https://github.com/handsomecode/UnityBuildKit.git"
77

88
depends_on :xcode
99

1010
def install
1111
system "make", "install", "PREFIX=#{prefix}"
1212
end
13-
end
13+
end

0 commit comments

Comments
 (0)