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 Dec 1, 2023
1 parent 955ce87 commit 220c02a
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 4f4c0bb1d4c5c19a3abbf11f0d49609ec1a6eb26363f64631e865747416293d4)
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 305a071c6161ca83f2d95d44785cecf5c95852f881d49c74f35dfbd13653ae1b)
set(pk_package_id ZDEps23sNQA5p7q5)
set(pk_package_hash 4f4c0bb1d4c5c19a3abbf11f0d49609ec1a6eb26363f64631e865747416293d4_ARM64)
set(pk_package_id kX8RSRt2hZWQZutp_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 1396b00ee9ccca3d8e1474277ed128595435e9f892f102f361514f78b39171db)
set(pk_package_id roDQZpBI1HS7O2SX)

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 52875a9f0274fa2da4736f4e6c0ef6d07fc9a118c80861059da5bcbfcee87085)
set(pk_package_id PsvjDNhF0Trboq2I)

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.15/O3DE_PopcornFXGem_v2.15.16_Win64_Linux64_LinuxARM64_Mac64.zip",
"version": "2.15.16",
"last_updated": "2023-12-01",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit 220c02a

Please sign in to comment.