From patchwork Mon Oct 15 09:46:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 191499 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id B99942C00A3 for ; Mon, 15 Oct 2012 20:46:50 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9AA00100129; Mon, 15 Oct 2012 09:46:45 +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 xrwX8uBUs-Ma; Mon, 15 Oct 2012 09:46:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id DB4B0100CAF; Mon, 15 Oct 2012 09:46:43 +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 D28118F74A for ; Mon, 15 Oct 2012 09:46:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E4D458A376 for ; Mon, 15 Oct 2012 09:46:45 +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 j4dMVjOzTF9l for ; Mon, 15 Oct 2012 09:46:45 +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 C908C8082E for ; Mon, 15 Oct 2012 09:46:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id EEF672AA12E; Mon, 15 Oct 2012 11:46:43 +0200 (CEST) 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 13784-01; Mon, 15 Oct 2012 11:46:27 +0200 (CEST) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id 634282A1F50; Mon, 15 Oct 2012 11:46:27 +0200 (CEST) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Mon, 15 Oct 2012 11:46:27 +0200 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Mon, 15 Oct 2012 11:46:16 +0200 Message-Id: <1350294378-20956-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 X-OriginalArrivalTime: 15 Oct 2012 09:46:27.0082 (UTC) FILETIME=[F2161EA0:01CDAAB9] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH 1/3] feh: bump to 2.6.3 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/feh/feh.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/feh/feh.mk b/package/feh/feh.mk index 9084b65..2dbe296 100644 --- a/package/feh/feh.mk +++ b/package/feh/feh.mk @@ -1,4 +1,4 @@ -FEH_VERSION = 2.5 +FEH_VERSION = 2.6.3 FEH_SOURCE = feh-$(FEH_VERSION).tar.bz2 FEH_SITE = http://feh.finalrewind.org/ FEH_DEPENDENCIES = libcurl giblib imlib2 libpng xlib_libXinerama xlib_libXt