aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorCorey Quinn2013-03-30 16:53:46 -0700
committerJack Nagel2013-04-04 23:46:48 -0500
commitc64a2a8fe19c300dd99af8cca665bd17fad64c90 (patch)
tree746504de5c45dfdb78ae0b1422cc7d6d3c3baded /Library/Formula
parentf31f250b78a7a777f6ca3eea6ffbd13b56162a10 (diff)
downloadhomebrew-c64a2a8fe19c300dd99af8cca665bd17fad64c90.tar.bz2
vcsh 1.1
- add man page Closes #18853. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vcsh.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/vcsh.rb b/Library/Formula/vcsh.rb
index b044c2b24..2139395e2 100644
--- a/Library/Formula/vcsh.rb
+++ b/Library/Formula/vcsh.rb
@@ -2,14 +2,15 @@ require 'formula'
class Vcsh < Formula
homepage 'https://github.com/RichiH/vcsh'
- url 'https://github.com/RichiH/vcsh/archive/v1.0-1.tar.gz'
- version '1.0-1'
- sha1 '23a72bc495fce299ee52ac98470f808a0a9a002f'
+ url 'https://github.com/RichiH/vcsh/archive/v1.1-homebrew.tar.gz'
+ version '1.1'
+ sha1 '2e51f6930528f668536478958205092a595b81c9'
depends_on 'mr'
def install
bin.install 'vcsh'
+ man1.install 'vcsh.1'
end
test do