n 1.2
This commit is contained in:
parent
725796c206
commit
cfda88656e
1 changed files with 5 additions and 5 deletions
10
Formula/n.rb
10
Formula/n.rb
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class N < Formula
|
||||
homepage 'https://github.com/visionmedia/n'
|
||||
head 'https://github.com/visionmedia/n.git'
|
||||
url 'https://github.com/visionmedia/n/archive/1.2.1.tar.gz'
|
||||
sha1 'c8a54313ee8ff43f3b6cdb03f140bc200f548f9f'
|
||||
homepage "https://github.com/visionmedia/n"
|
||||
head "https://github.com/visionmedia/n.git"
|
||||
url "https://github.com/visionmedia/n/archive/v1.2.7.tar.gz"
|
||||
sha1 "1852167d79d42b5077f23197133ec717ca1b78a0"
|
||||
|
||||
def install
|
||||
bin.mkdir
|
||||
|
|
Loading…
Reference in a new issue