Skip to content

Commit

Permalink
PopcornFX Gem 2.15.16
Browse files Browse the repository at this point in the history
  • Loading branch information
PopcornFX Bot committed Dec 4, 2023
1 parent e32a01a commit c34d93b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Code/Platform/Linux/PAL_linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
set(LY_PACKAGE_SERVER_URLS ${LY_PACKAGE_SERVER_URLS} "https://downloads.popcornfx.com/o3de-packages")
if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux)
set(pk_package_hash a93262660d1f15cf86f7b5d1f674f9530b574d8b4ad480aceb8d4bb67a091836)
set(pk_package_hash 818265f0a10a437402af061e9f53028f1067eb6835bcbe634b37e7f0be2f8eae)
set(pk_package_id kX8RSRt2hZWQZutp)
elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux-aarch64)
set(pk_package_hash a93262660d1f15cf86f7b5d1f674f9530b574d8b4ad480aceb8d4bb67a091836_ARM64)
set(pk_package_hash 818265f0a10a437402af061e9f53028f1067eb6835bcbe634b37e7f0be2f8eae_ARM64)
set(pk_package_id kX8RSRt2hZWQZutp_ARM64)
else()
message(FATAL_ERROR "Unsupported linux architecture ${CMAKE_SYSTEM_PROCESSOR}")
Expand Down
2 changes: 1 addition & 1 deletion Code/Platform/Mac/PAL_mac.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set(LY_PACKAGE_SERVER_URLS ${LY_PACKAGE_SERVER_URLS} "https://downloads.popcornfx.com/o3de-packages")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-mac)
set(pk_package_hash 5146d7599485b397f6e53c8b5cc628bbbb72e9a22b9a0feef60cf524d5e71abb)
set(pk_package_hash 7ee57704cf26f72c2b72ef00e91f71703f15a23f625d3773b66f73d932180de1)
set(pk_package_id roDQZpBI1HS7O2SX)

ly_associate_package(PACKAGE_NAME ${package_name} TARGETS PopcornFX PACKAGE_HASH ${pk_package_hash})
Expand Down
4 changes: 2 additions & 2 deletions Code/Platform/PopcornFXPackages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ function(pk_package_internal_download_package package_name package_id)

ly_get_package_expected_hash(${package_name} package_expected_hash)

set(server_url https://store.popcornfx.com)
set(download_url ${server_url}/dl/get.php?id=${package_id})
set(server_url https://auth.popcornfx.com)
set(download_url ${server_url}/ws/downloadPlugin?id=${package_id})
set(download_target ${LY_PACKAGE_DOWNLOAD_CACHE_LOCATION}/${package_name}${LY_PACKAGE_EXT})

file(REMOVE ${download_target})
Expand Down
2 changes: 1 addition & 1 deletion Code/Platform/Windows/PAL_windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

set(LY_PACKAGE_SERVER_URLS ${LY_PACKAGE_SERVER_URLS} "https://downloads.popcornfx.com/o3de-packages")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-windows)
set(pk_package_hash 50ef4f2879a49b9e10c438076dce1c9ea5b6f70f92bd61f8abdf8a770c26e968)
set(pk_package_hash 797c32c24ee7d2d561fa51a920ec0be21776bdaca2238500df13cc1a0b5bd4b5)
set(pk_package_id PsvjDNhF0Trboq2I)

ly_associate_package(PACKAGE_NAME ${package_name} TARGETS PopcornFX PACKAGE_HASH ${pk_package_hash})
Expand Down
2 changes: 1 addition & 1 deletion gem.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repo_uri": "https://downloads.popcornfx.com/o3de-repo",
"origin_uri": "https://downloads.popcornfx.com/o3de-repo/PopcornFX-2.15/O3DE_PopcornFXGem_v2.15.16_Win64_Linux64_LinuxARM64_Mac64.zip",
"version": "2.15.16",
"last_updated": "2023-12-01",
"last_updated": "2023-12-04",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit c34d93b

Please sign in to comment.