diff options
author | Genesis | 2020-02-26 11:40:16 +0100 |
---|---|---|
committer | Genesis | 2020-02-26 11:40:16 +0100 |
commit | 77e97faacae74e2ef65290ede1aa5e52184ef47f (patch) | |
tree | b4157eadf6d206f4ab9e92a5185b796c54c085b0 | |
parent | 414aa4293cb0433a34ee5cbec9d6f553e6c28514 (diff) | |
download | aur-77e97faacae74e2ef65290ede1aa5e52184ef47f.tar.gz |
Update to 2.11.12
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = ankama-launcher pkgdesc = A multi-game portal for all Ankama games. - pkgver = 2.11.11 + pkgver = 2.11.12 pkgrel = 1 url = https://www.ankama.com/en/launcher install = ankama-launcher.install @@ -15,10 +15,10 @@ pkgbase = ankama-launcher options = !strip source = ankama-launcher md5sums = e6a225e04a4a4105059af02873cf65a5 - source_i686 = ankama-launcher-2.11.11-i686.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-i386.AppImage - md5sums_i686 = 2709fa6949a9a29111ff0c2bf7d9640c - source_x86_64 = ankama-launcher-2.11.11-x86_64.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage - md5sums_x86_64 = afd2b29f92833064036e7d5943fa575d + source_i686 = ankama-launcher-2.11.12-i686.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-i386.AppImage + md5sums_i686 = 948d288e07886c2cfbcbd2ae463e719a + source_x86_64 = ankama-launcher-2.11.12-x86_64.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage + md5sums_x86_64 = ae206a1b1fd5973db19c5f935dd5665e pkgname = ankama-launcher @@ -1,7 +1,7 @@ # Maintainer: Genesis <tofupedia.fr@gmail.com> pkgname=ankama-launcher -pkgver=2.11.11 +pkgver=2.11.12 pkgrel=1 pkgdesc='A multi-game portal for all Ankama games.' url='https://www.ankama.com/en/launcher' @@ -18,8 +18,8 @@ source=('ankama-launcher') source_i686=("${pkgname}-${pkgver}-i686.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-i386.AppImage") source_x86_64=("${pkgname}-${pkgver}-x86_64.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage") md5sums=('e6a225e04a4a4105059af02873cf65a5') -md5sums_i686=('2709fa6949a9a29111ff0c2bf7d9640c') -md5sums_x86_64=('afd2b29f92833064036e7d5943fa575d') +md5sums_i686=('948d288e07886c2cfbcbd2ae463e719a') +md5sums_x86_64=('ae206a1b1fd5973db19c5f935dd5665e') prepare() { cd "${srcdir}" |