pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/FiraCode



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Nov 30 14:24:47 UTC 2016

Modified Files:
        pkgsrc/fonts/FiraCode: Makefile distinfo

Log Message:
Updated fonts/FiraCode to 1.204
-------------------------------
    Added U+25B6 (black right-pointing triangle) and U+25C0
       (black left-pointing triangle) (#289)
    Changed look of Markdown headers ## ### #### to make them easier to tell apart (#287)
    Fixed BBEdit incorrectly applying ligatures after tab (#274)
    Returned Nim pragmas {. .} (#279)
    Added Unicode increment U+2206 (#174, #298)
    Added fish operators >-> <-< (#297)
    Added safe navigation operators ?. .? ?: (#215)
    Added <~> (#179, used in IntelliJ for collapsed methods)
    Added F# piping operators ||> |||> <|| <||| (#184)
    Added shebang #! (#169, #193)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/fonts/FiraCode/Makefile \
    pkgsrc/fonts/FiraCode/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/FiraCode/Makefile
diff -u pkgsrc/fonts/FiraCode/Makefile:1.3 pkgsrc/fonts/FiraCode/Makefile:1.4
--- pkgsrc/fonts/FiraCode/Makefile:1.3  Sun Sep 18 21:49:21 2016
+++ pkgsrc/fonts/FiraCode/Makefile      Wed Nov 30 14:24:47 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/09/18 21:49:21 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2016/11/30 14:24:47 mef Exp $
 
-DISTNAME=      FiraCode_1.203
+DISTNAME=      FiraCode_1.204
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    fonts
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tonsky/}
Index: pkgsrc/fonts/FiraCode/distinfo
diff -u pkgsrc/fonts/FiraCode/distinfo:1.3 pkgsrc/fonts/FiraCode/distinfo:1.4
--- pkgsrc/fonts/FiraCode/distinfo:1.3  Sun Sep 18 21:49:21 2016
+++ pkgsrc/fonts/FiraCode/distinfo      Wed Nov 30 14:24:47 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/09/18 21:49:21 wiz Exp $
+$NetBSD: distinfo,v 1.4 2016/11/30 14:24:47 mef Exp $
 
-SHA1 (FiraCode_1.203.zip) = 40a40c50f0281f4254e71a0f37f47a89185a39cf
-RMD160 (FiraCode_1.203.zip) = 1b252c37945b4b0801a264ba275ba0bd3483834e
-SHA512 (FiraCode_1.203.zip) = 16cff4b53c57df550bb4ee70cf40b0d64a2ef159cb80af9bd50975626fd2d95aed14a99bc6d440979eb9289c451044641f54fe381299d4743fc760f903b94860
-Size (FiraCode_1.203.zip) = 2142258 bytes
+SHA1 (FiraCode_1.204.zip) = 591b6f9bb9800431355f052baef24bac336afd25
+RMD160 (FiraCode_1.204.zip) = f50ca3ad67c6074c5681c1d4fd4115e7c36472f6
+SHA512 (FiraCode_1.204.zip) = 6818ed2eb8607bc47df8953db804b0ffd8f62cc644c55cdd0a0a42a082b61878f9775f3654e986932d3316a2c8e491ee5ee4c81704bd066e69b4be920f4bfcc8
+Size (FiraCode_1.204.zip) = 2176721 bytes



Home | Main Index | Thread Index | Old Index