summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavio F Lima2023-05-31 11:02:58 +0200
committerFlavio F Lima2023-05-31 11:02:58 +0200
commitbb0122137a79b88c9bcda3aefa9eaf858454e068 (patch)
treec3ee63e31f9c29df80197d8c059f7e7b5c2799c6
parent1f5ee25d3f8c3c765d71b50948ca6cd0a7b6f676 (diff)
downloadaur-bb0122137a79b88c9bcda3aefa9eaf858454e068.tar.gz
v2.8.0
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8bc67b99ca4..6e683adcd3b6 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heroic-games-launcher-bin
pkgdesc = HGL, a Native alternative Linux Launcher for Epic and GOG Games
- pkgver = 2.7.1
+ pkgver = 2.8.0
pkgrel = 1
url = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = heroic-games-launcher-bin
depends = gawk
conflicts = heroic-games-launcher-appimage
conflicts = heroic-games-launcher-electron
- noextract = heroic-2.7.1.pacman
+ noextract = heroic-2.8.0.pacman
options = !strip
- source = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.7.1/heroic-2.7.1.pacman
- md5sums = 46848a5a469146f6498fd4550bc356d3
+ source = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.8.0/heroic-2.8.0.pacman
+ md5sums = a16c937ad194e584b273232de54ee212
pkgname = heroic-games-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index fc221f576721..a12c189736d0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: flaviofearn <flavioislima@gmail.com>
pkgname=heroic-games-launcher-bin
-_pkgver=v2.7.1
+_pkgver=v2.8.0
pkgver=${_pkgver#v}
pkgrel=1
pkgdesc="HGL, a Native alternative Linux Launcher for Epic and GOG Games"
@@ -14,7 +14,7 @@ depends=('fuse2' 'gawk')
_filename=heroic-${pkgver}.pacman
source=("$url/releases/download/${_pkgver}/${_filename}")
noextract=("${_filename}")
-md5sums=('46848a5a469146f6498fd4550bc356d3')
+md5sums=('a16c937ad194e584b273232de54ee212')
options=(!strip)
package() {