Update formula

This commit is contained in:
Pedro Piñera 2018-08-05 23:08:50 +02:00
parent 8321d90131
commit 325867207d
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,6 @@ class Tuist < Formula
desc "Generate, maintain, and interact with Xcode projects easily"
homepage "https://tuist.io"
url "https://github.com/tuist/tuist/raw/0.2.0/bin/tuistenv"
version "0.2.0"
# make sha256
sha256 "6769e784ade1a6c5726a71afc78b13dd1509f2b421deb6719fd2ff9ab796afda"
def install
@ -12,6 +10,9 @@ class Tuist < Formula
end
test do
# Shows all available commands
system "#{bin}/tuist", "--help-env"
# Pins tuist to the given version
system "#{bin}/tuist", "local", "0.2.0"
end
end