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

Merge branch 'paulmc-master-patch-02431' into 'master'

MNT: Bump version, add pre/post link scripts

See merge request !91
parents 3a21a328 260653fc
No related branches found
No related tags found
1 merge request!91MNT: Bump version, add pre/post link scripts
Pipeline #17069 waiting for manual action
......@@ -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