[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: freetype: Update to 2.7.
From: |
Marius Bakke |
Subject: |
01/01: gnu: freetype: Update to 2.7. |
Date: |
Tue, 22 Nov 2016 20:52:19 +0000 (UTC) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit c70047f12d7e9d5138a1a217d0995882a8c5f459
Author: Marius Bakke <address@hidden>
Date: Tue Nov 22 17:50:07 2016 +0100
gnu: freetype: Update to 2.7.
* gnu/packages/fontutils.scm (freetype): Update to 2.7.
[home-page]: Use HTTPS.
---
gnu/packages/fontutils.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 60cff2e..1ffb427 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -46,13 +46,13 @@
(define-public freetype
(package
(name "freetype")
- (version "2.6.3")
+ (version "2.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/freetype/freetype-"
version ".tar.bz2"))
(sha256 (base32
- "18k3b026762lmyrxfil5xv8qwnvj7hc12gz9bjqzbb12lmx707ip"))))
+ "0j3xgzn6pchgg1nm294vhx7cdicb7x3x8kwnlcm7v1alnzsm396n"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
@@ -69,7 +69,7 @@ It supports both bitmap and scalable formats, including
TrueType, OpenType,
Type1, CID, CFF, Windows FON/FNT, X11 PCF, and others. It supports high-speed
anti-aliased glyph bitmap generation with 256 gray levels.")
(license license:freetype) ; some files have other licenses
- (home-page "http://www.freetype.org/")))
+ (home-page "https://www.freetype.org/")))
(define-public ttfautohint
(package