X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=release.sh;h=766f4d3044cdf072a93dcb28a52cde42eaa843f7;hb=988cc3ccaf59a0c25d9df47337bb9bd8826f6b31;hp=b3e8461050824771a607ededce752c2a2969b1ab;hpb=2248085c5c4daf571b93b14a2a1aa35cfc8d63d7;p=i3%2Fi3 diff --git a/release.sh b/release.sh index b3e84610..766f4d30 100755 --- a/release.sh +++ b/release.sh @@ -8,7 +8,7 @@ export RELEASE_BRANCH="next" if [ ! -e "../i3.github.io" ] then echo "../i3.github.io does not exist." - echo "Use git clone git://github.com/i3/i3.github.io" + echo "Use git clone https://github.com/i3/i3.github.io" exit 1 fi @@ -41,7 +41,7 @@ STARTDIR=$PWD TMPDIR=$(mktemp -d) cd $TMPDIR -if ! wget http://i3wm.org/downloads/i3-${PREVIOUS_VERSION}.tar.bz2; then +if ! wget https://i3wm.org/downloads/i3-${PREVIOUS_VERSION}.tar.bz2; then echo "Could not download i3-${PREVIOUS_VERSION}.tar.bz2 (required for comparing files)." exit 1 fi