AUR AI Reviewer

Review Results

Version #2115 of postman-bin · commit 1ec317338f8a · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #2028

Comment

The only change in this .SRCINFO hunk is a version bump from 12.22.8 to 12.24.1. No new sources, checksums, install scripts, dependencies, or packaging logic are introduced by this diff, so there is no direct security concern visible in the reviewed change. Any risk would depend on the corresponding PKGBUILD/source update, which is outside this hunk.

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

Comment

The change only updates the pinned upstream Postman release tarball URLs and their SHA256 checksums in .SRCINFO from 12.22.8 to 12.24.1 for x86_64 and aarch64. The sources remain HTTPS on the official Postman download domain, and there are no new build-time commands, scripts, or packaging changes introduced by this diff. This looks like a routine version bump with integrity hashes updated accordingly.

@@ -38,9 +38,9 @@ pkgbase = postman-bin
 	options = !strip
 	source = postman.desktop
 	sha256sums = d87542ac18455ff341da7c5efd01db96a01f659b1bf546840aa4ac8bd085802d
-	source_x86_64 = postman-12.22.8-linux-x86_64.tar.gz::https://dl.pstmn.io/download/version/12.22.8/linux64
-	sha256sums_x86_64 = 503beef8158772edea807517f88220b4ed2e2891dfab5a4ab0181d906bf79e0e
-	source_aarch64 = postman-12.22.8-linux-aarch64.tar.gz::https://dl.pstmn.io/download/version/12.22.8/linux_arm64
-	sha256sums_aarch64 = 45701bda630b843174c1a32d3364610cbb7cc979a88ca894bb305c8011454457
+	source_x86_64 = postman-12.24.1-linux-x86_64.tar.gz::https://dl.pstmn.io/download/version/12.24.1/linux64
+	sha256sums_x86_64 = 3a372d7360b4e21898e6ecafd6c851b457fb9a84261aad140bb73f5f2b777ba9
+	source_aarch64 = postman-12.24.1-linux-aarch64.tar.gz::https://dl.pstmn.io/download/version/12.24.1/linux_arm64
+	sha256sums_aarch64 = 041e5673642e461a1f40b3389038c7e9c83d80fb40c254138a028ad6624052b6
 
 pkgname = postman-bin
Risk 0/5 · Safe PKGBUILD
Result #2030

Comment

The change only bumps postman-bin from 12.22.8 to 12.24.1 and updates the corresponding SHA-256 checksums for the upstream tarballs. The sources remain HTTPS from the official Postman download host, there are no new build steps, scripts, patches, or packaging changes, and no evidence of added persistence or privilege escalation. Risk is low and limited to the usual trust in the upstream binary release.

@@ -4,7 +4,7 @@
 # Contributor: Juan Francisco Miranda <jfmiranda at gmail dot com>
 
 pkgname=postman-bin
-pkgver=12.22.8
+pkgver=12.24.1
 pkgrel=1
 pkgdesc="Build, test, and document your APIs faster"
 provides=('postman')
Risk 0/5 · Safe PKGBUILD
Result #2031

Comment

The change only updates the SHA-256 checksums for the upstream Postman 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. This is a normal integrity update for a republished upstream artifact and does not by itself indicate a security issue in the PKGBUILD diff provided.

@@ -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=('503beef8158772edea807517f88220b4ed2e2891dfab5a4ab0181d906bf79e0e')
-sha256sums_aarch64=('45701bda630b843174c1a32d3364610cbb7cc979a88ca894bb305c8011454457')
+sha256sums_x86_64=('3a372d7360b4e21898e6ecafd6c851b457fb9a84261aad140bb73f5f2b777ba9')
+sha256sums_aarch64=('041e5673642e461a1f40b3389038c7e9c83d80fb40c254138a028ad6624052b6')
 
 package() {
   install -dm755 "${pkgdir}/opt/"