From 6dad76dbba02330bc438cd9d8a0d001b2ab08df2 Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Wed, 15 May 2019 16:20:53 +0300 Subject: [PATCH] New versions of Stack and curator tool --- automated/build-next.sh | 4 ++-- etc/curator-2-check.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automated/build-next.sh b/automated/build-next.sh index b0c65c48..3fe33c4e 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-7e161449fa1b63a7e41299f3f87bd6f3d7e13082 +CURATOR2=stackage-curator-2-f6258124cff9a7e92bcb5704164a70e149080e88 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-7e161449fa1b63a7e41299f3f87bd6f3d7e13082 +STACK=stack-f6258124cff9a7e92bcb5704164a70e149080e88 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 0f2a3c7e..ac95ec8c 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-7e161449fa1b63a7e41299f3f87bd6f3d7e13082 +CURATOR2=stackage-curator-2-f6258124cff9a7e92bcb5704164a70e149080e88 wget "https://download.fpcomplete.com/stackage-curator-2/$CURATOR2.bz2" bunzip2 "$CURATOR2.bz2" chmod +x $CURATOR2