summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortonikelope2020-11-27 16:29:59 +0100
committertonikelope2020-11-27 16:29:59 +0100
commit8149aa28a4fb321c59d41858ead918f4e19abdd9 (patch)
tree55f84a4e569832080b8587c55b7fbf1d5d5dadda
parent636bc1fb8005e70632e9bf9b8722b63e126b2e26 (diff)
downloadaur-8149aa28a4fb321c59d41858ead918f4e19abdd9.tar.gz
5.72
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95c964fca551..56b539b59338 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = coronapoker
pkgdesc = Yet another cross-platform Texas hold 'em game written in Java during COVID-19 pandemic
- pkgver = 5.71
+ pkgver = 5.72
pkgrel = 1
url = https://tonikelope.github.io/coronapoker/
arch = x86_64
license = GPL3
- source = https://github.com/tonikelope/coronapoker/releases/download/v5.71/CoronaPokerLINUX_5.71_portable.zip
- md5sums = a6b87f5eef7f4465e8bb5f1af8a076d7
+ source = https://github.com/tonikelope/coronapoker/releases/download/v5.72/CoronaPokerLINUX_5.72_portable.zip
+ md5sums = 418ac3c93e0646e43d23d1f032d5f7e3
pkgname = coronapoker
diff --git a/PKGBUILD b/PKGBUILD
index f8ff9769b975..463c7ee4a2c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tonikelope <tonikelope@gmail.com>
pkgname=coronapoker
-pkgver=5.71
+pkgver=5.72
pkgrel=1
pkgdesc="Yet another cross-platform Texas hold 'em game written in Java during COVID-19 pandemic"
arch=('x86_64')
@@ -21,4 +21,4 @@ package() {
ln -s "/opt/${pkgname}/CoronaPoker.run" "$pkgdir/usr/local/bin/coronapoker"
}
-md5sums=('a6b87f5eef7f4465e8bb5f1af8a076d7') \ No newline at end of file
+md5sums=('418ac3c93e0646e43d23d1f032d5f7e3') \ No newline at end of file