diff options
| author | Simon Cozens | 2014-11-29 07:21:06 +0900 | 
|---|---|---|
| committer | Jack Nagel | 2014-11-28 18:53:32 -0500 | 
| commit | 25fd0da4ffe1a4b3051ddd616d94df64c75d88e9 (patch) | |
| tree | b0209472d4ac0529baf79300e27ef4eaaf721bbf | |
| parent | 2d4ab151baaa63c05b82515a44c9e8945eba1872 (diff) | |
| download | homebrew-25fd0da4ffe1a4b3051ddd616d94df64c75d88e9.tar.bz2 | |
ragel: update URLs
Closes #34534.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/ragel.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/ragel.rb b/Library/Formula/ragel.rb index 5bab6688b..ca9a4fbc6 100644 --- a/Library/Formula/ragel.rb +++ b/Library/Formula/ragel.rb @@ -2,7 +2,7 @@ require "formula"  class Ragel < Formula    homepage "http://www.colm.net/ragel/" -  url "http://www.colm.net/wp-content/uploads/2014/10/ragel-6.9.tar.gz" +  url "http://www.colm.net/files/ragel/ragel-6.9.tar.gz"    sha1 "70a7fe77aee8423be610fa14c3fa1f96b3119e1d"    bottle do @@ -13,7 +13,7 @@ class Ragel < Formula    end    resource "pdf" do -    url "http://www.colm.net/wp-content/uploads/2014/10/ragel-guide-6.9.pdf" +    url "http://www.colm.net/files/ragel/ragel-guide-6.9.pdf"      sha1 "a8a83fe879d72acc2376f72fad172ac6b098e794"    end | 
