diff --git a/trousseau.rb b/trousseau.rb index 97f52bf..ba590f5 100644 --- a/trousseau.rb +++ b/trousseau.rb @@ -2,15 +2,10 @@ class Trousseau < Formula homepage 'https://github.com/oleiade/trousseau' - url 'https://github.com/oleiade/trousseau/archive/0.2.4.tar.gz' + url 'https://github.com/oleiade/trousseau/releases/download/0.2.4/trousseau_0.2.4_darwin_amd64.zip' sha1 '' - depends_on 'go' => :build - depends_on 'mercurial' => :build - depends_on 'bzr' => :build - def install - system 'make', 'all' - bin.install('bin/trousseau') + bin.install('trousseau') end end