vodarr-bin
LOW
maintainer combor
0 votes
scanned 2026-09-27 17:19:13.301701
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: combor <163394+combor@users.noreply.github.com>
3
4
pkgname='vodarr-bin'
5
pkgver=0.1.0
6
pkgrel=1
7
pkgdesc='Downloads movies and series from video-on-demand sites for Sonarr and Radarr.'
8
url='https://github.com/combor/vodarr'
9
arch=('aarch64' 'x86_64')
10
license=('BSD-3-Clause')
11
provides=('vodarr')
12
conflicts=('vodarr')
13
depends=('ca-certificates' 'ffmpeg')
14
15
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/combor/vodarr/releases/download/v${pkgver}/vodarr_${pkgver}_linux_arm64.tar.gz")
16
sha256sums_aarch64=('be5180206484bfee25a11865a4c040240a3fc4bbceb9eb79b5d55d79025a0ec8')
17
18
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/combor/vodarr/releases/download/v${pkgver}/vodarr_${pkgver}_linux_amd64.tar.gz")
19
sha256sums_x86_64=('24bf9db87574abab97b67681cf92f680307174b88fa5159045d07990b3d93bcf')
20
21
package() {
22
install -Dm755 "./vodarr" "${pkgdir}/usr/bin/vodarr"
23
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/vodarr-bin/LICENSE"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 17:19:13 | Low | 1 |
| 2026-09-27 15:19:08 | Low | 1 |