rokit-bin
MEDIUM
maintainer MianReplicate
0 votes
scanned 2026-08-20 01:42:48.230657
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Enrique <1enrique3@protonmail.com>
2
3
pkgname=rokit-bin
4
pkgver=1.2.0
5
pkgrel=1
6
pkgdesc="Next-generation toolchain manager for Roblox projects."
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/rojo-rbx/rokit"
9
license=('MIT')
10
source_x86_64=("https://github.com/rojo-rbx/rokit/releases/download/v$pkgver/rokit-$pkgver-linux-x86_64.zip")
11
source_aarch64=("https://github.com/rojo-rbx/rokit/releases/download/v$pkgver/rokit-$pkgver-linux-aarch64.zip")
12
sha512sums_x86_64=('bf88c03c13c4b63b8d9a641182c885cb5ca0aae60e62eade02d994e48ca52d6c6c81a17b4c334b32a958facf555a7ef6fcf83a7b421aaa6bde576fcde8c54915')
13
sha512sums_aarch64=('7449f4d113f2e69c18627f3b5cd76d11674604147fb4e1fe270b686e53ca3af814fc27993d337d7dce045028a97ad6bd1e564ac2cc893296c1865f75c5bff6e5')
14
15
package() {
16
install -Dm755 rokit "$pkgdir/usr/bin/rokit"
17
}
18
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 01:42:48 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |