diff options
author | Mrmaxmeier | 2021-05-04 17:37:46 +0200 |
---|---|---|
committer | Mrmaxmeier | 2021-05-04 17:37:46 +0200 |
commit | 9a9dbda8bb1de372a366c7cfab74ad5beefd6e82 (patch) | |
tree | 981f02b4026e510dfa4746df2a0bc045abbdc451 | |
parent | 3f11ec373b394f078cb6a1a366ed4c6a9997318c (diff) | |
download | aur-9a9dbda8bb1de372a366c7cfab74ad5beefd6e82.tar.gz |
bump to 1.6.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = bombsquad pkgdesc = An explosive arcade-style party game - pkgver = 1.5.29 + pkgver = 1.6.0 pkgrel = 1 url = http://www.froemling.net/apps/bombsquad arch = x86_64 @@ -11,11 +11,11 @@ pkgbase = bombsquad depends = libvorbis depends = libogg depends = python38 - source = https://files.ballistica.net/bombsquad/builds/BombSquad_Linux_1.5.29.tar.gz + source = https://files.ballistica.net/bombsquad/builds/BombSquad_Linux_1.6.0.tar.gz source = https://files.ballistica.net/bombsquad/promo/BombSquadIcon.png source = bombsquad.sh source = bombsquad.desktop - sha256sums = 0655da02c178dbba38b7f80acdef98c196f44c23d8824fa4851a86005ea1f53f + sha256sums = b51968b10058162d0b35d9729d34aee00d8cfa3caa801863af6da75f8ca0dc32 sha256sums = 31f3af8d59a384b7a3ac999d2e8fe0a0033d0d31ae6e760686537ab85d86ba00 sha256sums = 850f8a66eb045ce833f8d7dae4533f69b629ac648bd205d98bf5f851339d4515 sha256sums = 900ffdf250eb2c59a2944703ccab9b69e58b5cdd7809f8349f6291db0301935c @@ -2,7 +2,7 @@ # TODO: fall back to /builds/old in case the build artifact disappears pkgname=bombsquad -pkgver=1.5.29 +pkgver=1.6.0 pkgrel=1 pkgdesc='An explosive arcade-style party game' arch=('x86_64') @@ -16,7 +16,7 @@ source=( 'bombsquad.desktop' ) sha256sums=( - '0655da02c178dbba38b7f80acdef98c196f44c23d8824fa4851a86005ea1f53f' + 'b51968b10058162d0b35d9729d34aee00d8cfa3caa801863af6da75f8ca0dc32' '31f3af8d59a384b7a3ac999d2e8fe0a0033d0d31ae6e760686537ab85d86ba00' '850f8a66eb045ce833f8d7dae4533f69b629ac648bd205d98bf5f851339d4515' '900ffdf250eb2c59a2944703ccab9b69e58b5cdd7809f8349f6291db0301935c' |