diff --git a/automated/build-next.sh b/automated/build-next.sh index 5e0476a3..b0c65c48 100755 --- a/automated/build-next.sh +++ b/automated/build-next.sh @@ -63,7 +63,7 @@ BINDIR=$(cd $ROOT/bin ; pwd) ( cd $BINDIR rm -f stackage-curator stackage-curator-2*.bz2 -CURATOR2=stackage-curator-2-b6102fdf8a6017e7fee131cf24f470bf1a396665 +CURATOR2=stackage-curator-2-7e161449fa1b63a7e41299f3f87bd6f3d7e13082 wget "https://download.fpcomplete.com/stackage-curator-2/$CURATOR2.bz2" bunzip2 "$CURATOR2.bz2" chmod +x $CURATOR2 @@ -94,7 +94,7 @@ fi ( cd $BINDIR rm -f stack stack-*.bz2 -STACK=stack-b6102fdf8a6017e7fee131cf24f470bf1a396665 +STACK=stack-7e161449fa1b63a7e41299f3f87bd6f3d7e13082 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 75b0b713..0f2a3c7e 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-b6102fdf8a6017e7fee131cf24f470bf1a396665 +CURATOR2=stackage-curator-2-7e161449fa1b63a7e41299f3f87bd6f3d7e13082 wget "https://download.fpcomplete.com/stackage-curator-2/$CURATOR2.bz2" bunzip2 "$CURATOR2.bz2" chmod +x $CURATOR2