AUR AI Reviewer

Review Results

Version #2466 of heroic-games-launcher-bin · commit 727a1126c70c · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3572

Comment

The change only bumps .SRCINFO metadata from 2.22.2-2 to 2.22.3-1. No source URLs, build steps, install scripts, permissions, or package relationships changed in the provided diff, so there is no new security concern visible in this hunk. This is a routine version/release metadata update.

@@ -1,7 +1,7 @@
 pkgbase = heroic-games-launcher-bin
 	pkgdesc = An Open Source Launcher for GOG, Epic Games and Amazon Games
-	pkgver = 2.22.2
-	pkgrel = 2
+	pkgver = 2.22.3
+	pkgrel = 1
 	url = https://heroicgameslauncher.com/
 	arch = x86_64
 	license = GPL-3.0-only
Risk 0/5 · Safe .SRCINFO
Result #3573

Comment

The change is a routine version bump in .SRCINFO for an AUR binary package. The source remains an HTTPS GitHub release asset from the upstream project, the filename and checksum were updated consistently, and there are no new build-time commands, install scripts, privilege changes, or suspicious extra sources introduced in this diff. No security red flags are evident from the provided hunk alone.

@@ -21,8 +21,8 @@ pkgbase = heroic-games-launcher-bin
 	optdepends = mangohud
 	provides = heroic-games-launcher
 	conflicts = heroic-games-launcher
-	noextract = Heroic-2.22.2-linux-x64.pacman
-	source = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.22.2/Heroic-2.22.2-linux-x64.pacman
-	sha256sums = 4e4033ac70b8c407eaf70ce072e4e4d017200f07a3e88f7cfd4d3a597f3c09b8
+	noextract = Heroic-2.22.3-linux-x64.pacman
+	source = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.22.3/Heroic-2.22.3-linux-x64.pacman
+	sha256sums = ed17ce083a71dd7e49a89218052ab475edd5a654cedf443853f6baacbb0a00e9
 
 pkgname = heroic-games-launcher-bin
Risk 0/5 · Safe PKGBUILD
Result #3574

Comment

The change is a straightforward version bump of a binary package: it updates pkgver/pkgrel and the SHA-256 checksum for the upstream release artifact, with no new build logic, scripts, or packaging behavior. The source remains an HTTPS GitHub release URL pinned to a specific version, and the package still only extracts the upstream .pacman archive into $pkgdir. No security-relevant red flags are introduced by this diff alone.

@@ -1,9 +1,9 @@
 # Maintainer: flaviofearn <heroicgameslauncher@protonmail.com>
 # Maintainer: CommandMC <kate@commandmc.de>
 
-pkgver=2.22.2
-pkgrel=2
-sha256sums=('4e4033ac70b8c407eaf70ce072e4e4d017200f07a3e88f7cfd4d3a597f3c09b8')
+pkgver=2.22.3
+pkgrel=1
+sha256sums=('ed17ce083a71dd7e49a89218052ab475edd5a654cedf443853f6baacbb0a00e9')
 
 pkgname=heroic-games-launcher-bin
 pkgdesc="An Open Source Launcher for GOG, Epic Games and Amazon Games"