summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortonikelope2021-04-18 12:50:34 +0200
committertonikelope2021-04-18 12:50:34 +0200
commitc7c314ca966fa4544225f40305fc1059fb278ce0 (patch)
tree7d1c11f67675c3364ad25c16c71da907ecf10fad
parent383c048205f46115460ca19be78c3e3cfe82e606 (diff)
downloadaur-c7c314ca966fa4544225f40305fc1059fb278ce0.tar.gz
8.45
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5c4ffe1691e..242d58e58189 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 = 8.44
+ pkgver = 8.45
pkgrel = 1
url = https://tonikelope.github.io/coronapoker/
arch = x86_64
license = GPL3
- source = https://github.com/tonikelope/coronapoker/releases/download/v8.44/CoronaPokerLINUX_8.44_portable.zip
- md5sums = 621f89a8c4699f23b70a5bebad46c0ea
+ source = https://github.com/tonikelope/coronapoker/releases/download/v8.45/CoronaPokerLINUX_8.45_portable.zip
+ md5sums = e7bab71e0e4c1b1ae44806f421133b40
pkgname = coronapoker
diff --git a/PKGBUILD b/PKGBUILD
index 9ea3712fb81d..61c90956a8a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tonikelope <tonikelope@gmail.com>
pkgname=coronapoker
-pkgver=8.44
+pkgver=8.45
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=('621f89a8c4699f23b70a5bebad46c0ea') \ No newline at end of file
+md5sums=('e7bab71e0e4c1b1ae44806f421133b40') \ No newline at end of file