diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-03-05 20:42:24 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-03-06 12:42:57 +0200 |
commit | be35287184dde0f4a34ac05c5616b7d7d6f59ef7 (patch) | |
tree | edceab398bc6c63db77b257d8b0908f4a67a98ea /autobuild.xml | |
parent | a6e1f22a993fde79d0ecb76d60535fdc454a2acd (diff) |
SL-20429 Fix emoji categories having mixed translations
Was caused by package substituting '&' with 'and' instead of '&'
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/autobuild.xml b/autobuild.xml index 8d4ab978fa..de503a7d34 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -474,9 +474,11 @@ <key>archive</key> <map> <key>hash</key> - <string>7ac35da9b1b5c9a05954edeef3fe8e54</string> + <string>52c41a4547d2d9aceb4a9a1e9e1680c71e5ffa79</string> + <key>hash_algorithm</key> + <string>sha1</string> <key>url</key> - <string>https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/113242/980233/emoji_shortcodes-6.1.0.579438-darwin64-579438.tar.bz2</string> + <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> @@ -486,16 +488,18 @@ <key>archive</key> <map> <key>hash</key> - <string>087ce7e6d93dcd88b477b10d8e1ab259</string> + <string>3137e06d376767a631bc9626832d558c4d5e5aa9</string> + <key>hash_algorithm</key> + <string>sha1</string> <key>url</key> - <string>https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/113243/980244/emoji_shortcodes-6.1.0.579438-windows64-579438.tar.bz2</string> + <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> </map> <key>name</key> <string>windows64</string> </map> </map> <key>version</key> - <string>6.1.0.579438</string> + <string>6.1.0.5413f58</string> </map> <key>expat</key> <map> |