Skip to content

Commit

Permalink
autocode 1.1.4
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#48620.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
  • Loading branch information
bfontaine committed Jan 30, 2016
1 parent 2fce0ec commit 29e33f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/autocode.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Autocode < Formula
desc "Code automation for every language, library and framework"
homepage "https://autocode.run"
url "https://github.com/crystal/autocode/archive/v0.21.2.tar.gz"
sha256 "64eccf7cfcfb361919f2eced326e5dd1fc3545dc6d56465e41e878e029130308"
url "https://github.com/ctate/autocode/archive/v1.1.4.tar.gz"
sha256 "a86dffccf34503d06d9b6d8f0562eff26616a1b7899bd26a24a06c7d424d2ac2"

bottle do
cellar :any_skip_relocation
Expand All @@ -15,7 +15,6 @@ class Autocode < Formula

def install
ENV.prepend_path "PATH", "#{Formula["node"].opt_libexec}/npm/bin"

system "npm", "install"
libexec.install Dir["*", ".autocode"]
bin.install_symlink Dir["#{libexec}/bin/*"]
Expand Down

0 comments on commit 29e33f5

Please sign in to comment.