Skip to content

Commit

Permalink
升级软件包版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Rorschach331 committed Feb 10, 2025
1 parent 9847f8e commit a747bb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt install \
make binutils autoconf automake autotools-dev \
libtool pkg-config git curl dpkg-dev autopoint libcppunit-dev \
libxml2-dev lzip wget jq libcares-dev -y
libxml2-dev lzip wget jq -y
- name: 准备
run: |
git clone https://github.com/aria2/aria2.git
Expand Down
6 changes: 3 additions & 3 deletions libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

## DEPENDENCES ##
ZLIB=https://sourceforge.net/projects/libpng/files/zlib/1.2.11/zlib-1.2.11.tar.gz
OPENSSL=https://www.openssl.org/source/openssl-1.1.1q.tar.gz
OPENSSL=https://github.com/openssl/openssl/releases/download/openssl-3.4.0/openssl-3.4.0.tar.gz
EXPAT=https://github.com/libexpat/libexpat/releases/download/R_2_4_8/expat-2.4.8.tar.bz2
SQLITE3=https://sqlite.org/2022/sqlite-autoconf-3390000.tar.gz
C_ARES=https://c-ares.org/download/c-ares-1.18.1.tar.gz
SSH2=https://www.libssh2.org/download/libssh2-1.10.0.tar.gz
C_ARES=https://github.com/c-ares/c-ares/releases/download/v1.34.4/c-ares-1.34.4.tar.gz
SSH2=https://libssh2.org/download/libssh2-1.11.1.tar.gz

## CONFIG ##
ARCH="armhf"
Expand Down

0 comments on commit a747bb6

Please sign in to comment.