AUR AI Reviewer

Review Results

Version #2212 of 1password · commit e323d0d1f8de · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #2379

Comment

The change is a routine version bump in .SRCINFO for the 1Password package: updated pkgver/pkgrel, source URLs, and checksums to the new upstream release. The sources remain HTTPS on the official 1password.com download domain, and the PGP key pinning is unchanged. No new build steps, scripts, permissions, or persistence mechanisms are introduced in this diff. Based on the provided hunk, this appears low risk.

@@ -1,7 +1,7 @@
 pkgbase = 1password
 	pkgdesc = Password manager and secure wallet
-	pkgver = 8.12.32
-	pkgrel = 33
+	pkgver = 8.12.34
+	pkgrel = 34
 	url = https://1password.com
 	install = 1password.install
 	arch = x86_64
Risk 0/5 · Safe .SRCINFO
Result #2380

Comment

The change is a straightforward version bump in .SRCINFO for the 1Password upstream tarball, with matching updated SHA-256 checksums and unchanged PGP key. The source remains HTTPS from the official 1password download domain, and there are no new build steps, scripts, or packaging metadata changes that suggest persistence, privilege escalation, or integrity bypass. Based on the provided diff alone, this looks low risk.

@@ -9,11 +9,11 @@ pkgbase = 1password
 	conflicts = 1password-beta
 	conflicts = 1password-beta-bin
 	options = !strip
-	source = https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.12.32.x64.tar.gz
-	source = https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.12.32.x64.tar.gz.sig
+	source = https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.12.34.x64.tar.gz
+	source = https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.12.34.x64.tar.gz.sig
 	validpgpkeys = 3FEF9748469ADBE15DA7CA80AC2D62742012EA22
-	sha256sums = 760e3649034c4bbefedfddec0cfebac1e677dd55482a3390119c1a2bcda27d97
-	sha256sums = 49b450988b974c1c36874141bedfedfaec570d623d97e3822780e7ec8dcfcb97
+	sha256sums = 297784aa66770b645607a7f04c9ba2c4aebed4f46d21202487f521ba572b7b13
+	sha256sums = ec085bef60de748895d3c51a8208301ba2ac8fb47db99334539ba4bd1d3260d7
 
 pkgname = 1password
 	depends = hicolor-icon-theme
Risk 0/5 · Safe PKGBUILD
Result #2381

Comment

The change is a routine upstream version bump for the 1Password binary package: it updates the tarball version and refreshes the corresponding SHA-256 checksums. The source remains the official HTTPS 1Password download endpoint, and there are no new build-time commands, install-script changes, or packaging behavior changes in this diff. No integrity or persistence red flags are introduced by the patch itself.

@@ -1,9 +1,9 @@
 pkgname=1password
 
-_tarver=8.12.32
+_tarver=8.12.34
 _tar="1password-${_tarver}.x64.tar.gz"
 pkgver=${_tarver//-/_}
-pkgrel=33
+pkgrel=34
 conflicts=('1password-beta' '1password-beta-bin')
 pkgdesc="Password manager and secure wallet"
 arch=('x86_64')
Risk 0/5 · Safe PKGBUILD
Result #2382

Comment

The change is a routine upstream version bump for a proprietary binary package: it updates the tarball version from 8.12.32 to 8.12.34 and refreshes the SHA-256 checksums for the tarball and its detached signature. The source remains the official HTTPS 1Password download endpoint, and there are no new build-time commands, scripts, or packaging behaviors introduced in this diff. No obvious integrity or persistence red flags are present in the reviewed hunk.

@@ -12,8 +12,8 @@ license=('LicenseRef-1Password-Proprietary')
 options=(!strip)
 install="1password.install"
 source=(https://downloads.1password.com/linux/tar/stable/${CARCH}/${_tar}{,.sig})
-sha256sums=('760e3649034c4bbefedfddec0cfebac1e677dd55482a3390119c1a2bcda27d97'
-            '49b450988b974c1c36874141bedfedfaec570d623d97e3822780e7ec8dcfcb97'
+sha256sums=('297784aa66770b645607a7f04c9ba2c4aebed4f46d21202487f521ba572b7b13'
+            'ec085bef60de748895d3c51a8208301ba2ac8fb47db99334539ba4bd1d3260d7'
 )
 validpgpkeys=('3FEF9748469ADBE15DA7CA80AC2D62742012EA22')