AUR AI Reviewer

Review Results

Version #2348 of postman-bin · commit 57e623cc8456 · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #2753

Comment

The only change in this .SRCINFO hunk is a version bump from 12.25.7 to 12.26.5. No source URLs, checksums, build steps, install scripts, permissions, or other packaging metadata changed in the provided diff, so there is no new security signal here. Based on the reviewed hunk alone, this appears low risk.

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

Comment

The change is a straightforward version bump in .SRCINFO for the binary package, updating the official Postman download URLs from 12.25.7 to 12.26.5 and refreshing the corresponding SHA256 checksums for x86_64 and aarch64. The sources remain HTTPS on the vendor’s domain, there are no new build-time commands, no added scripts, and no packaging/persistence red flags in this diff. Based on the provided hunk alone, this appears low risk.

@@ -38,9 +38,9 @@ pkgbase = postman-bin
 	options = !strip
 	source = postman.desktop
 	sha256sums = d87542ac18455ff341da7c5efd01db96a01f659b1bf546840aa4ac8bd085802d
-	source_x86_64 = postman-12.25.7-linux-x86_64.tar.gz::https://dl.pstmn.io/download/version/12.25.7/linux64
-	sha256sums_x86_64 = c43a8389beef36b1efca685c0d893459f7f93bd44e1315ee241db457a1588ab5
-	source_aarch64 = postman-12.25.7-linux-aarch64.tar.gz::https://dl.pstmn.io/download/version/12.25.7/linux_arm64
-	sha256sums_aarch64 = 2f31c10551cd097ac5b58dcd2ed7f16efcb919a75b374a18a5162ccbfcf38d02
+	source_x86_64 = postman-12.26.5-linux-x86_64.tar.gz::https://dl.pstmn.io/download/version/12.26.5/linux64
+	sha256sums_x86_64 = 55367d87a1653c9aa452f18e9974692d6e3dcc7634ed0f84dc75c4797aa5243d
+	source_aarch64 = postman-12.26.5-linux-aarch64.tar.gz::https://dl.pstmn.io/download/version/12.26.5/linux_arm64
+	sha256sums_aarch64 = 334ebf68e6a5e724465714c215cac86cd3129beae8002e2a6bb45854d869a7e7
 
 pkgname = postman-bin
Risk 0/5 · Safe PKGBUILD
Result #2755

Comment

The change is a straightforward version bump in PKGBUILD from 12.25.7 to 12.26.5 with corresponding checksum updates for the upstream tarballs. No new sources, scripts, install hooks, privilege changes, or packaging logic were introduced. The package still downloads from the official Postman domain over HTTPS and installs the same files as before. Based on the diff provided, there are no evident security regressions.

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

Comment

The change only updates the SHA-256 checksums for the existing upstream Postman release tarballs on the official HTTPS download host. No new sources, scripts, build steps, permissions, or install-time behavior were introduced. This is a routine integrity update and does not add security risk by itself.

@@ -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=('c43a8389beef36b1efca685c0d893459f7f93bd44e1315ee241db457a1588ab5')
-sha256sums_aarch64=('2f31c10551cd097ac5b58dcd2ed7f16efcb919a75b374a18a5162ccbfcf38d02')
+sha256sums_x86_64=('55367d87a1653c9aa452f18e9974692d6e3dcc7634ed0f84dc75c4797aa5243d')
+sha256sums_aarch64=('334ebf68e6a5e724465714c215cac86cd3129beae8002e2a6bb45854d869a7e7')
 
 package() {
   install -dm755 "${pkgdir}/opt/"