diff --git a/meta.yaml b/meta.yaml
index 7729154b51eb1c950d556182561aade8f9725089..a7abb94c6a86df2dc2eb203f0e8049070db506dc 100644
--- a/meta.yaml
+++ b/meta.yaml
@@ -3,9 +3,9 @@
 # The git repository for this conda recipe is: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-qboot.git
 
 {% set name       = 'fsl-qboot' %}
-{% set version    = '2010.0' %}
+{% set version    = '2111.0' %}
 {% set repository = 'https://git.fmrib.ox.ac.uk/fsl/qboot.git' %}
-{% set build      = '1' %}
+{% set build      = '0' %}
 
 package:
   name:    {{ name    }}
diff --git a/post-link.sh b/post-link.sh
index ce6125673546b01a8ad426a025723b45aa336a86..1f58481cd7e922fd1d21fa42d5d9f43661fad034 100644
--- a/post-link.sh
+++ b/post-link.sh
@@ -1,3 +1,3 @@
 if [ -e ${FSLDIR}/share/fsl/sbin/createFSLWrapper ]; then
-    ${FSLDIR}/share/fsl/sbin/createFSLWrapper ${SGEQBOOT} qboot qboot_parallel qboot_postproc.sh qboot_preproc.sh
+    ${FSLDIR}/share/fsl/sbin/createFSLWrapper qboot qboot_parallel qboot_postproc.sh qboot_preproc.sh
 fi
diff --git a/pre-unlink.sh b/pre-unlink.sh
index 0e18138d7cc20902de910200a4e36f32489a76e8..646446b18b283f544babae33908cefb8bf29ce31 100644
--- a/pre-unlink.sh
+++ b/pre-unlink.sh
@@ -1,3 +1,3 @@
 if [ -e ${FSLDIR}/share/fsl/sbin/removeFSLWrapper ]; then
-    ${FSLDIR}/share/fsl/sbin/removeFSLWrapper ${SGEQBOOT} qboot qboot_parallel qboot_postproc.sh qboot_preproc.sh
+    ${FSLDIR}/share/fsl/sbin/removeFSLWrapper qboot qboot_parallel qboot_postproc.sh qboot_preproc.sh
 fi