superstack-bin
LOW
maintainer siliconwitch
0 votes
scanned 2026-08-24 15:23:42.374088
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# This file was generated by GoReleaser. DO NOT EDIT.
2
# Maintainer: Raj Nakarja <raj@siliconwitchery.com>
3
4
pkgname='superstack-bin'
5
pkgver=0.0.4
6
pkgrel=1
7
pkgdesc='The Superstack command line interface'
8
url='https://github.com/siliconwitchery/superstack-cli'
9
arch=('aarch64' 'x86_64')
10
license=('ISC')
11
provides=('superstack')
12
conflicts=('superstack')
13
14
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/siliconwitchery/superstack-cli/releases/download/v${pkgver}/superstack_${pkgver}_linux_arm64.tar.gz")
15
sha256sums_aarch64=('b1c315d3a85034922c0898dfe236f4e86674ea7194efc63153659d8ba47ec712')
16
17
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/siliconwitchery/superstack-cli/releases/download/v${pkgver}/superstack_${pkgver}_linux_amd64.tar.gz")
18
sha256sums_x86_64=('e5e5cdb93c86f2ab2b931c9a9b69a36e7e2ab46f137cda1f3f6d185f552e4724')
19
20
package() {
21
install -Dm755 "./superstack" "${pkgdir}/usr/bin/superstack"
22
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
23
install -Dm644 "./README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-08-14 00:03+++ PKGBUILD @ 2026-08-24 15:23@@ -2,7 +2,7 @@ # Maintainer: Raj Nakarja <raj@siliconwitchery.com> pkgname='superstack-bin'-pkgver=0.0.3+pkgver=0.0.4 pkgrel=1 pkgdesc='The Superstack command line interface' url='https://github.com/siliconwitchery/superstack-cli'@@ -12,10 +12,10 @@ conflicts=('superstack') source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/siliconwitchery/superstack-cli/releases/download/v${pkgver}/superstack_${pkgver}_linux_arm64.tar.gz")-sha256sums_aarch64=('de96102892c72beab43f58eca84f42d40834b61a5ba644a0d4e3fb397045d02a')+sha256sums_aarch64=('b1c315d3a85034922c0898dfe236f4e86674ea7194efc63153659d8ba47ec712') source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/siliconwitchery/superstack-cli/releases/download/v${pkgver}/superstack_${pkgver}_linux_amd64.tar.gz")-sha256sums_x86_64=('336fc7cf5c9dcebd56a16f17989340ae6358dc73f0dd1ab941bd1e73cad34c48')+sha256sums_x86_64=('e5e5cdb93c86f2ab2b931c9a9b69a36e7e2ab46f137cda1f3f6d185f552e4724') package() { install -Dm755 "./superstack" "${pkgdir}/usr/bin/superstack"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 15:23:42 | Low | 1 |
| 2026-08-14 00:03:41 | Clean | 2 |
| 2026-08-13 11:26:16 | Low | 1 |
| 2026-08-12 00:27:08 | Clean | 2 |
| 2026-08-11 13:21:13 | Low | 1 |