afio: update homepage.
Freecode is no longer being updated, as per their announcement two weeks ago. Consequently, where possible, folks should try to find an alternative to links that point there.
This commit is contained in:
parent
3d48cdbe16
commit
8bd56f0fb8
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Afio < Formula
|
||||
homepage 'http://freecode.com/projects/afio/'
|
||||
homepage 'http://members.chello.nl/~k.holtman/afio.html'
|
||||
url 'http://members.chello.nl/~k.holtman/afio-2.5.1.tgz'
|
||||
sha1 'bff6b9a147dc5b0e6bd7f1a76f0b84e4dd9a7dc9'
|
||||
|
||||
#Note - The Freecode website is being no longer being updated and alternative links should be found from now on.
|
||||
|
||||
option "bzip2", "Use bzip2(1) instead of gzip(1) for compression/decompression"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue