From patchwork Thu Oct 31 13:16:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 287486 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id DE44C2C03BD for ; Fri, 1 Nov 2013 00:17:13 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3A5128C669; Thu, 31 Oct 2013 13:17:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1hH3NPtFPNPV; Thu, 31 Oct 2013 13:17:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id DDCA38C30A; Thu, 31 Oct 2013 13:17:06 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 262951BF857 for ; Thu, 31 Oct 2013 13:17:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 209478C27D for ; Thu, 31 Oct 2013 13:17:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wcW5DaXyzDNk for ; Thu, 31 Oct 2013 13:17:05 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.visionsystems.de (hhlx01.vscom.de [62.145.30.242]) by whitealder.osuosl.org (Postfix) with ESMTP id C534F8C30A for ; Thu, 31 Oct 2013 13:17:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id C831E2D469A; Thu, 31 Oct 2013 14:17:01 +0100 (CET) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06916-09; Thu, 31 Oct 2013 14:16:47 +0100 (CET) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id D5C3B2D4699; Thu, 31 Oct 2013 14:16:47 +0100 (CET) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Thu, 31 Oct 2013 14:16:47 +0100 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Thu, 31 Oct 2013 14:16:44 +0100 Message-Id: <1383225404-7782-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 X-OriginalArrivalTime: 31 Oct 2013 13:16:47.0133 (UTC) FILETIME=[739BD4D0:01CED63B] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH] libmodbus: bump version and change download location X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- package/libmodbus/libmodbus.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libmodbus/libmodbus.mk b/package/libmodbus/libmodbus.mk index 8f93c2b..ef25724 100644 --- a/package/libmodbus/libmodbus.mk +++ b/package/libmodbus/libmodbus.mk @@ -4,8 +4,8 @@ # ################################################################################ -LIBMODBUS_VERSION = 3.0.3 -LIBMODBUS_SITE = http://github.com/downloads/stephane/libmodbus +LIBMODBUS_VERSION = 3.0.5 +LIBMODBUS_SITE = http://libmodbus.org/site_media/build/ LIBMODBUS_INSTALL_STAGING = YES $(eval $(autotools-package))