mirror of https://github.com/aria2/aria2
Relocate from github.com/tatsuhiro-t/aria2 to github.com/aria2/aria2
parent
d7391f9e0d
commit
e8bd019570
|
@ -105,6 +105,6 @@ RUN cd libssh2-1.6.0 && \
|
||||||
LIBS="-lws2_32" && \
|
LIBS="-lws2_32" && \
|
||||||
make install
|
make install
|
||||||
|
|
||||||
RUN git clone https://github.com/tatsuhiro-t/aria2
|
RUN git clone https://github.com/aria2/aria2
|
||||||
RUN cd aria2 && autoreconf -i && ./mingw-config && make && \
|
RUN cd aria2 && autoreconf -i && ./mingw-config && make && \
|
||||||
$HOST-strip src/aria2c.exe
|
$HOST-strip src/aria2c.exe
|
||||||
|
|
|
@ -80,7 +80,7 @@ RUN mkdir sqlite && cd sqlite && \
|
||||||
make -s install
|
make -s install
|
||||||
|
|
||||||
RUN mkdir aria && cd aria && \
|
RUN mkdir aria && cd aria && \
|
||||||
curl -s 'https://api.github.com/repos/tatsuhiro-t/aria2/releases/latest' | \
|
curl -s 'https://api.github.com/repos/aria2/aria2/releases/latest' | \
|
||||||
grep 'browser_download_url.*[0-9]\.tar\.bz2' | sed -e 's/^[[:space:]]*//' | \
|
grep 'browser_download_url.*[0-9]\.tar\.bz2' | sed -e 's/^[[:space:]]*//' | \
|
||||||
cut -d ' ' -f 2 | xargs -I % curl -Ls -o - '%' | tar xjf - --strip-components=1 && \
|
cut -d ' ' -f 2 | xargs -I % curl -Ls -o - '%' | tar xjf - --strip-components=1 && \
|
||||||
./configure \
|
./configure \
|
||||||
|
|
|
@ -98,11 +98,11 @@ How to get source code
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
We maintain the source code at Github:
|
We maintain the source code at Github:
|
||||||
https://github.com/tatsuhiro-t/aria2
|
https://github.com/aria2/aria2
|
||||||
|
|
||||||
To get the latest source code, run following command::
|
To get the latest source code, run following command::
|
||||||
|
|
||||||
$ git clone https://github.com/tatsuhiro-t/aria2.git
|
$ git clone https://github.com/aria2/aria2.git
|
||||||
|
|
||||||
This will create aria2 directory in your current directory and source
|
This will create aria2 directory in your current directory and source
|
||||||
files are stored there.
|
files are stored there.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
#
|
#
|
||||||
AC_PREREQ([2.67])
|
AC_PREREQ([2.67])
|
||||||
AC_INIT([aria2],[1.22.0],[https://github.com/tatsuhiro-t/aria2/issues],[aria2],[https://aria2.github.io/])
|
AC_INIT([aria2],[1.22.0],[https://github.com/aria2/aria2/issues],[aria2],[https://aria2.github.io/])
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
|
|
@ -102,11 +102,11 @@ Como obter o código fonte
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
O código fonte é mantido no Github:
|
O código fonte é mantido no Github:
|
||||||
https://github.com/tatsuhiro-t/aria2
|
https://github.com/aria2/aria2
|
||||||
|
|
||||||
Para obter o último código fonte, execute o seguinte comando::
|
Para obter o último código fonte, execute o seguinte comando::
|
||||||
|
|
||||||
$ git clone git://github.com/tatsuhiro-t/aria2.git
|
$ git clone git://github.com/aria2/aria2.git
|
||||||
|
|
||||||
Aria2 será criado no diretório corrente do seu computador com os arquivos fonte.
|
Aria2 será criado no diretório corrente do seu computador com os arquivos fonte.
|
||||||
|
|
||||||
|
|
|
@ -553,7 +553,7 @@ int AppleTLSSession::closeConnection()
|
||||||
|
|
||||||
int AppleTLSSession::checkDirection()
|
int AppleTLSSession::checkDirection()
|
||||||
{
|
{
|
||||||
// See: https://github.com/tatsuhiro-t/aria2/pull/61#issuecomment-16051793
|
// See: https://github.com/aria2/aria2/pull/61#issuecomment-16051793
|
||||||
if (state_ == st_connected) {
|
if (state_ == st_connected) {
|
||||||
// Need to check read first, as SocketCore kinda expects this
|
// Need to check read first, as SocketCore kinda expects this
|
||||||
size_t buffered;
|
size_t buffered;
|
||||||
|
|
Loading…
Reference in New Issue