diff --git a/automated/build-next.sh b/automated/build-next.sh index fd51f430..bc8e091c 100755 --- a/automated/build-next.sh +++ b/automated/build-next.sh @@ -61,7 +61,7 @@ BINDIR=$(cd $ROOT/bin ; pwd) ( cd $BINDIR rm -f stackage-curator stackage-curator-2*.bz2 -CURATOR2=stackage-curator-2-401883a889b06e0a2ac772fac7abcc743d5a00e2 +CURATOR2=stackage-curator-2-7e65b644121812d9a3a8b24d7130bb8865485f8f wget "https://download.fpcomplete.com/stackage-curator-2/$CURATOR2.bz2" bunzip2 "$CURATOR2.bz2" chmod +x $CURATOR2 @@ -90,7 +90,7 @@ fi ( cd $BINDIR rm -f stack stack-*.bz2 -STACK=stack-401883a889b06e0a2ac772fac7abcc743d5a00e2 +STACK=stack-7e65b644121812d9a3a8b24d7130bb8865485f8f wget "https://download.fpcomplete.com/stackage-curator-2/$STACK.bz2" bunzip2 "$STACK.bz2" chmod +x $STACK diff --git a/etc/curator-2-check.sh b/etc/curator-2-check.sh index d9759b61..a40874d1 100755 --- a/etc/curator-2-check.sh +++ b/etc/curator-2-check.sh @@ -11,7 +11,7 @@ export PATH=$HOME/.local/bin:$PATH curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' # Get new Stackage curator -CURATOR2=stackage-curator-2-6ec4ac4ee5016e2ecd86af2abfa722b94d2a56c3 +CURATOR2=stackage-curator-2-7e65b644121812d9a3a8b24d7130bb8865485f8f wget "https://download.fpcomplete.com/stackage-curator-2/$CURATOR2.bz2" bunzip2 "$CURATOR2.bz2" chmod +x $CURATOR2