We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213299d commit aa00ee5Copy full SHA for aa00ee5
Formula/unitybuildkit.rb
@@ -1,13 +1,13 @@
1
class Unitybuildkit < Formula
2
desc "A command line tool that generates an iOS application with an embedded Unity scene"
3
homepage "https://github.com/handsomecode/UnityBuildKit"
4
- url "https://github.com/handsomecode/UnityBuildKit/archive/1.1.1.tar.gz"
5
- sha256 "19dd6959f0aa6b6aaa52a6acb4c9423014f5282a5909da77a5192ae16a29dcca"
+ url "https://github.com/handsomecode/UnityBuildKit/archive/1.1.2.tar.gz"
+ sha256 "81e89fb52a1826602fd10ef03e6271d1fff19961a68a8840a05545b0f1e49177"
6
head "https://github.com/handsomecode/UnityBuildKit.git"
7
8
depends_on :xcode
9
10
def install
11
system "make", "install", "PREFIX=#{prefix}"
12
end
13
-end
+end
0 commit comments