From patchwork Thu May 9 08:45:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 242726 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id D3FB12C00EB for ; Thu, 9 May 2013 18:45:19 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 18A24A023C; Thu, 9 May 2013 08:45:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fw7KnVKy7Pio; Thu, 9 May 2013 08:45:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C5EF8A005F; Thu, 9 May 2013 08:45:12 +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 C9E478F79A for ; Thu, 9 May 2013 08:45:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 356998C916 for ; Thu, 9 May 2013 08:45:13 +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 xDHacCVkerXN for ; Thu, 9 May 2013 08:45:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id 442EC8CF73 for ; Thu, 9 May 2013 08:45:11 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id hr14so28259wib.4 for ; Thu, 09 May 2013 01:45:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=KrqAiBd7q1FfvZP3EQXmNBrMMMZWYjPRKRgf3ahLNpk=; b=g96mJwzi5ysF28Gyg82NEonI7e2zvGmCPCQbYF3VP90bEsVo5ze1irBMg63iK4XQie 85G9XXu4TRpmDczjwvEOTEzDk6WtNIvqq9d5xYK9O4YHOl/lqo09/L5I6AV6OB6PXGKJ TA69Jr5fWFaFt0R3ibk/U/1VGpDSD2E7Rn9o1UAVlJJCrTYS235jgWx2mGKIgaF0h1Lz 26QwTMrM7mEDCVfdz5fTiF2xKglmBYPZfl/unzWGEyKSJpnMotpO+KcBSebaGW92ecbe Hzzq5bXKfQJD/2SXQpuFfL53MBLOAxqh1fJVokVwnNQnSAhdTJ09UXFJYxVALhcUaOFc KyZw== X-Received: by 10.194.93.68 with SMTP id cs4mr16393198wjb.17.1368089109763; Thu, 09 May 2013 01:45:09 -0700 (PDT) Received: from xubuntu-12.04 (87.141.193.77.rev.sfr.net. [77.193.141.87]) by mx.google.com with ESMTPSA id er17sm14302138wic.0.2013.05.09.01.45.07 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 09 May 2013 01:45:09 -0700 (PDT) From: Francois Perrad To: buildroot@busybox.net Date: Thu, 9 May 2013 10:45:05 +0200 Message-Id: <1368089105-31283-1-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] luafilesystem: bump to version 1.6.2 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 Signed-off-by: Francois Perrad --- package/luafilesystem/luafilesystem.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/luafilesystem/luafilesystem.mk b/package/luafilesystem/luafilesystem.mk index 8553212..d23fbce 100644 --- a/package/luafilesystem/luafilesystem.mk +++ b/package/luafilesystem/luafilesystem.mk @@ -4,7 +4,7 @@ # ############################################################# -LUAFILESYSTEM_VERSION = 1.5.0 +LUAFILESYSTEM_VERSION = 1.6.2 LUAFILESYSTEM_SITE = http://github.com/downloads/keplerproject/luafilesystem LUAFILESYSTEM_DEPENDENCIES = lua LUAFILESYSTEM_LICENSE = MIT