Skip to content

Commit

Permalink
PopcornFX Gem 2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PopcornFX Bot committed Nov 30, 2023
1 parent 2937d0d commit 38db88d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Code/Platform/Linux/PAL_linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
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 bdae4a9e32971a96471ebc8bb6b97b588970a0dd07fa6d0fff6d0d1f8a7a41c7)
set(pk_package_id Ng3RaXuqyAUWAgHy)
set(pk_package_hash 82606740a39f045cc90cf251e50a63f20fe8571b8b4b06eb1e5aca5ababdfc59)
set(pk_package_id tZdIQSnZYZd2lDyU)
elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux-aarch64)
set(pk_package_hash 305a071c6161ca83f2d95d44785cecf5c95852f881d49c74f35dfbd13653ae1b)
set(pk_package_id ZDEps23sNQA5p7q5)
set(pk_package_hash 82606740a39f045cc90cf251e50a63f20fe8571b8b4b06eb1e5aca5ababdfc59_ARM64)
set(pk_package_id tZdIQSnZYZd2lDyU_ARM64)
else()
message(FATAL_ERROR "Unsupported linux architecture ${CMAKE_SYSTEM_PROCESSOR}")
endif()
Expand Down
4 changes: 2 additions & 2 deletions Code/Platform/Mac/PAL_mac.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

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 4855850a6c60edd312aab254985d25eb1b48e0c8214c6d56f0e64f9e71f070d5)
set(pk_package_id Kph45AXPVnUw9u6K)
set(pk_package_hash 7d271cb5263c79021eb1d58076395a032edde5a0f022b0a8b8fa7f94299a764c)
set(pk_package_id PGOsANDruxNVvhkd)

ly_associate_package(PACKAGE_NAME ${package_name} TARGETS PopcornFX PACKAGE_HASH ${pk_package_hash})
pk_download_package_ifn(${package_name} ${pk_package_id})
Expand Down
4 changes: 2 additions & 2 deletions Code/Platform/Windows/PAL_windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

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 9375b5af03f511ee9a041eaf83ae131018004c5a680ee746a7abbb2241f5cc91)
set(pk_package_id UntkQKUXJ57BnbcB)
set(pk_package_hash 7f2b606a75a462e4c39c27e0fcfe49fe96e1f36137129b9705c17b318bd83f46)
set(pk_package_id soODNSq9K3HDKs9F)

ly_associate_package(PACKAGE_NAME ${package_name} TARGETS PopcornFX PACKAGE_HASH ${pk_package_hash})
pk_download_package_ifn(${package_name} ${pk_package_id})
Expand Down
6 changes: 3 additions & 3 deletions gem.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license_url": "https://www.popcornfx.com/popcornfx-community-license",
"origin": "Persistant Studios - popcornfx.com",
"repo_uri": "https://downloads.popcornfx.com/o3de-repo",
"origin_uri": "https://downloads.popcornfx.com/o3de-repo/PopcornFX-2.18/O3DE_PopcornFXGem_v2.18.1_Win64_Linux64_LinuxARM64_Mac64.zip",
"version": "2.18.1",
"last_updated": "2023-10-27",
"origin_uri": "https://downloads.popcornfx.com/o3de-repo/PopcornFX-2.18/O3DE_PopcornFXGem_v2.18.2_Win64_Linux64_LinuxARM64_Mac64.zip",
"version": "2.18.2",
"last_updated": "2023-11-30",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit 38db88d

Please sign in to comment.