vcsh 1.3
Closes Homebrew/homebrew#20113. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1c6db215c8
commit
bc97dff10c
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Vcsh < Formula
|
||||
homepage 'https://github.com/RichiH/vcsh'
|
||||
url 'https://github.com/RichiH/vcsh/archive/v1.2-homebrew.tar.gz'
|
||||
version '1.2'
|
||||
sha1 '1114b6069b0ef2ca7606287664f4f0175829e968'
|
||||
url 'https://github.com/RichiH/vcsh/archive/v1.3-homebrew.tar.gz'
|
||||
version '1.3'
|
||||
sha1 'bb26ef4c74b2ab23d3cc5bfde294e7188fe89ffb'
|
||||
|
||||
depends_on 'mr'
|
||||
|
||||
|
|
Loading…
Reference in a new issue