Skip to content

Commit

Permalink
system/perl-5.28: Update Donald from 1.04 to 1.05
Browse files Browse the repository at this point in the history
Update package Donald from 1.04 to 1.05 and update download url. I'm not
proud of it, but clusterd depends on it.
  • Loading branch information
donald committed Jan 31, 2019
1 parent 63b8d41 commit 9d2df1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/perl-5.28.1-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ cpan Bundle::CPAN
# clusterd...
(
cd $HOME/build
test -e Donald-1.04.tar.gz || cp /home/buczek/cluster/Donald/Donald-1.04.tar.gz .
test -d Donald-1.04 || tar xf Donald-1.04.tar.gz
cd Donald-1.04
test -e Donald-1.04.tar.gz || wget https://github.molgen.mpg.de/donald/Donald/archive/1.05.tar.gz -O Donald-1.05.tar.gz
test -d Donald-1.05 || tar xf Donald-1.05.tar.gz
cd Donald-1.05
cpan .
)

Expand Down

0 comments on commit 9d2df1f

Please sign in to comment.