Skip to content

Commit

Permalink
PopcornFX Gem 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PopcornFX Bot committed Jan 30, 2025
1 parent a155a31 commit eac1712
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 0fe76b4dcf9eb430c1067cde94512e460697f4b7bd053e75a5433cb8b6d01304)
set(pk_package_hash 6eef3d4ba7b31ab07b0c8b1fd7aa208d75299f24906394ffb78839a8f2dd182e)
set(pk_package_id kURk7g7j5Eq12YBh)
elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux-aarch64)
set(pk_package_hash 32b340bcfcff7857e2938fee22423f5c35a9be7b45aa4cabd9011ddede2b9a3d)
set(pk_package_hash f2d4765365885dee46630ac24a20b23ce330c4836ca2779b9c5a7c6bca7d3798)
set(pk_package_id sfaqGMH8gbRDfIZr)
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 4410d91a7c2e2f7e7f1837a1ae6346b6fc4312fec22e337bce4905fd866ed480)
set(pk_package_hash 8c6a8b3136fa61f232199a1b5cd67d3c01afef9cb8b1eb19ad75d61bd8c0534a)
set(pk_package_id lRTxtdrygiVXKa5j)

ly_associate_package(PACKAGE_NAME ${package_name} TARGETS PopcornFX PACKAGE_HASH ${pk_package_hash})
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 45be01e31c3391559ea528f3d37bae7d67bd6582d62a846f514353cfad78a92d)
set(pk_package_hash c6f55024539ac4e623594901c3123d16fd2bd7390b776efdb78f679befc35653)
set(pk_package_id eLKeWfn9Hz51Rh9U)

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.21/O3DE_PopcornFXGem_v2.21.0_Win64_Linux64_LinuxARM64_Mac64.zip",
"version": "2.21.0",
"last_updated": "2025-01-29",
"last_updated": "2025-01-30",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit eac1712

Please sign in to comment.