summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6b9848f97eb..4cee3941a8a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = coronapoker-bin
pkgdesc = Yet another cross-platform Texas hold 'em game written in Java during COVID-19 pandemic
- pkgver = 15.83
+ pkgver = 15.84
pkgrel = 1
url = https://tonikelope.github.io/coronapoker/
arch = x86_64
license = GPL3
- source = https://github.com/tonikelope/coronapoker/releases/download/v15.83/CoronaPokerLINUX_15.83_portable.zip
- md5sums = a046ace32cd7349cd76165c1fc93a09e
+ source = https://github.com/tonikelope/coronapoker/releases/download/v15.84/CoronaPokerLINUX_15.84_portable.zip
+ md5sums = b0665a179f0760e447022f318ba7c624
pkgname = coronapoker-bin
diff --git a/PKGBUILD b/PKGBUILD
index dc4f8b3f7e51..b0c390384ab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tonikelope <tonikelope@gmail.com>
pkgname=coronapoker-bin
-pkgver=15.83
+pkgver=15.84
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/coronapoker/CoronaPoker.run" "$pkgdir/usr/local/bin/coronapoker"
}
-md5sums=('a046ace32cd7349cd76165c1fc93a09e') \ No newline at end of file
+md5sums=('b0665a179f0760e447022f318ba7c624') \ No newline at end of file