Skip to content
Snippets Groups Projects
Commit 260653fc authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: Bump version, add pre/post link scripts

parent 3a21a328
No related branches found
No related tags found
1 merge request!91MNT: Bump version, add pre/post link scripts
Pipeline #17055 canceled
......@@ -3,7 +3,7 @@
# The git repository for this conda recipe is: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-base.git
{% set name = 'fsl-base' %}
{% set version = '2301.1' %}
{% set version = '2302.0' %}
{% set repository = 'https://git.fmrib.ox.ac.uk/fsl/base.git' %}
{% set build = '0' %}
......
if [ -e ${FSLDIR}/share/fsl/sbin/createFSLWrapper ]; then
${FSLDIR}/share/fsl/sbin/createFSLWrapper fslversion update_fsl_release
fi
if [ -e ${FSLDIR}/share/fsl/sbin/removeFSLWrapper ]; then
${FSLDIR}/share/fsl/sbin/removeFSLWrapper fslversion update_fsl_release
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment