Skip to content

Commit

Permalink
Updated fonts/FiraCode to 1.204
Browse files Browse the repository at this point in the history
-------------------------------
    Added U+25B6 (black right-pointing triangle) and U+25C0
       (black left-pointing triangle) (TritonDataCenter#289)
    Changed look of Markdown headers ## ### #### to make them easier to tell apart (TritonDataCenter#287)
    Fixed BBEdit incorrectly applying ligatures after tab (TritonDataCenter#274)
    Returned Nim pragmas {. .} (TritonDataCenter#279)
    Added Unicode increment U+2206 (TritonDataCenter#174, TritonDataCenter#298)
    Added fish operators >-> <-< (TritonDataCenter#297)
    Added safe navigation operators ?. .? ?: (TritonDataCenter#215)
    Added <~> (TritonDataCenter#179, used in IntelliJ for collapsed methods)
    Added F# piping operators ||> |||> <|| <||| (TritonDataCenter#184)
    Added shebang #! (TritonDataCenter#169, TritonDataCenter#193)
  • Loading branch information
mef committed Nov 30, 2016
1 parent ba4df53 commit ad611c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions fonts/FiraCode/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
10 changes: 5 additions & 5 deletions fonts/FiraCode/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ad611c5

Please sign in to comment.