Skip to content

Commit

Permalink
upgrade AOSSL dependency to v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Apr 17, 2019
1 parent 5666b29 commit 9398f3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/linux/deb/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ fi
#Build & Install the Shared Service Library
if [ ! -d /usr/local/include/aossl ]; then

wget https://github.com/AO-StreetArt/AOSharedServiceLibrary/releases/download/v2.4.3/aossl-deb-2.4.3.tar.gz
tar -xvzf aossl-deb-2.4.3.tar.gz
wget https://github.com/AO-StreetArt/AOSharedServiceLibrary/releases/download/v2.4.4/aossl-deb-2.4.4.tar.gz
tar -xvzf aossl-deb-2.4.4.tar.gz

#Build the dependencies for the shared service library
mkdir $PRE/aossl_deps
Expand Down
4 changes: 2 additions & 2 deletions scripts/linux/rhel/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ scl enable devtoolset-6 bash
#Build & Install the Shared Service Library
if [ ! -d /usr/local/include/aossl ]; then

wget https://github.com/AO-StreetArt/AOSharedServiceLibrary/releases/download/v2.4.3/aossl-rhel-2.4.3.tar.gz
tar -xvzf aossl-rhel-2.4.3.tar.gz
wget https://github.com/AO-StreetArt/AOSharedServiceLibrary/releases/download/v2.4.4/aossl-rhel-2.4.4.tar.gz
tar -xvzf aossl-rhel-2.4.4.tar.gz

#Build the dependencies for the shared service library
mkdir $PRE/aossl_deps
Expand Down

0 comments on commit 9398f3c

Please sign in to comment.