You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2021/04/01 20:22:22 UTC

[couchdb-ci] branch main updated: update dependency versions as older packages are no longer available

This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 834bce1  update dependency versions as older packages are no longer available
834bce1 is described below

commit 834bce13594b541de80e21314c544f39f4089488
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Thu Apr 1 22:22:14 2021 +0200

    update dependency versions as older packages are no longer available
---
 bin/pkg-dependencies.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/pkg-dependencies.sh b/bin/pkg-dependencies.sh
index caa7222..4f087ec 100755
--- a/bin/pkg-dependencies.sh
+++ b/bin/pkg-dependencies.sh
@@ -34,8 +34,8 @@ fi
 pkg upgrade -y
 
 pkg install -y gmake help2man openssl icu curl git bash unzip \
-    autoconf automake libtool node8 npm-node8 lang/python3 \
-    py36-sphinx py36-pip
+    autoconf automake libtool node12 npm-node12 lang/python3 \
+    py37-sphinx py37-pip
 
 npm install npm@latest -g