diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-28 21:17:04 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-28 22:15:13 +0200 |
commit | 3b2b78c11530db20a3757a6b28bb255cc3c74ca6 (patch) | |
tree | 95df9b4da4f144e7abb1981a5acc9fa4e657ecde /community | |
parent | 2923a4515a61f311f7307c0c25b3b8bbb0e18da6 (diff) | |
download | aports-3b2b78c11530db20a3757a6b28bb255cc3c74ca6.tar.bz2 aports-3b2b78c11530db20a3757a6b28bb255cc3c74ca6.tar.xz |
community/julia: rebuild against libgit2 0.27.0
Diffstat (limited to 'community')
-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 ef621d8f1d..8e3727bbec 100644 --- a/community/julia/APKBUILD +++ b/community/julia/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.6.2 # Keep in sync with deps/libuv.version. _libuv_ver=d8ab1c6a33e77bf155facb54215dd8798e13825d _llvm_ver=3.9 -pkgrel=1 +pkgrel=2 pkgdesc="A high-level, high-performance dynamic language for technical computing" url="http://julialang.org" # x86: no libunwind package |