Newer Stack/curator (with disabled interleaved output)

This commit is contained in:
Kirill Zaborsky 2019-04-16 15:45:32 +03:00
parent 5ad601c411
commit 56c2bf8165
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ BINDIR=$(cd $ROOT/bin ; pwd)
(
cd $BINDIR
rm -f stackage-curator stackage-curator-2*.bz2
CURATOR2=stackage-curator-2-7e65b644121812d9a3a8b24d7130bb8865485f8f
CURATOR2=stackage-curator-2-b6102fdf8a6017e7fee131cf24f470bf1a396665
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-7e65b644121812d9a3a8b24d7130bb8865485f8f
STACK=stack-b6102fdf8a6017e7fee131cf24f470bf1a396665
wget "https://download.fpcomplete.com/stackage-curator-2/$STACK.bz2"
bunzip2 "$STACK.bz2"
chmod +x $STACK

View File

@ -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-7e65b644121812d9a3a8b24d7130bb8865485f8f
CURATOR2=stackage-curator-2-b6102fdf8a6017e7fee131cf24f470bf1a396665
wget "https://download.fpcomplete.com/stackage-curator-2/$CURATOR2.bz2"
bunzip2 "$CURATOR2.bz2"
chmod +x $CURATOR2