From 7a7eafd6915f86fb6fd12b786f51933eabd4a988 Mon Sep 17 00:00:00 2001 From: Dominic Dirkx Date: Fri, 4 Oct 2024 13:25:29 +0200 Subject: [PATCH] Version update --- recipe/meta.yaml | 4 ++-- recipe/post-link.bat | 2 +- recipe/post-link.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index fab8f95..88103a1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "tudat-resources" %} - {% set version = "2.3" %} + {% set version = "2.4" %} package: name: {{ name }} @@ -7,7 +7,7 @@ package: source: git_url: https://github.com/tudat-team/{{ name }}.git - git_rev: 98bf1a9493d0724231ebd7f52daff1bfe07efbc3 + git_rev: 420f7ce86df196b7b278e7be7458a4f6daf2a303 build: # A non-negative integer representing the build number of the package. diff --git a/recipe/post-link.bat b/recipe/post-link.bat index 015904b..1a8fda3 100644 --- a/recipe/post-link.bat +++ b/recipe/post-link.bat @@ -29,7 +29,7 @@ set TEMP_PATH=./tmp/ echo "HIDDEN_PATH is %HIDDEN_PATH%" @REM Set package version -set PKG_VERSION=v2.2 +set PKG_VERSION=v2.4 @REM Set resource git URL and REV set RESOURCE_GITHUB_URL="https://github.com/tudat-team/tudat-resources/releases/download/%PKG_VERSION%/resource.tar.gz" diff --git a/recipe/post-link.sh b/recipe/post-link.sh index fd95b51..d96ded8 100644 --- a/recipe/post-link.sh +++ b/recipe/post-link.sh @@ -34,7 +34,7 @@ cd ../ # delete the tmp directory rm -rf $TEMP_PATH -PKG_VERSION=v2.2 +PKG_VERSION=v2.4 RESOURCE_GITHUB_URL="https://github.com/tudat-team/tudat-resources/releases/download/$PKG_VERSION/resource.tar.gz" # Target location on the host machine where the data files will be downloaded