diff options
author | Frederic Bezies | 2024-06-08 14:31:33 +0200 |
---|---|---|
committer | Frederic Bezies | 2024-06-08 14:31:33 +0200 |
commit | 0ca46e604a610ddf556f4d8c12407a0971f1b413 (patch) | |
tree | 2e07bfb3b78e239e7b95cea554479bfb9134f03d | |
parent | d35b25b407b2e40a772cb15657cbe9b6308c6bbb (diff) | |
download | aur-0ca46e604a610ddf556f4d8c12407a0971f1b413.tar.gz |
1.8.1 update
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,16 +1,16 @@ pkgbase = alephone-marathon pkgdesc = Marathon 1 scenario data files for Aleph One - pkgver = 20240510 + pkgver = 20240513 pkgrel = 1 url = https://alephone.lhowon.org/ arch = any license = custom depends = alephone - source = https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20240510/Marathon-20240510-Data.zip + source = https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20240513/Marathon-20240513-Data.zip source = alephone-marathon.sh source = LICENSE source = alephone-marathon.desktop - sha256sums = b2167cd9eeef79a693fe97adc4343c15ded8b493e64e0c52092b5fd2419fac5b + sha256sums = 15d988d7d17bd674bdb53638620d07a784f81fef17c8a5271f43dd6674e7b3d8 sha256sums = b26bd186919c8e3ee3950e29054b3b932e8881e7a443a3854e97d692a72bb022 sha256sums = 0dde70e490e4cb3e262ed7cc4f7ef6bdc49db557a14fc8674de38b2a9a426504 sha256sums = 65c3e36b3fa89a39e76861dc36f61786c924723e6c53fd0ec486b8b4bd21e5df @@ -2,7 +2,7 @@ # Contributor: prettyvanilla, Christoph Zeiler, Marcin Skory, Mitchel Humpherys pkgname=alephone-marathon -pkgver=20240510 +pkgver=20240513 pkgrel=1 pkgdesc="Marathon 1 scenario data files for Aleph One" arch=('any') @@ -13,7 +13,7 @@ source=("https://github.com/Aleph-One-Marathon/alephone/releases/download/releas "$pkgname.sh" "LICENSE" # TODO: clarify where this file comes from "$pkgname.desktop") -sha256sums=('b2167cd9eeef79a693fe97adc4343c15ded8b493e64e0c52092b5fd2419fac5b' +sha256sums=('15d988d7d17bd674bdb53638620d07a784f81fef17c8a5271f43dd6674e7b3d8' 'b26bd186919c8e3ee3950e29054b3b932e8881e7a443a3854e97d692a72bb022' '0dde70e490e4cb3e262ed7cc4f7ef6bdc49db557a14fc8674de38b2a9a426504' '65c3e36b3fa89a39e76861dc36f61786c924723e6c53fd0ec486b8b4bd21e5df') |