diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-02-12 19:07:55 +0100 |
---|---|---|
committer | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-02-12 19:07:55 +0100 |
commit | fdcdaa11ce51a4dfe10be4fcb72e30e49dac5aca (patch) | |
tree | 8c140c090d2d1d6e2068f8da0bd2147a6dbc1bd0 | |
parent | 9b1796df73f2d4fa19517f390258f798c10bff1e (diff) |
Fix LUA 3p libraries pointing to publicly available URLs
-rw-r--r-- | autobuild.xml | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/autobuild.xml b/autobuild.xml index 1d6451e93d..708bc1aeeb 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1666,30 +1666,40 @@ <map> <key>archive</key> <map> - <key>creds</key> - <string>github</string> <key>hash</key> - <string>c326445818c4e2e2177d5efde1dd59e7af0d6c9a</string> + <string>59bf3d96f9df4b6981c406abac5c46ae276f9b15</string> <key>hash_algorithm</key> <string>sha1</string> <key>url</key> - <string>https://api.github.com/repos/secondlife/3p-luau/releases/assets/150694132</string> + <string>https://github.com/secondlife/3p-luau/releases/download/v0.609-9567db9/luau-0.609-9567db9-darwin64-9567db9.tar.zst</string> </map> <key>name</key> <string>darwin64</string> </map> + <key>linux64</key> + <map> + <key>archive</key> + <map> + <key>hash</key> + <string>549516ada483ddf276183f66b0a7c3d01e4ef1aa</string> + <key>hash_algorithm</key> + <string>sha1</string> + <key>url</key> + <string>https://github.com/secondlife/3p-luau/releases/download/v0.609-9567db9/luau-0.609-9567db9-linux64-9567db9.tar.zst</string> + </map> + <key>name</key> + <string>linux64</string> + </map> <key>windows64</key> <map> <key>archive</key> <map> - <key>creds</key> - <string>github</string> <key>hash</key> - <string>f3bd40eb043f2f36636d847747db20d0168f42dc</string> + <string>43e2cc2e6e94299f89655435002864925b640e16</string> <key>hash_algorithm</key> <string>sha1</string> <key>url</key> - <string>https://api.github.com/repos/secondlife/3p-luau/releases/assets/150694133</string> + <string>https://github.com/secondlife/3p-luau/releases/download/v0.609-9567db9/luau-0.609-9567db9-windows64-9567db9.tar.zst</string> </map> <key>name</key> <string>windows64</string> |