diff options
| author | Scott Reeves | 2014-11-29 12:56:48 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-30 17:05:21 +0000 |
| commit | 57e61c9a023bf57ed7a4e2a5a876b5de88bdc29c (patch) | |
| tree | 9414764543f38ade8dd085385de89c897fadbd48 /Library/Formula | |
| parent | 63b44381515f3402602e916baeb8bd59a814cd1a (diff) | |
| download | homebrew-57e61c9a023bf57ed7a4e2a5a876b5de88bdc29c.tar.bz2 | |
virtualhost.sh 1.34
Closes #34553.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/virtualhost.sh.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/virtualhost.sh.rb b/Library/Formula/virtualhost.sh.rb index 6d00e067d..61df34e83 100644 --- a/Library/Formula/virtualhost.sh.rb +++ b/Library/Formula/virtualhost.sh.rb @@ -2,8 +2,8 @@ require 'formula' class VirtualhostSh < Formula homepage 'https://github.com/virtualhost/virtualhost.sh' - url 'https://github.com/virtualhost/virtualhost.sh/archive/1.32.tar.gz' - sha1 'dc307937e10c2a5948c59ff2ece6495763415b77' + url 'https://github.com/virtualhost/virtualhost.sh/archive/1.34.tar.gz' + sha1 '0f4a547b64b85e6b4547b865d30ab52c1f49cfd3' head 'https://github.com/virtualhost/virtualhost.sh.git' |
