diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-09 12:58:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:49 +0000 |
commit | 13fdee57c648411e9ea7b5a496e90273312d0a4b (patch) | |
tree | 709d6fb6f3f1782e01688ea41f198a1880959ff7 | |
parent | f025cd1fcc30f1df71ee3031899d3f6a16528049 (diff) | |
download | aports-13fdee57c648411e9ea7b5a496e90273312d0a4b.tar.bz2 aports-13fdee57c648411e9ea7b5a496e90273312d0a4b.tar.xz |
testing/julia: rebuild against libressl
-rw-r--r-- | testing/julia/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/julia/APKBUILD b/testing/julia/APKBUILD index c534cf0427..497c092371 100644 --- a/testing/julia/APKBUILD +++ b/testing/julia/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.4.6 _libuv_ver=efb40768b7c7bd9f173a7868f74b92b1c5a61a0e # Keep in sync with deps/Versions.make. _rmathjulia_ver=0.1 -pkgrel=2 +pkgrel=3 pkgdesc="A high-level, high-performance dynamic language for technical computing" url="http://julialang.org" # x86: libunwind package is currently not built for x86 @@ -44,7 +44,7 @@ makedepends="$depends_dev dsfmt gfortran linux-headers - openssl-dev + libressl-dev paxmark perl " |