From patchwork Sun Oct 12 16:27:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 398972 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 8524A140147 for ; Mon, 13 Oct 2014 03:27:41 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4D4AB33284; Sun, 12 Oct 2014 16:27:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9qsj0960KfKk; Sun, 12 Oct 2014 16:27:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id DCA3F31D53; Sun, 12 Oct 2014 16:27:37 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 512C41C2D3C for ; Sun, 12 Oct 2014 16:27:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 49B65A19B9 for ; Sun, 12 Oct 2014 16:27:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01MdrSiO9xcr for ; Sun, 12 Oct 2014 16:27:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by fraxinus.osuosl.org (Postfix) with ESMTPS id DD23DA19A3 for ; Sun, 12 Oct 2014 16:27:35 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id d1so5662948wiv.2 for ; Sun, 12 Oct 2014 09:27:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=B6igjpo+YSq6GLzRiw1mkxIxAfv42aoLdjq3l/zHxsI=; b=muqQ6rvLpWg8hJnzEonEGAGOD7BQidwPg2lrI1mev23mSvqbsCHR6QVUEbOsGrE3Yh rlGy1gG0ZxNa4Zu7vxqEc0i+1bPWTwneF/p26reEtr1NdRqpNgd5tSypgMIybWHLLfQg sxcqQMU02FuDjxhE5WkjzhjOgcHJWaKigp1eVgoJLBZaVPTBCECALW5udVqJYo+R/a6i lO5VshjCJ0PJ9zPeG+EESGa3RhBxe7WisNEKkRt2GYwakJF5fouwE3GgN2dweGsIHvjU HfvAh9n7li0I0DzE0uw2DgYGvIeDxgTXBYxPBRd6th5nz4MbUr9qu6yPadE9XO36UUP3 ABwQ== X-Received: by 10.194.158.101 with SMTP id wt5mr8337848wjb.79.1413131254430; Sun, 12 Oct 2014 09:27:34 -0700 (PDT) Received: from cerise.localdomain (dsdf-4d0a7c97.pool.mediaWays.net. [77.10.124.151]) by mx.google.com with ESMTPSA id ei1sm9295605wib.20.2014.10.12.09.27.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 12 Oct 2014 09:27:33 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 12 Oct 2014 18:27:30 +0200 Message-Id: <1413131250-5929-1-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.1 Subject: [Buildroot] [PATCH] mongrel2: Use github call X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Maxime Hadjinlian --- package/mongrel2/mongrel2.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mongrel2/mongrel2.mk b/package/mongrel2/mongrel2.mk index 14e3a80..74383c4 100644 --- a/package/mongrel2/mongrel2.mk +++ b/package/mongrel2/mongrel2.mk @@ -5,7 +5,7 @@ ################################################################################ MONGREL2_VERSION = v1.9.1 -MONGREL2_SITE = https://github.com/zedshaw/mongrel2/releases/download/$(MONGREL2_VERSION) +MONGREL2_SITE = $(call github,zedshaw,mongrel2,$(MONGREL2_VERSION)) MONGREL2_LICENSE = BSD-3c MONGREL2_LICENSE_FILES = LICENSE MONGREL2_DEPENDENCIES = sqlite zeromq