Skip to content

Commit

Permalink
Scripts: RAT change download url to apache.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeov committed Aug 30, 2020
1 parent 1104d43 commit cb3e898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi

SRC="`cd "$1" > /dev/null && pwd`"

MYURL='http://www.trieuvan.com/apache//creadur/apache-rat-0.13/apache-rat-0.13-bin.tar.gz'
MYURL='https://downloads.apache.org/creadur/apache-rat-0.13/apache-rat-0.13-bin.tar.gz'
MYSHAURL='https://downloads.apache.org/creadur/apache-rat-0.13/apache-rat-0.13-bin.tar.gz.sha512'
MYTAR="`basename "$MYURL"`"
MYNAME="`basename "$MYTAR" -bin.tar.gz`"
Expand Down

0 comments on commit cb3e898

Please sign in to comment.