Skip to content

Commit

Permalink
Update Clipper source URL
Browse files Browse the repository at this point in the history
Modified the source URL for Clipper in the get_sources script to use the York server instead of the CCP4 server. This change ensures that the package is fetched from a reliable source.
  • Loading branch information
Dialpuri committed Aug 2, 2024
1 parent d623ebb commit 759a248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/get_sources
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -d "clipper" ]; then
echo "Found clipper"
else
echo "Checking out clipper"
curl --retry 5 --retry-all-errors -L http://ftp.ccp4.ac.uk/opensource/clipper-2.1.20201109.tar.gz -o clipper-2.1.20201109.tar.gz
curl --retry 5 --retry-all-errors -L http://www.ysbl.york.ac.uk/jsd523/clipper-2.1.20201109.tar.gz -o clipper-2.1.20201109.tar.gz
tar xf clipper-2.1.20201109.tar.gz
mv clipper-2.1 clipper

Expand Down

0 comments on commit 759a248

Please sign in to comment.