diff options
author | Edgar | 2022-02-16 08:18:51 +0100 |
---|---|---|
committer | Edgar | 2022-02-16 08:18:51 +0100 |
commit | bdb409675db410737b8b097d9bf4bea46367ebf1 (patch) | |
tree | 3d6dfbbc569f9b0cda243c430606f9435e14eed4 | |
parent | 142e3a62f363dd17b6fb6c4553e09ade0037aeb2 (diff) | |
download | aur-bdb409675db410737b8b097d9bf4bea46367ebf1.tar.gz |
Update to 15.9.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = ddnet pkgdesc = A Teeworlds modification with a unique cooperative gameplay. - pkgver = 15.9 + pkgver = 15.9.1 pkgrel = 1 url = https://ddnet.tw arch = x86_64 @@ -24,11 +24,11 @@ pkgbase = ddnet optdepends = ddnet-skins: A collection with more than 500 custom tee skins. optdepends = ddnet-maps-git: All the maps used on the official DDNet Servers. backup = usr/share/ddnet/data/autoexec_server.cfg - source = https://ddnet.tw/downloads/DDNet-15.9.tar.xz + source = https://ddnet.tw/downloads/DDNet-15.9.1.tar.xz source = ddnet-server.service source = ddnet-sysusers.conf source = ddnet-tmpfiles.conf - sha256sums = dfd0409719a1ca11087323a13df915b58b02b0ec67bd7f99af62aeb833b17acf + sha256sums = af29bb554f522cb05cb58a5663c30858b25e4a58830a0cc694d2d10d9d13b7ee sha256sums = 9377a9d7c87abae166c8fa98cd79a61c74482f80f80bc930ae043349e9a84965 sha256sums = 70034f237270b38bf312238a26cfd322e212ca5714bfea4ae91e80c639ce8738 sha256sums = 043452f4de3c86d903973009bb3e59b3492a6669b86d0b1410e59a1476a87369 @@ -2,7 +2,7 @@ # Maintainer: Edgar Luque <git@edgarluque.com> pkgname=ddnet -pkgver=15.9 +pkgver=15.9.1 pkgrel=1 pkgdesc="A Teeworlds modification with a unique cooperative gameplay." arch=('x86_64') @@ -16,7 +16,7 @@ optdepends=('ddnet-skins: A collection with more than 500 custom tee skins.' backup=('usr/share/ddnet/data/autoexec_server.cfg') source=("https://ddnet.tw/downloads/DDNet-$pkgver.tar.xz" "ddnet-server.service" "ddnet-sysusers.conf" "ddnet-tmpfiles.conf") -sha256sums=('dfd0409719a1ca11087323a13df915b58b02b0ec67bd7f99af62aeb833b17acf' +sha256sums=('af29bb554f522cb05cb58a5663c30858b25e4a58830a0cc694d2d10d9d13b7ee' '9377a9d7c87abae166c8fa98cd79a61c74482f80f80bc930ae043349e9a84965' '70034f237270b38bf312238a26cfd322e212ca5714bfea4ae91e80c639ce8738' '043452f4de3c86d903973009bb3e59b3492a6669b86d0b1410e59a1476a87369') |