From patchwork Tue Mar 18 16:40:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 331658 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 290C32C00A6 for ; Wed, 19 Mar 2014 20:09:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 353BC8B0DF; Wed, 19 Mar 2014 09:09:51 +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 Di1JYgdr9cWM; Wed, 19 Mar 2014 09:09:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3FB4E8968E; Wed, 19 Mar 2014 09:09:45 +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 E89BD1BFA70 for ; Wed, 19 Mar 2014 09:09:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DD70986876 for ; Wed, 19 Mar 2014 09:09:43 +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 zQl-MJFLoAQf for ; Wed, 19 Mar 2014 09:09:39 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.visionsystems.de (ns.visionsystems.de [62.145.30.242]) by whitealder.osuosl.org (Postfix) with ESMTP id B14AA83965 for ; Wed, 19 Mar 2014 09:09:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id E6B192DEC41; Wed, 19 Mar 2014 10:09:38 +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 24268-04; Wed, 19 Mar 2014 10:09:25 +0100 (CET) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id 5198F2DEC32; Wed, 19 Mar 2014 10:09:25 +0100 (CET) Received: from ubuntu.visionsystems.de ([192.168.1.106]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Wed, 19 Mar 2014 10:09:24 +0100 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Tue, 18 Mar 2014 17:40:11 +0100 Message-Id: <1395160811-30870-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.8.1.2 X-OriginalArrivalTime: 19 Mar 2014 09:09:24.0301 (UTC) FILETIME=[EC02A7D0:01CF4352] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH] feh: bump to 2.10 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/feh/feh.mk b/package/feh/feh.mk index 8be6517..ddd4895 100644 --- a/package/feh/feh.mk +++ b/package/feh/feh.mk @@ -4,7 +4,7 @@ # ################################################################################ -FEH_VERSION = 2.9.3 +FEH_VERSION = 2.10 FEH_SOURCE = feh-$(FEH_VERSION).tar.bz2 FEH_SITE = http://feh.finalrewind.org/ FEH_DEPENDENCIES = libcurl giblib imlib2 libpng xlib_libXinerama xlib_libXt