Skip to content

Commit

Permalink
netris: use debian download for now
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Mar 20, 2012
1 parent 47419cb commit 9ba3fa3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Library/Formula/netris.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,10 @@
require 'formula' require 'formula'


class Netris < Formula class Netris < Formula
url 'ftp://ftp.netris.org/pub/netris/netris-0.52.tar.gz'
homepage 'http://www.netris.org/' homepage 'http://www.netris.org/'
url 'http://ftp.de.debian.org/debian/pool/main/n/netris/netris_0.52.orig.tar.gz'
# Official site is non-responsive - 3/19/2012 - @adamv
# url 'ftp://ftp.netris.org/pub/netris/netris-0.52.tar.gz'
md5 'b55af5697175ee06f7c6e40101979c38' md5 'b55af5697175ee06f7c6e40101979c38'


# Debian has been applying fixes and security patches, so let's re-use their work. # Debian has been applying fixes and security patches, so let's re-use their work.
Expand Down

0 comments on commit 9ba3fa3

Please sign in to comment.