diff options
author | Genesis | 2019-03-13 16:06:39 +0100 |
---|---|---|
committer | Genesis | 2019-03-13 16:06:39 +0100 |
commit | 4f959ddadc0fd200bb0f4c64b741503f5a5d2248 (patch) | |
tree | 220006c3ba82167bde53c0a8aa1f49639f6ea058 | |
parent | 6a61e68eafdca283d432f212995cb726f5622127 (diff) | |
download | aur-4f959ddadc0fd200bb0f4c64b741503f5a5d2248.tar.gz |
Update to 2.8.26
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = ankama-launcher pkgdesc = A multi-game portal for all Ankama games. - pkgver = 2.8.24 + pkgver = 2.8.26 pkgrel = 1 url = https://www.ankama.com/en/launcher arch = i686 @@ -15,7 +15,7 @@ pkgbase = ankama-launcher source_i686 = https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-i386.AppImage md5sums_i686 = 43582538704d96540145186ea8626e1b source_x86_64 = https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage - md5sums_x86_64 = 2fe1d9d64f233389700606b3f9a10789 + md5sums_x86_64 = b61976eeddd10d5ff4321bcf67be3482 pkgname = ankama-launcher @@ -4,7 +4,7 @@ # `touch $HOME/.local/share/appimagekit/no_desktopintegration` pkgname=ankama-launcher -pkgver=2.8.24 +pkgver=2.8.26 pkgrel=1 pkgdesc='A multi-game portal for all Ankama games.' url='https://www.ankama.com/en/launcher' @@ -20,7 +20,7 @@ source_i686=('https://ankama.akamaized.net/zaap/installers/production/Ankama%20L source_x86_64=('https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage') md5sums=('f4a3bd087a326c9d31f6c945e7ddbe0b') md5sums_i686=('43582538704d96540145186ea8626e1b') -md5sums_x86_64=('2fe1d9d64f233389700606b3f9a10789') +md5sums_x86_64=('b61976eeddd10d5ff4321bcf67be3482') [[ "$CARCH" == "i686" ]] && LARCH='i386' [[ "$CARCH" == "x86_64" ]] && LARCH='x86_64' |