Skip to content

Commit

Permalink
Update cellar links for 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RensDofferhoff authored Dec 13, 2024
1 parent 410d926 commit c5fb1d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tools/CMake/JASP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ if(R_PKG_CELLAR_DOWNLOAD_REMOTE AND R_PKG_CELLAR_PATH STREQUAL "${CMAKE_BINARY_D
#set appropriate default remote if needed
if(R_PKG_CELLAR_REMOTE STREQUAL "")
if(APPLE)
SET(R_PKG_CELLAR_REMOTE "https://static.jasp-stats.org/development/cellars/cellar_macOS_x86_64_latest.tar.gz")
SET(R_PKG_CELLAR_REMOTE "https://static.jasp-stats.org/development/cellars/cellar_macOS_x86_64_0.19.2.tar.gz")
if(CMAKE_OSX_ARCHITECTURES STREQUAL "arm64")
SET(R_PKG_CELLAR_REMOTE "https://static.jasp-stats.org/development/cellars/cellar_macOS_arm64_latest.tar.gz")
SET(R_PKG_CELLAR_REMOTE "https://static.jasp-stats.org/development/cellars/cellar_macOS_arm64_0.19.2.tar.gz")
endif()
elseif(WIN32)
SET(R_PKG_CELLAR_REMOTE "https://static.jasp-stats.org/development/cellars/cellar_Windows_x86_64_latest.tar.gz")
SET(R_PKG_CELLAR_REMOTE "https://static.jasp-stats.org/development/cellars/cellar_Windows_x86_64_0.19.2.tar.gz")
endif()
endif()

Expand Down

0 comments on commit c5fb1d8

Please sign in to comment.