Skip to content

Commit

Permalink
Merge pull request #21 from uw-cryo/package_update
Browse files Browse the repository at this point in the history
down promote to last stable release
  • Loading branch information
ShashankBice committed Feb 27, 2024
2 parents 898b89c + f59f0a0 commit 9e07dd1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
# https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/2023-09-24-daily-build/StereoPipeline-3.4.0-alpha-2023-09-24-x86_64-Linux.tar.bz2
# https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/3.3.0/StereoPipeline-3.3.0-Linux.tar.bz2
DATE='2024-02-23'
VERSION="3.4.0-alpha"
NAME=StereoPipeline-$VERSION-$DATE-x86_64-Linux
wget -q https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/$DATE-daily-build/$NAME.tar.bz2
VERSION="3.3.0"
#VERSION="3.4.0-alpha"
#NAME=StereoPipeline-$VERSION-$DATE-x86_64-Linux
NAME=StereoPipeline-$VERSION-Linux
#wget -q https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/$DATE-daily-build/$NAME.tar.bz2
wget -q https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/$VERSION/$NAME.tar.bz2
tar -xjf $NAME.tar.bz2
mv $NAME /srv/StereoPipeline
rm $NAME.tar.bz2
Expand Down

0 comments on commit 9e07dd1

Please sign in to comment.