Recode: update download
This commit is contained in:
parent
5a4a3a9a54
commit
9969748796
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
require 'formula'
|
||||
|
||||
class Recode < Formula
|
||||
url 'http://recode.progiciels-bpi.ca/archives/recode-3.6.tar.gz'
|
||||
homepage 'http://www.gnu.org/software/recode/'
|
||||
md5 'be3f40ad2e93dae5cd5f628264bf1877'
|
||||
homepage 'http://recode.progiciels-bpi.ca/index.html'
|
||||
url 'https://github.com/pinard/Recode/tarball/v3.6'
|
||||
md5 'f82e9a6ede9119268c13493c9add2809'
|
||||
|
||||
depends_on "gettext"
|
||||
depends_on "libtool" if MacOS.xcode_version >= "4.3"
|
||||
|
||||
# Patches from MacPorts
|
||||
# No reason for patch given, no link to patches given. Someone shoot that guy :P
|
||||
def patches
|
||||
# Patches from MacPorts
|
||||
# No reason for patch given, no link to patches given. Someone shoot that guy :P
|
||||
{ :p0 => DATA }
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue