Browse Source

prereq: update make/bash

Waldemar Brodkorb 6 years ago
parent
commit
9c38bd38c3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      scripts/prereq.sh

+ 3 - 3
scripts/prereq.sh

@@ -9,9 +9,9 @@ target="$@"
 flags="$MAKEFLAGS"
 out=0
 
-mirror=http://distfiles.openadk.org
-makever=4.1
-bashver=4.3.30
+mirror=https://distfiles.openadk.org
+makever=4.2.1
+bashver=4.4.18
 
 # detect operating system
 os=$(env uname)