summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2015-05-08 12:00:50 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-05-08 12:00:50 -0700
commit79927f9ca7b83f6378d211aff7722497c6923c24 (patch)
treee75c7fbd183c4b1ba2d72c1606590040a8598091 /tools
parent3a0462efa944243dac9dd1a6e22eb220113d1f2b (diff)
downloadscala-79927f9ca7b83f6378d211aff7722497c6923c24.tar.gz
scala-79927f9ca7b83f6378d211aff7722497c6923c24.tar.bz2
scala-79927f9ca7b83f6378d211aff7722497c6923c24.zip
Subst repo.typesafe -> dl.bintray, use jcenter cache
Switch to https while we're at it, and remove duplicate entry for sbt-plugin-releases (NOTE: 'organization' <-> 'organisation', see http://ant.apache.org/ivy/history/latest-milestone/concept.html#patterns)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/binary-repo-lib.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binary-repo-lib.sh b/tools/binary-repo-lib.sh
index 14c2c9464a..278804e30e 100755
--- a/tools/binary-repo-lib.sh
+++ b/tools/binary-repo-lib.sh
@@ -2,8 +2,8 @@
#
# Library to push and pull binary artifacts from a remote repository using CURL.
-remote_urlget="http://repo.typesafe.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap"
-remote_urlpush="http://dl.bintray.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap"
+remote_urlget="https://dl.bintray.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap"
+remote_urlpush="https://dl.bintray.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap"
libraryJar="$(pwd)/lib/scala-library.jar"
desired_ext=".desired.sha1"
push_jar="$(pwd)/tools/push.jar"