terramate-bin

maintainer jcardoso · 1 votes · scanned 2026-08-18 15:40:04.149666
MEDIUM
View on AUR ↗
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: Jose Cardoso <archlinux.org@josecardoso.com>
2# Contributor: Enmanuel Moreira <enmanuelmoreira@gmail.com>
3
4_pkggit=terramate
5
6pkgname=terramate-bin
7pkgver=0.17.2
8pkgrel=1
9pkgdesc="Terramate is a tool for managing multiple Terraform stacks that comes with support for change detection and code generation."
10arch=('x86_64')
11url="https://github.com/terramate-io/terramate"
12conflicts=('terramate')
13provides=('terramate')
14license=('MPL-2')
15source=(
16 "https://github.com/terramate-io/${_pkggit}/releases/download/v${pkgver}/${_pkggit}_${pkgver}_linux_x86_64.tar.gz"
17 "https://github.com/terramate-io/${_pkggit}/archive/refs/tags/v${pkgver}.tar.gz"
18)
19sha256sums=(
20 'd519f118bbf2db1156df186f4162ef10d317d906af941ee6945300f777963776'
21 '697ddb9f02995e1f2fed07c2eb230c47cc85de5f167fac86f2da02048ed695a2'
22)
23
24depends=()
25makedepends=()
26
27package() {
28 cd "${srcdir}"
29 install -Dm755 ${_pkggit} ${pkgdir}/usr/bin/${_pkggit}
30 install -Dm755 ${_pkggit}-ls ${pkgdir}/usr/bin/${_pkggit}-ls
31 install -Dm644 "${srcdir}/${_pkggit}-${pkgver}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
32 install -Dm644 "${srcdir}/${_pkggit}-${pkgver}/LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
33}
34

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:14
+++ PKGBUILD @ 2026-08-18 15:40
@@ -1,9 +1,10 @@
-# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
+# Maintainer: Jose Cardoso <archlinux.org@josecardoso.com>
+# Contributor: Enmanuel Moreira <enmanuelmoreira@gmail.com>
_pkggit=terramate
pkgname=terramate-bin
-pkgver=0.14.7
+pkgver=0.17.2
pkgrel=1
pkgdesc="Terramate is a tool for managing multiple Terraform stacks that comes with support for change detection and code generation."
arch=('x86_64')
@@ -15,8 +16,10 @@
"https://github.com/terramate-io/${_pkggit}/releases/download/v${pkgver}/${_pkggit}_${pkgver}_linux_x86_64.tar.gz"
"https://github.com/terramate-io/${_pkggit}/archive/refs/tags/v${pkgver}.tar.gz"
)
-sha256sums=('ea4af9ba034ca25be9aaa09cc3b33c2d182be986ce12bb5c5b1681aa22ef83e4'
- '36d71ed54634af2f61958bcf139db5509f1307064716fc1aa180ab97d3a9b668')
+sha256sums=(
+ 'd519f118bbf2db1156df186f4162ef10d317d906af941ee6945300f777963776'
+ '697ddb9f02995e1f2fed07c2eb230c47cc85de5f167fac86f2da02048ed695a2'
+)
depends=()
makedepends=()

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 15:40:04 MEDIUM 1
2026-07-31 00:14:10 CLEAN 2
2026-07-30 15:15:12 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion