julia-bin
MEDIUM
maintainer alhirzel
37 votes
scanned 2026-09-19 11:30:33.287899
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
Medium
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:14
source_x86_64=("https://julialang-s3.julialang.org/bin/linux/x64/${pkgver:0:4}/julia-${pkgver}-linux-x86_64.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: redponike <proton (dot) me>
2
# Maintainer: Alex Hirzel <alex at hirzel period us>
3
4
pkgname=julia-bin
5
pkgver=1.13.0
6
pkgrel=0
7
pkgdesc="High-level, high-performance, dynamic programming language - official binaries"
8
arch=('x86_64' 'aarch64')
9
url="https://julialang.org"
10
license=('MIT')
11
provides=(julia)
12
conflicts=(julia)
13
depends=('bash' 'gmp' 'libnghttp2' 'libssh2' 'libunwind' 'python' 'llvm')
14
source_x86_64=("https://julialang-s3.julialang.org/bin/linux/x64/${pkgver:0:4}/julia-${pkgver}-linux-x86_64.tar.gz")
15
source_aarch64=("https://julialang-s3.julialang.org/bin/linux/aarch64/${pkgver:0:4}/julia-${pkgver}-linux-aarch64.tar.gz")
16
sha256sums_x86_64=('8975da61c128a5e5ded3e719e868da8c8781deb7ad7913d37fb99be02a81904b')
17
sha256sums_aarch64=('6cd4a3e4baa2dc5f55638c28e9835fc294f41c78ada4a740dc408436778ab8b4')
18
19
options=(!strip)
20
21
package() {
22
mkdir -p ${pkgdir}/usr/share/licenses/julia
23
cp -r julia-${pkgver}/{bin,etc,include,lib,share,libexec} ${pkgdir}/usr/
24
install -Dm644 julia-${pkgver}/LICENSE.md ${pkgdir}/usr/share/licenses/julia-bin/LICENSE.md
25
}
26
27
# vim: ts=2 sw=2 et:
28
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-09-19 11:30@@ -2,7 +2,7 @@ # Maintainer: Alex Hirzel <alex at hirzel period us> pkgname=julia-bin-pkgver=1.12.6+pkgver=1.13.0 pkgrel=0 pkgdesc="High-level, high-performance, dynamic programming language - official binaries" arch=('x86_64' 'aarch64')@@ -13,8 +13,8 @@ depends=('bash' 'gmp' 'libnghttp2' 'libssh2' 'libunwind' 'python' 'llvm') source_x86_64=("https://julialang-s3.julialang.org/bin/linux/x64/${pkgver:0:4}/julia-${pkgver}-linux-x86_64.tar.gz") source_aarch64=("https://julialang-s3.julialang.org/bin/linux/aarch64/${pkgver:0:4}/julia-${pkgver}-linux-aarch64.tar.gz")-sha256sums_x86_64=('bbabf3bef19421a9dbd24a767d807606ab85e444323b5a1c73ffe293fa3d079a')-sha256sums_aarch64=('029b93b857bd0ffd627f9a8580d3bbaa63daf008d7b7aed02fbceb8fd57c4899')+sha256sums_x86_64=('8975da61c128a5e5ded3e719e868da8c8781deb7ad7913d37fb99be02a81904b')+sha256sums_aarch64=('6cd4a3e4baa2dc5f55638c28e9835fc294f41c78ada4a740dc408436778ab8b4') options=(!strip) Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-19 11:30:33 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |