Skip to content

Commit

Permalink
nspr 4.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmoritz authored and MikeMcQuaid committed Mar 22, 2014
1 parent 4f720bd commit f16ae9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/nspr.rb
@@ -1,9 +1,9 @@
require 'formula'

class Nspr < Formula
homepage 'http://www.mozilla.org/projects/nspr/'
url 'https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.10/src/nspr-4.10.tar.gz'
sha256 '0cfbe561676b92e5af3ddc7ac77452014e3da8885da66baec811e7354138cc16'
homepage "https://developer.mozilla.org/docs/Mozilla/Projects/NSPR"
url "https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.10.4/src/nspr-4.10.4.tar.gz"
sha1 "43b2029d990515f952c89d2921397c064fbbe2e7"

def install
ENV.deparallelize
Expand All @@ -29,8 +29,8 @@ def install
system "make"
system "make install"

(bin/'compile-et.pl').unlink
(bin/'prerr.properties').unlink
(bin/"compile-et.pl").unlink
(bin/"prerr.properties").unlink
end
end
end

0 comments on commit f16ae9d

Please sign in to comment.