diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-08-15 20:35:31 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-08-15 20:37:07 +0200 |
commit | 05656f78400694aa92e7ace41ed675903f04f941 (patch) | |
tree | 806537cabf9ffeeac6ee07bbcd9b543a8a47dc94 /community/julia | |
parent | a51e236d2fa33b03cb5ac22da90418b2c1178cc3 (diff) | |
download | aports-05656f78400694aa92e7ace41ed675903f04f941.tar.bz2 aports-05656f78400694aa92e7ace41ed675903f04f941.tar.xz |
community/julia: rebuild against pcre2 10.30
Diffstat (limited to 'community/julia')
-rw-r--r-- | community/julia/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/julia/APKBUILD b/community/julia/APKBUILD index c31a9d2df2..a6ebd071f7 100644 --- a/community/julia/APKBUILD +++ b/community/julia/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.5.2 # Keep in sync with deps/libuv.version. _libuv_ver=8d5131b6c1595920dd30644cd1435b4f344b46c8 _llvm_ver=3.9 -pkgrel=2 +pkgrel=3 pkgdesc="A high-level, high-performance dynamic language for technical computing" url="http://julialang.org" # x86: no libunwind package |