summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavio F Lima2022-05-15 21:37:57 +0200
committerFlavio F Lima2022-05-15 21:37:57 +0200
commit720641ee206eeaff8a2acdc1ac54e871d4108094 (patch)
treea304468a62e1c15e96f0c583d17da7718fa40a43
parent7092491834ee6583f8c1dd92363d33d5a29cb19b (diff)
downloadaur-720641ee206eeaff8a2acdc1ac54e871d4108094.tar.gz
v2.3.1
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42acef6da8dd..628eea4468f1 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heroic-games-launcher-bin
pkgdesc = HGL, a Native alternative Linux Launcher for Epic Games
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = heroic-games-launcher-bin
depends = zstd
conflicts = heroic-games-launcher-appimage
conflicts = heroic-games-launcher-electron
- noextract = heroic-2.3.0.pacman
+ noextract = heroic-2.3.1.pacman
options = !strip
- source = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.3.0/heroic-2.3.0.pacman
- md5sums = ead0cd23156eb7c747f2dece62ec5181
+ source = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.3.1/heroic-2.3.1.pacman
+ md5sums = cae973059aa3a4ac4350560f440b4aee
pkgname = heroic-games-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index ec1781e013eb..1ee5c77a0b4a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: flaviofearn <flavioislima@gmail.com>
pkgname=heroic-games-launcher-bin
-_pkgver=v2.3.0
+_pkgver=v2.3.1
pkgver=${_pkgver#v}
pkgrel=1
pkgdesc="HGL, a Native alternative Linux Launcher for Epic Games"
@@ -14,7 +14,7 @@ depends=('fuse2' 'gawk' 'zstd')
_filename=heroic-${pkgver}.pacman
source=("$url/releases/download/${_pkgver}/${_filename}")
noextract=("${_filename}")
-md5sums=('ead0cd23156eb7c747f2dece62ec5181')
+md5sums=('cae973059aa3a4ac4350560f440b4aee')
options=(!strip)
package() {