summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavio Lima2021-05-08 15:05:39 +0200
committerFlavio Lima2021-05-08 15:05:39 +0200
commita491e8782fe0e27279e67551fc9507f38c2f67f3 (patch)
tree81fbfb6d60053156d611a8515f1bc28e0e083a96
parent975eafd6062bade73c3e29c3342903f0c940db54 (diff)
downloadaur-a491e8782fe0e27279e67551fc9507f38c2f67f3.tar.gz
version 1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db2f26cd1cdd..2f819edc0c5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heroic-games-launcher-appimage
pkgdesc = HGL, a Native alternative Linux Launcher for Epic Games
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = heroic-games-launcher-appimage
conflicts = heroic-games-launcher-bin
conflicts = heroic-games-launcher-electron
options = !strip
- source = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.6.0/heroic-1.6.0.AppImage
+ source = https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v1.6.1/heroic-1.6.1.AppImage
source = heroic.desktop.patch
source = heroicGamesLauncher
- md5sums = c134296ba8408484295ae01f85b5407e
+ md5sums = 3260014a95c39a3790b4ae21bb8d2c5e
md5sums = ca15ab98d434d881c3db27bb8573440d
md5sums = 22f51cb64049525f8510046e69c715b7
diff --git a/PKGBUILD b/PKGBUILD
index 88a1d84b535f..91e9321e0591 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: flaviofearn <flavioislima@gmail.com>
pkgname=heroic-games-launcher-appimage
-_pkgver=v1.6.0
+_pkgver=v1.6.1
pkgver=${_pkgver#v}
pkgrel=1
pkgdesc="HGL, a Native alternative Linux Launcher for Epic Games"
@@ -15,7 +15,7 @@ _filename=heroic-${pkgver}.AppImage
source=("$url/releases/download/${_pkgver}/${_filename}"
"heroic.desktop.patch"
"heroicGamesLauncher")
-md5sums=('c134296ba8408484295ae01f85b5407e'
+md5sums=('3260014a95c39a3790b4ae21bb8d2c5e'
'ca15ab98d434d881c3db27bb8573440d'
'22f51cb64049525f8510046e69c715b7')
options=(!strip)