Skip to content

Commit

Permalink
Update PopcornFX runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ValPKFX committed Jan 19, 2023
1 parent 3f5cb19 commit 4aba22b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Code/Platform/Linux/PAL_linux.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}-linux)
set(pk_package_hash 879c8d3cd6c2cc41af1931d278206f08ce14bbf120f839cb6c97e52994151584)
set(pk_package_hash 4c12e26068dd1a4dbb9e27f4b2a58a8caa9b6d9c06fed95b0b3f053cbf6a725f)
set(pk_package_id rufLTFLedQsA4UhG)

ly_associate_package(PACKAGE_NAME ${package_name} TARGETS PopcornFX PACKAGE_HASH ${pk_package_hash})
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 d5ad73aab21108236887957ac15c854c695a5cc132d6e4d9695c7c1f79b73cdd)
set(pk_package_hash 3adf373359e98b8d23c02e0c6ac0fa04e06870d2e6eb4f0a8e3302768c1409d3)
set(pk_package_id q6d4XffNtKv4qmbp)

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 e1c91b07de4a47a235ad4c6cb3e18a54f128430aacbbec5e70ae1ac897f9cb00)
set(pk_package_hash 6ae1caf1b3cba3a654a3e005645280c53175cfa6b41da2a56946a73aa12a7946)
set(pk_package_id Dhc7UYALnRcGdDG6)

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.0_Win64_Linux64_Mac64.zip",
"version": "2.15.0",
"last_updated": "2023-01-18",
"last_updated": "2023-01-19",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit 4aba22b

Please sign in to comment.