diff options
| author | Rye Mutt <rye@alchemyviewer.org> | 2024-08-02 06:34:33 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-02 13:34:33 +0300 | 
| commit | db8adab2a32412afaa3cab48fe431aa7c786aae5 (patch) | |
| tree | 224dc3b3a27fb72164d6a077b0064309071541e4 | |
| parent | a134e850c1800a0dd5a40ddf714bce94ed0dc7d8 (diff) | |
Update viewer-font and emojibase packages for Twemoji with Unicode 15 support (#2176)
| -rw-r--r-- | autobuild.xml | 48 | 
1 files changed, 12 insertions, 36 deletions
| diff --git a/autobuild.xml b/autobuild.xml index 9e83c5f927..e3234577cf 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -485,33 +485,19 @@        <map>          <key>platforms</key>          <map> -          <key>darwin64</key> -          <map> -            <key>archive</key> -            <map> -              <key>hash</key> -              <string>52c41a4547d2d9aceb4a9a1e9e1680c71e5ffa79</string> -              <key>hash_algorithm</key> -              <string>sha1</string> -              <key>url</key> -              <string>https://github.com/secondlife/3p-emoji-shortcodes/releases/download/v6.1.0.5413f58/emoji_shortcodes-6.1.0.5413f58-darwin64-5413f58.tar.zst</string> -            </map> -            <key>name</key> -            <string>darwin64</string> -          </map> -          <key>windows64</key> +          <key>common</key>            <map>              <key>archive</key>              <map>                <key>hash</key> -              <string>3137e06d376767a631bc9626832d558c4d5e5aa9</string> +              <string>9c58108270fbad15a321f75501cdfb9c6b78a6f2</string>                <key>hash_algorithm</key>                <string>sha1</string>                <key>url</key> -              <string>https://github.com/secondlife/3p-emoji-shortcodes/releases/download/v6.1.0.5413f58/emoji_shortcodes-6.1.0.5413f58-windows64-5413f58.tar.zst</string> +              <string>https://github.com/secondlife/3p-emoji-shortcodes/releases/download/v15.3.2-r1/emoji_shortcodes-15.3.2.10207138275-common-10207138275.tar.zst</string>              </map>              <key>name</key> -            <string>windows64</string> +            <string>common</string>            </map>          </map>          <key>license</key> @@ -521,7 +507,7 @@          <key>copyright</key>          <string>Copyright 2017-2019 Miles Johnson.</string>          <key>version</key> -        <string>6.1.0.5413f58</string> +        <string>15.3.2.10207138275</string>          <key>name</key>          <string>emoji_shortcodes</string>          <key>canonical_repo</key> @@ -2456,29 +2442,19 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>        <map>          <key>platforms</key>          <map> -          <key>darwin64</key> -          <map> -            <key>archive</key> -            <map> -              <key>hash</key> -              <string>6041bbd4001e3951f96ac3456c7906da</string> -              <key>url</key> -              <string>https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/113314/980656/viewer_fonts-1.579464-darwin64-579464.tar.bz2</string> -            </map> -            <key>name</key> -            <string>darwin64</string> -          </map> -          <key>windows64</key> +          <key>common</key>            <map>              <key>archive</key>              <map>                <key>hash</key> -              <string>1745ba6eec0108250446fe01d4aa065c</string> +              <string>e88a7c97a6843d43e0093388f211299ec2892790</string> +              <key>hash_algorithm</key> +              <string>sha1</string>                <key>url</key> -              <string>https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/113307/980631/viewer_fonts-1.579464-windows64-579464.tar.bz2</string> +              <string>https://github.com/secondlife/3p-viewer-fonts/releases/download/v1.1.0-r1/viewer_fonts-1.0.0.10204976553-common-10204976553.tar.zst</string>              </map>              <key>name</key> -            <string>windows64</string> +            <string>common</string>            </map>          </map>          <key>license</key> @@ -2488,7 +2464,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>          <key>copyright</key>          <string>Copyright 2016-2022 Brad Erickson CC-BY-4.0/MIT, Copyright 2016-2022 Twitter, Inc. CC-BY-4.0, Copyright 2013 Joe Loughry and Terence Eden MIT</string>          <key>version</key> -        <string>1.579464</string> +        <string>1.0.0.10204976553</string>          <key>name</key>          <string>viewer-fonts</string>          <key>description</key> | 
