summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavio F Lima2023-02-02 18:55:17 +0100
committerFlavio F Lima2023-02-02 18:55:17 +0100
commitc97edaeb849a1d3f8eacde87578bd542c5170ff7 (patch)
tree01d563bf84e7c36c4d24d8f1ba561d7e97bca746
parentc1550d629e7c49a0e4127d16d8cc6dea0a2010ee (diff)
downloadaur-c97edaeb849a1d3f8eacde87578bd542c5170ff7.tar.gz
v2.6.1
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c96852a23e86..21635522d65a 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.6.0
+ pkgver = 2.6.1
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.6.0.pacman
+ noextract = heroic-2.6.1.pacman
options = !strip
- source = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.6.0/heroic-2.6.0.pacman
- md5sums = fb4e55ff66de3518c641b5c1f096028a
+ source = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.6.1/heroic-2.6.1.pacman
+ md5sums = 21e9df1be8a60c1185913d7db5860efb
pkgname = heroic-games-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 642d4410cfc2..b35b2bb09764 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: flaviofearn <flavioislima@gmail.com>
pkgname=heroic-games-launcher-bin
-_pkgver=v2.6.0
+_pkgver=v2.6.1
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=('fb4e55ff66de3518c641b5c1f096028a')
+md5sums=('21e9df1be8a60c1185913d7db5860efb')
options=(!strip)
package() {