From patchwork Tue Oct 8 06:03:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerzy Grzegorek X-Patchwork-Id: 281326 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 623DF2C00A3 for ; Tue, 8 Oct 2013 17:04:03 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 91E0D8B0C2; Tue, 8 Oct 2013 06:04:01 +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 hCRftP4HRL0P; Tue, 8 Oct 2013 06:03:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 447E88B083; Tue, 8 Oct 2013 06:03:58 +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 5B0B91CE6E2 for ; Tue, 8 Oct 2013 06:03:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 06F7D8A3E3 for ; Tue, 8 Oct 2013 06:03:56 +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 uROSa2TY-sAm for ; Tue, 8 Oct 2013 06:03:54 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.internet.v.pl (mail.internet.v.pl [62.69.205.34]) by whitealder.osuosl.org (Postfix) with SMTP id 543218A37A for ; Tue, 8 Oct 2013 06:03:53 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.internet.v.pl (Sendmail) with ESMTP id 5CC5EC53B5; Tue, 8 Oct 2013 08:03:51 +0200 (CEST) Received: from mail.internet.v.pl ([127.0.0.1]) by localhost (poczta.v.pl [127.0.0.1]) (amavisd-new, port 10024) with SMTP id VrZq5jv562eN; Tue, 8 Oct 2013 08:03:51 +0200 (CEST) Received: from localhost.localdomain (93-181-143-72.internetia.net.pl [93.181.143.72]) by mail.internet.v.pl (Sendmail) with ESMTPA id CEDCAC53C5; Tue, 8 Oct 2013 08:03:50 +0200 (CEST) From: Jerzy Grzegorek To: buildroot@busybox.net Date: Tue, 8 Oct 2013 08:03:17 +0200 Message-Id: <1381212197-5119-2-git-send-email-jerzy.grzegorek@trzebnica.net> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1381212197-5119-1-git-send-email-jerzy.grzegorek@trzebnica.net> References: <1381212197-5119-1-git-send-email-jerzy.grzegorek@trzebnica.net> Subject: [Buildroot] [PATCH 2/2] imagemagick: bump to version 6.8.7 0 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: Jerzy Grzegorek --- package/imagemagick/imagemagick.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk index 2149574..f5aacb6 100644 --- a/package/imagemagick/imagemagick.mk +++ b/package/imagemagick/imagemagick.mk @@ -4,8 +4,8 @@ # ################################################################################ -IMAGEMAGICK_MAJOR = 6.8.6 -IMAGEMAGICK_VERSION = $(IMAGEMAGICK_MAJOR)-2 +IMAGEMAGICK_MAJOR = 6.8.7 +IMAGEMAGICK_VERSION = $(IMAGEMAGICK_MAJOR)-0 IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.bz2 # The official ImageMagick site only keeps the latest versions # available, which is annoying. Use an alternate site that keeps all