Skip to content

Commit

Permalink
aria2: bump to 1.34.0
Browse files Browse the repository at this point in the history
Close #1
  • Loading branch information
myfreeer committed May 18, 2018
1 parent 8df1834 commit c2e9bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.33.1-{build}
version: 1.34.0-{build}
skip_tags: true
install:
- ps: >-
Expand Down
6 changes: 1 addition & 5 deletions build-aria2.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ rm -rf "expat-${expat_ver}"

# sqlite
sqlite_ver=$(clean_html_index_sqlite "http://www.sqlite.org/download.html")
[[ ! "$sqlite_ver" ]] && sqlite_ver="2018/sqlite-autoconf-3220000.tar.gz"
[[ ! "$sqlite_ver" ]] && sqlite_ver="2018/sqlite-autoconf-3230100.tar.gz"
sqlite_file=$(echo ${sqlite_ver} | grep -ioP "(sqlite-autoconf-\d+\.tar\.gz)")
wget -c --no-check-certificate "http://www.sqlite.org/${sqlite_ver}"
tar xf "${sqlite_file}"
Expand Down Expand Up @@ -157,10 +157,6 @@ fi
git checkout -b patch
git am ../aria2-*.patch

# aria2: Bump up version number to 1.33.1
wget https://github.com/aria2/aria2/commit/b9d74ca88bb8d8c53ccbfc7e95e05f9e2a155455.patch
git am b9d74ca88bb8d8c53ccbfc7e95e05f9e2a155455.patch

autoreconf -fi || autoreconf -fiv
./configure \
--host=$HOST \
Expand Down

0 comments on commit c2e9bdd

Please sign in to comment.