diff options
author | Genesis | 2023-12-05 11:07:07 +0100 |
---|---|---|
committer | Genesis | 2023-12-05 11:07:07 +0100 |
commit | f8036bc2b829583a8e2be55a36951d511c01dc57 (patch) | |
tree | f5de89fa7c33c6f25bdfc1017ccd11bf17a05182 | |
parent | 430dbe3ba6100923029c7a6114af0ada170bd4c6 (diff) | |
download | aur-f8036bc2b829583a8e2be55a36951d511c01dc57.tar.gz |
Update to 3.12.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = ankama-launcher pkgdesc = A multi-game portal for all Ankama games. - pkgver = 3.12.0 + pkgver = 3.12.1 pkgrel = 1 url = https://www.ankama.com/en/launcher install = ankama-launcher.install @@ -15,7 +15,7 @@ pkgbase = ankama-launcher options = !strip source = ankama-launcher sha512sums = 0b9d72c460dd22acc0d2d2b0ab312bc609501c8c7fb8eaef2bd93092fd4ac849152b0e9163253066536ea4169079e5bc424bea37ee005c48a2047721142f876b - source_x86_64 = ankama-launcher-3.12.0-x86_64.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage - sha512sums_x86_64 = 9a5d0ba3d9fb1db189a3de2761ccb815c41cc43b20250bef2ddd517a66478d6f739a229d24e68e20c7768d447dd5eec6796a1e4dc4fe19d955b529a9a4688898 + source_x86_64 = ankama-launcher-3.12.1-x86_64.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage + sha512sums_x86_64 = 3201301e254287bf993788ed879a80ee6760a67f4b8c89554033dd8111adb0a346a7a14db1165fc0b91bb5039d9b36d9b1a6a601233c1fc604e7b79db6347554 pkgname = ankama-launcher @@ -1,7 +1,7 @@ # Maintainer: Genesis <tofupedia.fr@gmail.com> pkgname=ankama-launcher -pkgver=3.12.0 +pkgver=3.12.1 pkgrel=1 pkgdesc='A multi-game portal for all Ankama games.' url='https://www.ankama.com/en/launcher' @@ -17,7 +17,7 @@ options=('!strip') source=('ankama-launcher') source_x86_64=("${pkgname}-${pkgver}-x86_64.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage") sha512sums=('0b9d72c460dd22acc0d2d2b0ab312bc609501c8c7fb8eaef2bd93092fd4ac849152b0e9163253066536ea4169079e5bc424bea37ee005c48a2047721142f876b') -sha512sums_x86_64=('9a5d0ba3d9fb1db189a3de2761ccb815c41cc43b20250bef2ddd517a66478d6f739a229d24e68e20c7768d447dd5eec6796a1e4dc4fe19d955b529a9a4688898') +sha512sums_x86_64=('3201301e254287bf993788ed879a80ee6760a67f4b8c89554033dd8111adb0a346a7a14db1165fc0b91bb5039d9b36d9b1a6a601233c1fc604e7b79db6347554') prepare() { cd "${srcdir}" |