diff --git a/packages/aria2/a2io.h.patch b/packages/aria2/a2io.h.patch deleted file mode 100644 index 750759797..000000000 --- a/packages/aria2/a2io.h.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -u -r ../aria2-1.20.0/src/a2io.h ./src/a2io.h ---- ../aria2-1.20.0/src/a2io.h 2016-02-15 10:36:34.000000000 -0500 -+++ ./src/a2io.h 2016-03-07 18:34:51.855777471 -0500 -@@ -148,7 +148,7 @@ - #define a2fstat(fd, buf) fstat64(fd, buf) - // # define a2ftell(fd): No ftell64 and not used in aria2 - #define a2_struct_stat struct stat --#define a2stat(path, buf) stat64(path, buf) -+#define a2stat(path, buf) stat(path, buf) - #define a2mkdir(path, openMode) mkdir(path, openMode) - #define a2utimbuf utimbuf - #define a2utime(path, times) ::utime(path, times) diff --git a/packages/aria2/build.sh b/packages/aria2/build.sh index b79d30939..091a48169 100644 --- a/packages/aria2/build.sh +++ b/packages/aria2/build.sh @@ -1,10 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://aria2.github.io TERMUX_PKG_DESCRIPTION="Download utility supporting HTTP/HTTPS, FTP, BitTorrent and Metalink" TERMUX_PKG_LICENSE="GPL-2.0" -TERMUX_PKG_VERSION=1.34.0 -TERMUX_PKG_REVISION=8 +TERMUX_PKG_VERSION=1.35.0 TERMUX_PKG_SRCURL=https://github.com/aria2/aria2/releases/download/release-${TERMUX_PKG_VERSION}/aria2-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=3a44a802631606e138a9e172a3e9f5bcbaac43ce2895c1d8e2b46f30487e77a3 +TERMUX_PKG_SHA256=1e2b7fd08d6af228856e51c07173cfcf987528f1ac97e04c5af4a47642617dfd TERMUX_PKG_DEPENDS="libc++, c-ares, openssl, libxml2, zlib" # sqlite3 is only used for loading cookies from firefox or chrome: TERMUX_PKG_EXTRA_CONFIGURE_ARGS="