* [Buildroot] [PATCH] cantarell: bump to version 0.0.19
@ 2015-12-22 10:46 Gustavo Zacarias
2015-12-22 10:52 ` Baruch Siach
0 siblings, 1 reply; 3+ messages in thread
From: Gustavo Zacarias @ 2015-12-22 10:46 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/cantarell/cantarell.hash | 4 ++--
package/cantarell/cantarell.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/cantarell/cantarell.hash b/package/cantarell/cantarell.hash
index d3946c6..9597550 100644
--- a/package/cantarell/cantarell.hash
+++ b/package/cantarell/cantarell.hash
@@ -1,2 +1,2 @@
-# From http://ftp.acc.umu.se/pub/gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.18.1.sha256sum
-sha256 9c5b1a2edee1d3acf30eaae3d559b2b2e1d835249cf2770f6f8bfc6af861e8f0 cantarell-fonts-0.0.18.1.tar.xz
+# From http://ftp.acc.umu.se/pub/gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.19.sha256sum
+sha256 c7f975ef3d5cf0ed409636c59d069260783683c47ba1289ac3e66a98446e46ae cantarell-fonts-0.0.19.tar.xz
diff --git a/package/cantarell/cantarell.mk b/package/cantarell/cantarell.mk
index ebad1b9..1ada7ac 100644
--- a/package/cantarell/cantarell.mk
+++ b/package/cantarell/cantarell.mk
@@ -5,7 +5,7 @@
################################################################################
CANTARELL_VERSION_MAJOR = 0.0
-CANTARELL_VERSION = $(CANTARELL_VERSION_MAJOR).18.1
+CANTARELL_VERSION = $(CANTARELL_VERSION_MAJOR).19
CANTARELL_SITE = http://ftp.gnome.org/pub/gnome/sources/cantarell-fonts/0.0
CANTARELL_SOURCE = cantarell-fonts-$(CANTARELL_VERSION).tar.xz
CANTARELL_DEPENDENCIES = host-pkgconf
--
2.4.10
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] cantarell: bump to version 0.0.19
2015-12-22 10:46 [Buildroot] [PATCH] cantarell: bump to version 0.0.19 Gustavo Zacarias
@ 2015-12-22 10:52 ` Baruch Siach
0 siblings, 0 replies; 3+ messages in thread
From: Baruch Siach @ 2015-12-22 10:52 UTC (permalink / raw)
To: buildroot
Hi Gustavo,
On Tue, Dec 22, 2015 at 07:46:27AM -0300, Gustavo Zacarias wrote:
> CANTARELL_VERSION_MAJOR = 0.0
> -CANTARELL_VERSION = $(CANTARELL_VERSION_MAJOR).18.1
> +CANTARELL_VERSION = $(CANTARELL_VERSION_MAJOR).19
> CANTARELL_SITE = http://ftp.gnome.org/pub/gnome/sources/cantarell-fonts/0.0
Unrelated to this patch, but the link should be
http://ftp.gnome.org/pub/gnome/sources/cantarell-fonts/$(CANTARELL_VERSION_MAJOR).
Otherwise there is no point in CANTARELL_VERSION_MAJOR at all.
baruch
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] cantarell: bump to version 0.0.19
2015-12-22 11:02 [Buildroot] [PATCH v2] " Gustavo Zacarias
@ 2015-12-22 11:02 ` Gustavo Zacarias
0 siblings, 0 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-12-22 11:02 UTC (permalink / raw)
To: buildroot
Also use CANTARELL_VERSION_MAJOR in SITE as reported by Baruch.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/cantarell/cantarell.hash | 4 ++--
package/cantarell/cantarell.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/cantarell/cantarell.hash b/package/cantarell/cantarell.hash
index d3946c6..9597550 100644
--- a/package/cantarell/cantarell.hash
+++ b/package/cantarell/cantarell.hash
@@ -1,2 +1,2 @@
-# From http://ftp.acc.umu.se/pub/gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.18.1.sha256sum
-sha256 9c5b1a2edee1d3acf30eaae3d559b2b2e1d835249cf2770f6f8bfc6af861e8f0 cantarell-fonts-0.0.18.1.tar.xz
+# From http://ftp.acc.umu.se/pub/gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.19.sha256sum
+sha256 c7f975ef3d5cf0ed409636c59d069260783683c47ba1289ac3e66a98446e46ae cantarell-fonts-0.0.19.tar.xz
diff --git a/package/cantarell/cantarell.mk b/package/cantarell/cantarell.mk
index ebad1b9..008e1e6 100644
--- a/package/cantarell/cantarell.mk
+++ b/package/cantarell/cantarell.mk
@@ -5,8 +5,8 @@
################################################################################
CANTARELL_VERSION_MAJOR = 0.0
-CANTARELL_VERSION = $(CANTARELL_VERSION_MAJOR).18.1
-CANTARELL_SITE = http://ftp.gnome.org/pub/gnome/sources/cantarell-fonts/0.0
+CANTARELL_VERSION = $(CANTARELL_VERSION_MAJOR).19
+CANTARELL_SITE = http://ftp.gnome.org/pub/gnome/sources/cantarell-fonts/$(CANTARELL_VERSION_MAJOR)
CANTARELL_SOURCE = cantarell-fonts-$(CANTARELL_VERSION).tar.xz
CANTARELL_DEPENDENCIES = host-pkgconf
CANTARELL_LICENSE = OFLv1.1
--
2.4.10
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-12-22 11:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-22 10:46 [Buildroot] [PATCH] cantarell: bump to version 0.0.19 Gustavo Zacarias
2015-12-22 10:52 ` Baruch Siach
-- strict thread matches above, loose matches on Subject: below --
2015-12-22 11:02 [Buildroot] [PATCH v2] " Gustavo Zacarias
2015-12-22 11:02 ` [Buildroot] [PATCH] " Gustavo Zacarias
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox