summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavio F Lima2022-05-30 14:18:09 +0200
committerFlavio F Lima2022-05-30 14:18:09 +0200
commitbfccf469b6b251efe0238669b8ebff10a1f7382b (patch)
tree30e990edfc68fcb84480d63fc23059237b96cc96
parent7d42977025b10a068168c62a917c398d00c63d1a (diff)
downloadaur-bfccf469b6b251efe0238669b8ebff10a1f7382b.tar.gz
v2.3.5
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38db0fa4f9d5..1df900bd5b4c 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.4
+ pkgver = 2.3.5
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.4.pacman
+ noextract = heroic-2.3.5.pacman
options = !strip
- source = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.3.4/heroic-2.3.4.pacman
- md5sums = 44804936ebd0d578572cb6f698347614
+ source = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.3.5/heroic-2.3.5.pacman
+ md5sums = 292d6aa863f7e1565bdd0938648cf180
pkgname = heroic-games-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5d12aff2cfa9..8d65dda6464c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: flaviofearn <flavioislima@gmail.com>
pkgname=heroic-games-launcher-bin
-_pkgver=v2.3.4
+_pkgver=v2.3.5
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=('44804936ebd0d578572cb6f698347614')
+md5sums=('292d6aa863f7e1565bdd0938648cf180')
options=(!strip)
package() {