Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Oct 4, 2024
1 parent 5b8ded1 commit 7a7eafd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "tudat-resources" %}
{% set version = "2.3" %}
{% set version = "2.4" %}

package:
name: {{ name }}
version: {{ version }}

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.
Expand Down
2 changes: 1 addition & 1 deletion recipe/post-link.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion recipe/post-link.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a7eafd

Please sign in to comment.