From add63ac25b5a429a73514cb912c41abfa8fc2121 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Tue, 1 Sep 2015 23:13:47 -0700 Subject: [PATCH] Keep the dilapidated release script alive --- scripts/release_s3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release_s3.sh b/scripts/release_s3.sh index cd2de4382..79e9fa855 100755 --- a/scripts/release_s3.sh +++ b/scripts/release_s3.sh @@ -1,6 +1,6 @@ export POSTGREST_VER=`grep ^version /app/postgrest.cabal | sed -En 's/.*\s+([0-9\.]+)/\1/p'` -curl -L http://softlayer-ams.dl.sourceforge.net/project/s3tools/s3cmd/1.5.0-alpha1/s3cmd-1.5.0-alpha1.tar.gz | tar zx +curl -L http://sourceforge.net/projects/s3tools/files/s3cmd/1.5.0-alpha1/s3cmd-1.5.0-alpha1.tar.gz | tar zx cp /app/dist/build/postgrest/postgrest postgrest-${POSTGREST_VER} tar cJf postgrest-${POSTGREST_VER}.tar.xz postgrest-${POSTGREST_VER}