AUR AI Reviewer

Review Results

Version #2543 of postman-bin · commit 0bc1a68f780e · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3907

Comment

The only change in this .SRCINFO hunk is a version bump from 12.27.7 to 12.29.1. No new sources, checksums, install scripts, dependencies, or packaging logic are introduced here, so there is no direct security signal in the diff itself. This is a low-risk metadata update, though the actual PKGBUILD/source integrity would need separate review if changed elsewhere.

@@ -1,6 +1,6 @@
 pkgbase = postman-bin
 	pkgdesc = Build, test, and document your APIs faster
-	pkgver = 12.27.7
+	pkgver = 12.29.1
 	pkgrel = 1
 	url = https://www.getpostman.com
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #3908

Comment

The change is a straightforward version bump in .SRCINFO for the prebuilt Postman binaries, updating the x86_64 and aarch64 download URLs and their SHA256 checksums from 12.27.7 to 12.29.1. The sources remain HTTPS on the official Postman download domain, and there are no new build-time commands, install scripts, or packaging behaviors introduced by this diff. No obvious supply-chain or privilege-escalation concerns are present in the reviewed hunk.

@@ -38,9 +38,9 @@ pkgbase = postman-bin
 	options = !strip
 	source = postman.desktop
 	sha256sums = d87542ac18455ff341da7c5efd01db96a01f659b1bf546840aa4ac8bd085802d
-	source_x86_64 = postman-12.27.7-linux-x86_64.tar.gz::https://dl.pstmn.io/download/version/12.27.7/linux64
-	sha256sums_x86_64 = ca9dff92b17807f3ef5696c71996e3e1f28175a2b8506458b2dc49f365b652a2
-	source_aarch64 = postman-12.27.7-linux-aarch64.tar.gz::https://dl.pstmn.io/download/version/12.27.7/linux_arm64
-	sha256sums_aarch64 = 94bc4c14ceb2782f6a75567262d1720c3511b1b6a989f179a1e64171d18f102c
+	source_x86_64 = postman-12.29.1-linux-x86_64.tar.gz::https://dl.pstmn.io/download/version/12.29.1/linux64
+	sha256sums_x86_64 = ef24ed2526e892f62ed01a1e311a5bfa7c1890dc80d8fabeeb57e0635f4f8316
+	source_aarch64 = postman-12.29.1-linux-aarch64.tar.gz::https://dl.pstmn.io/download/version/12.29.1/linux_arm64
+	sha256sums_aarch64 = d955d5ba7360db14d617b3994bca6f8839dc95fa2571397159a8c09f764ea9b0
 
 pkgname = postman-bin
Risk 0/5 · Safe PKGBUILD
Result #3909

Comment

The change is a straightforward version bump for a binary package: pkgver is updated and the corresponding x86_64/aarch64 source checksums are refreshed. The source URLs remain HTTPS and still point to the vendor download host, with no new build steps, scripts, patches, or privilege-related changes introduced. I do not see any added supply-chain red flags in this diff alone.

@@ -4,7 +4,7 @@
 # Contributor: Juan Francisco Miranda <aurarchlinux.sleek355 at passfwd dot com>
 
 pkgname=postman-bin
-pkgver=12.27.7
+pkgver=12.29.1
 pkgrel=1
 pkgdesc="Build, test, and document your APIs faster"
 provides=('postman')
Risk 0/5 · Safe PKGBUILD
Result #3910

Comment

The change only bumps postman-bin from 12.27.7 to 12.29.1 and updates the pinned SHA-256 checksums for the upstream tarballs on x86_64 and aarch64. The source URLs remain HTTPS and point to the official Postman download host, with no new build steps, scripts, or packaging behavior introduced. I did not find any added supply-chain, persistence, or privilege-escalation risk in this diff.

@@ -20,8 +20,8 @@ source_x86_64=("postman-${pkgver}-linux-${arch[0]}.tar.gz::https://dl.pstmn.io/d
 source_aarch64=("postman-${pkgver}-linux-${arch[1]}.tar.gz::https://dl.pstmn.io/download/version/${pkgver}/linux_arm64")
 
 sha256sums=('d87542ac18455ff341da7c5efd01db96a01f659b1bf546840aa4ac8bd085802d')
-sha256sums_x86_64=('ca9dff92b17807f3ef5696c71996e3e1f28175a2b8506458b2dc49f365b652a2')
-sha256sums_aarch64=('94bc4c14ceb2782f6a75567262d1720c3511b1b6a989f179a1e64171d18f102c')
+sha256sums_x86_64=('ef24ed2526e892f62ed01a1e311a5bfa7c1890dc80d8fabeeb57e0635f4f8316')
+sha256sums_aarch64=('d955d5ba7360db14d617b3994bca6f8839dc95fa2571397159a8c09f764ea9b0')
 
 package() {
   install -dm755 "${pkgdir}/opt/"