diff options
| author | Adam Vandenberg | 2013-01-04 07:01:23 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-04 07:01:23 -0800 |
| commit | 5ce510f4897c1bdb7e7463bc3de5ceb37746d61b (patch) | |
| tree | 3f489e80c99c5fa28992d671604978012b789aee /Library/Formula | |
| parent | 91944032fd76be0047fcafdf1d7cf9bda12505dc (diff) | |
| download | homebrew-5ce510f4897c1bdb7e7463bc3de5ceb37746d61b.tar.bz2 | |
virtualhost.sh 1.30
Closes #16804.
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 1675d0d57..db63848cf 100644 --- a/Library/Formula/virtualhost.sh.rb +++ b/Library/Formula/virtualhost.sh.rb @@ -1,9 +1,9 @@ require 'formula' class VirtualhostSh < Formula - url 'https://github.com/pgib/virtualhost.sh/tarball/1.23' homepage 'https://github.com/pgib/virtualhost.sh' - sha1 '837eac3163de16c83f94a1f4e5e6c8c24aa65bc8' + url 'https://github.com/pgib/virtualhost.sh/archive/1.30.tar.gz' + sha1 '0de462c1ec15c4dfcd2b73d806394bc6b7f93e60' head 'https://github.com/pgib/virtualhost.sh.git' |
