diff options
Diffstat (limited to 'Library/Formula/ragel.rb')
| -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 |
