diff options
author | Flavio F Lima | 2022-05-15 21:37:57 +0200 |
---|---|---|
committer | Flavio F Lima | 2022-05-15 21:37:57 +0200 |
commit | 720641ee206eeaff8a2acdc1ac54e871d4108094 (patch) | |
tree | a304468a62e1c15e96f0c583d17da7718fa40a43 | |
parent | 7092491834ee6583f8c1dd92363d33d5a29cb19b (diff) | |
download | aur-720641ee206eeaff8a2acdc1ac54e871d4108094.tar.gz |
v2.3.1
-rwxr-xr-x | .SRCINFO | 8 | ||||
-rwxr-xr-x | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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() { |