gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: update homebrew formula


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: update homebrew formula
Date: Wed, 15 May 2019 14:00:06 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 9772c51f8 update homebrew formula
9772c51f8 is described below

commit 9772c51f8450e3432e06b2562a9c62b07eea1d04
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Wed May 15 13:59:37 2019 +0200

    update homebrew formula
---
 contrib/gnunet.rb | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/contrib/gnunet.rb b/contrib/gnunet.rb
index bc6afd6a6..490bcc666 100644
--- a/contrib/gnunet.rb
+++ b/contrib/gnunet.rb
@@ -1,8 +1,15 @@
 class Gnunet < Formula
-  desc "GNUnet"
+  desc "Framework for distributed, secure and privacy-preserving applications"
   homepage "https://gnunet.org/";
-  url "https://ftp.gnu.org/gnu/gnunet/gnunet-0.11.0.tar.gz";
-  sha256 "b7477a3c3b0d5e8a013685dc208cfb4ccee4145f8668faa8eb5b382af36c7e9a"
+  url "https://ftp.gnu.org/gnu/gnunet/gnunet-0.11.3.tar.gz";
+  sha256 "2405db9232ae6ded57e7ff513abdf810c65e3861823b3985717ce990b8d87a37"
+
+  bottle do
+    cellar :any
+    sha256 "8a28d2c64bf814bcd629b66715b553bee3031c05f98075dd0f1bc79acb4fe840" 
=> :mojave
+    sha256 "9fc7995800f8c74266313e9ccc274b625debc4033221dae729936821400a4c87" 
=> :high_sierra
+    sha256 "c75feb5d2bfcb379c0025645d0d8ab7c2e5fce938901ec53c841bbeafbf684c1" 
=> :sierra
+  end
 
   depends_on "pkg-config" => :build
   depends_on "gettext"
@@ -17,20 +24,12 @@ class Gnunet < Formula
   depends_on "unbound"
 
   def install
-    args = %W[
-      --disable-documentation
-      --prefix=#{prefix}
-    ]
-
-    system "./configure", *args
+    system "./configure", "--prefix=#{prefix}"
     system "make", "install"
   end
 
-  def post_install
-    chmod "+x", prefix/"bin/gnunet-qr.py"
-  end
-
   test do
-    system bin/"gnunet-config", "-s", "arm"
+    output = shell_output("#{bin}/gnunet-config -s arm")
+    assert_match "BINARY = gnunet-service-arm", output
   end
 end

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]