espressif-ide-bin
MEDIUM
maintainer Sysitn
1 votes
scanned 2026-08-21 15:15:19.666615
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:22
"${pkgname}-${pkgver}.tar.gz::https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-${pkgver}-linux.gtk.x86_64.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: sysitn <thegreatandrewsh@gmail.com>
2
# Contributor: kajoox <kayquesousa02004@gmail.com> (original maintainer)
3
4
pkgname=espressif-ide-bin
5
pkgver=4.4.0
6
pkgrel=1
7
pkgdesc='Eclipse-based IDE for ESP-IDF development'
8
arch=('x86_64')
9
url="https://github.com/espressif/idf-eclipse-plugin"
10
license=('EPL-2.0')
11
depends=('java-runtime>=21' 'python' 'python-pip' 'gtk3' 'dfu-util' 'webkit2gtk-4.1')
12
optdepends=(
13
'ninja: for building ESP-IDF projects'
14
'gcc: for compiling projects'
15
'git: for version control and ESP-IDF installation'
16
'cmake: for building projects and ESP-IDF installation'
17
'ccache: to speed up the assembly of ESP-IDF projects and ESP-IDF installation'
18
)
19
options=('!strip')
20
21
source=(
22
"${pkgname}-${pkgver}.tar.gz::https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-${pkgver}-linux.gtk.x86_64.tar.gz"
23
"espressif-ide.desktop"
24
)
25
sha256sums=('2fd36289c59abb9cb25afa24ce07a3c87138d983f76739f7e58c8ab5bacd0672'
26
'01b498d77f4076a2b47bac488e47e1be164e5802cb39373256709f8441a33ad7')
27
28
package() {
29
install -dm755 "${pkgdir}/opt/${pkgname}"
30
cp -r "${srcdir}/Espressif-IDE/." "${pkgdir}/opt/${pkgname}/"
31
32
install -dm755 "${pkgdir}/usr/bin"
33
ln -s "/opt/${pkgname}/espressif-ide" "${pkgdir}/usr/bin/espressif-ide"
34
35
install -Dm644 "espressif-ide.desktop" "${pkgdir}/usr/share/applications/espressif-ide.desktop"
36
}
37
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-21 15:15@@ -2,8 +2,8 @@ # Contributor: kajoox <kayquesousa02004@gmail.com> (original maintainer) pkgname=espressif-ide-bin-pkgver=4.3.0-pkgrel=2+pkgver=4.4.0+pkgrel=1 pkgdesc='Eclipse-based IDE for ESP-IDF development' arch=('x86_64') url="https://github.com/espressif/idf-eclipse-plugin"@@ -22,7 +22,7 @@ "${pkgname}-${pkgver}.tar.gz::https://dl.espressif.com/dl/idf-eclipse-plugin/ide/Espressif-IDE-${pkgver}-linux.gtk.x86_64.tar.gz" "espressif-ide.desktop" )-sha256sums=('4d98c244cd449e82177d924d52dba609c8893e0b70052158286e4c1953393dac'+sha256sums=('2fd36289c59abb9cb25afa24ce07a3c87138d983f76739f7e58c8ab5bacd0672' '01b498d77f4076a2b47bac488e47e1be164e5802cb39373256709f8441a33ad7') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 15:15:19 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 18:55:24 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |