Skip to content

Commit

Permalink
fix(main/aria2): use gnutls instead of openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
termux-pacman-bot committed May 28, 2023
1 parent f6b8e14 commit 3f3f560
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/aria2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ TERMUX_PKG_DESCRIPTION="Download utility supporting HTTP/HTTPS, FTP, BitTorrent
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.36.0
TERMUX_PKG_REVISION=5
TERMUX_PKG_REVISION=6
TERMUX_PKG_SRCURL="https://github.com/aria2/aria2/releases/download/release-${TERMUX_PKG_VERSION}/aria2-${TERMUX_PKG_VERSION}.tar.xz"
TERMUX_PKG_SHA256=58d1e7608c12404f0229a3d9a4953d0d00c18040504498b483305bcb3de907a5
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+\.\d+\.\d+"
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag" # As of 2022-05-11T00:08:00 no github releases are available.
TERMUX_PKG_DEPENDS="libc++, c-ares, openssl, libxml2, zlib"
TERMUX_PKG_DEPENDS="libc++, c-ares, libgnutls, libxml2, zlib"
# sqlite3 is only used for loading cookies from firefox or chrome:
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--with-openssl
--without-gnutls
--without-openssl
--with-gnutls
--without-libuv
--without-sqlite3
--without-libssh2
Expand Down

0 comments on commit 3f3f560

Please sign in to comment.