summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortonikelope2020-10-28 11:59:58 +0100
committertonikelope2020-10-28 11:59:58 +0100
commit891deeef35907b802e563d561a1975fd4f43e67a (patch)
tree42e76c7b94cd2b2862e4f63f2d41cdb084fdc454
parentd6b5419fb8ef78cfc69ed1eef7da0cd3e51d0d5e (diff)
downloadaur-891deeef35907b802e563d561a1975fd4f43e67a.tar.gz
5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bafe5691b04e..78a15b7848e8 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.0
+ pkgver = 5.1
pkgrel = 1
url = https://tonikelope.github.io/coronapoker/
arch = x86_64
license = GPL3
- source = https://github.com/tonikelope/coronapoker/releases/download/v5.0/CoronaPokerLINUX_5.0_portable.zip
- md5sums = 4d73061b136fb506e94bc609c8e115f2
+ source = https://github.com/tonikelope/coronapoker/releases/download/v5.1/CoronaPokerLINUX_5.1_portable.zip
+ md5sums = c5a01c9549798e50284f70be214bbd20
pkgname = coronapoker
diff --git a/PKGBUILD b/PKGBUILD
index 7b32c44a00e2..90c14d28cf2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tonikelope <tonikelope@gmail.com>
pkgname=coronapoker
-pkgver=5.0
+pkgver=5.1
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=('4d73061b136fb506e94bc609c8e115f2') \ No newline at end of file
+md5sums=('c5a01c9549798e50284f70be214bbd20') \ No newline at end of file