julia-bin

MEDIUM
maintainer alhirzel 37 votes scanned 2026-09-19 11:30:33.287899
View on AUR
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
4pkgname=julia-bin
5pkgver=1.13.0
6pkgrel=0
7pkgdesc="High-level, high-performance, dynamic programming language - official binaries"
8arch=('x86_64' 'aarch64')
9url="https://julialang.org"
10license=('MIT')
11provides=(julia)
12conflicts=(julia)
13depends=('bash' 'gmp' 'libnghttp2' 'libssh2' 'libunwind' 'python' 'llvm')
14source_x86_64=("https://julialang-s3.julialang.org/bin/linux/x64/${pkgver:0:4}/julia-${pkgver}-linux-x86_64.tar.gz")
15source_aarch64=("https://julialang-s3.julialang.org/bin/linux/aarch64/${pkgver:0:4}/julia-${pkgver}-linux-aarch64.tar.gz")
16sha256sums_x86_64=('8975da61c128a5e5ded3e719e868da8c8781deb7ad7913d37fb99be02a81904b')
17sha256sums_aarch64=('6cd4a3e4baa2dc5f55638c28e9835fc294f41c78ada4a740dc408436778ab8b4')
18
19options=(!strip)
20
21package() {
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)SeverityRules
2026-09-19 11:30:33 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion