diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-08-09 20:12:57 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-09 20:12:57 +0300 | 
| commit | cf160e30236226fdd3343a7ba50d05265709718d (patch) | |
| tree | 28aebe79e87718a7948efafadfede4084c26bc77 | |
| parent | ecfa05711ecf5e331c6b5eb6e404ecf940ad014e (diff) | |
Update dullahan to v1.14.0-r3 (#2243)
| -rw-r--r-- | autobuild.xml | 44 | 
1 files changed, 29 insertions, 15 deletions
| diff --git a/autobuild.xml b/autobuild.xml index ad986d47cb..61a9d85d1a 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -439,6 +439,16 @@        </map>        <key>dullahan</key>        <map> +        <key>copyright</key> +        <string>Copyright (c) 2017, Linden Research, Inc.</string> +        <key>description</key> +        <string>A headless browser SDK that uses the Chromium Embedded Framework (CEF). It is designed to make it easier to write applications that render modern web content directly to a memory buffer, inject synthesized mouse and keyboard events as well as interact with web based features like JavaScript or cookies.</string> +        <key>license</key> +        <string>MPL</string> +        <key>license_file</key> +        <string>LICENSES/LICENSE.txt</string> +        <key>name</key> +        <string>dullahan</string>          <key>platforms</key>          <map>            <key>darwin64</key> @@ -446,42 +456,46 @@              <key>archive</key>              <map>                <key>hash</key> -              <string>e4d568c166049ce61b39d69887b56d2382781a1a</string> +              <string>7fde76e3f0e62d0e0593b6157f4d740ecef2429d</string>                <key>hash_algorithm</key>                <string>sha1</string>                <key>url</key> -              <string>https://github.com/secondlife/dullahan/releases/download/v118.0.5993.54/dullahan-1.14.0.202310131309_118.4.1_g3dd6078_chromium-118.0.5993.54-darwin64-6b02a60.tar.zst</string> +              <string>https://github.com/secondlife/dullahan/releases/download/v1.14.0-r3/dullahan-1.14.0.202408091638_118.4.1_g3dd6078_chromium-118.0.5993.54-darwin64-10322607516.tar.zst</string>              </map>              <key>name</key>              <string>darwin64</string>            </map> +          <key>linux64</key> +          <map> +            <key>archive</key> +            <map> +              <key>hash</key> +              <string>209d031ae67bc66d8e8f8509c71d259014c65ceb</string> +              <key>hash_algorithm</key> +              <string>sha1</string> +              <key>url</key> +              <string>https://github.com/secondlife/dullahan/releases/download/v1.14.0-r3/dullahan-1.14.0.202408091637_118.4.1_g3dd6078_chromium-118.0.5993.54-linux64-10322607516.tar.zst</string> +            </map> +            <key>name</key> +            <string>linux64</string> +          </map>            <key>windows64</key>            <map>              <key>archive</key>              <map>                <key>hash</key> -              <string>a00eae7f5dc430ae48389ab723ced39739b0a144</string> +              <string>4124c79d8b0e319877ffa4c12581d5c1318b4d93</string>                <key>hash_algorithm</key>                <string>sha1</string>                <key>url</key> -              <string>https://github.com/secondlife/dullahan/releases/download/v118.0.5993.54/dullahan-1.14.0.202310131404_118.4.1_g3dd6078_chromium-118.0.5993.54-windows64-6b02a60.tar.zst</string> +              <string>https://github.com/secondlife/dullahan/releases/download/v1.14.0-r3/dullahan-1.14.0.202408091639_118.4.1_g3dd6078_chromium-118.0.5993.54-windows64-10322607516.tar.zst</string>              </map>              <key>name</key>              <string>windows64</string>            </map>          </map> -        <key>license</key> -        <string>MPL</string> -        <key>license_file</key> -        <string>LICENSES/LICENSE.txt</string> -        <key>copyright</key> -        <string>Copyright (c) 2017, Linden Research, Inc.</string>          <key>version</key> -        <string>1.14.0.202310131404_118.4.1_g3dd6078_chromium-118.0.5993.54</string> -        <key>name</key> -        <string>dullahan</string> -        <key>description</key> -        <string>A headless browser SDK that uses the Chromium Embedded Framework (CEF). It is designed to make it easier to write applications that render modern web content directly to a memory buffer, inject synthesized mouse and keyboard events as well as interact with web based features like JavaScript or cookies.</string> +        <string>1.14.0.202408091639_118.4.1_g3dd6078_chromium-118.0.5993.54</string>        </map>        <key>emoji_shortcodes</key>        <map> | 
