From 53390dc94218a6df052f8121f677b2512aaeb9d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aur=C3=A9lien=20Larcher?= Date: Wed, 1 Mar 2017 22:14:50 +0100 Subject: [PATCH] Bump graphite2 to 1.3.9 --- components/library/graphite2/Makefile | 4 ++-- components/library/graphite2/manifests/sample-manifest.p5m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/library/graphite2/Makefile b/components/library/graphite2/Makefile index db0ded2e5..9eac3b507 100644 --- a/components/library/graphite2/Makefile +++ b/components/library/graphite2/Makefile @@ -16,7 +16,7 @@ include ../../../make-rules/shared-macros.mk COMPONENT_NAME= graphite2 -COMPONENT_VERSION= 1.3.8 +COMPONENT_VERSION= 1.3.9 COMPONENT_FMRI= library/c++/graphite2 COMPONENT_CLASSIFICATION=System/Libraries COMPONENT_SUMMARY= Graphite2 - Library for rendering non-roman scripts @@ -24,7 +24,7 @@ COMPONENT_PROJECT_URL= http://sourceforge.net/projects/silgraphite COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz COMPONENT_ARCHIVE_HASH= \ - sha256:9f3f25b3a8495ce0782e77f69075c0dd9b7c054847b9bf9ff130bec38f4c8cc2 + sha256:ec0185b663059553fd46e8c4a4f0dede60a02f13a7a1fefc2ce70332ea814567 COMPONENT_ARCHIVE_URL= \ https://github.com/silnrsi/graphite/releases/download/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) COMPONENT_LICENSE= LGPLv2.1 diff --git a/components/library/graphite2/manifests/sample-manifest.p5m b/components/library/graphite2/manifests/sample-manifest.p5m index ddb7b147e..ae7b19ad9 100644 --- a/components/library/graphite2/manifests/sample-manifest.p5m +++ b/components/library/graphite2/manifests/sample-manifest.p5m @@ -10,7 +10,7 @@ # # -# Copyright 2016 +# Copyright 2017 # set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) -- 2.11.4.GIT