summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario2023-03-20 09:16:06 +0100
committerDario2023-03-20 09:16:06 +0100
commitdef63878d6d0d2ab4e91c3e83db906b4e0f08dba (patch)
tree9d1bda31d239f2bbd1416e1d72b625027a4c80cb
parentb2b67fcf393f76bcbec59d05abfb5763531fe71e (diff)
downloadaur-gopanda.tar.gz
update to version 2.8.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65d392f00284..e9dae6ed6c7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gopanda
pkgdesc = Client for the Pandanet-IGS go Server
- pkgver = 2.8.0
+ pkgver = 2.8.1
pkgrel = 1
url = http://pandanet-igs.com/communities/gopanda2
arch = x86_64
license = custom
options = !strip
source_x86_64 = https://pandanet-igs.com/gopanda2/download/GoPanda2.AppImage
- md5sums_x86_64 = ed50b3bbb827b4743a5eab1d94ddcb31
+ md5sums_x86_64 = 0e9318ea2905420e37a2466579b79388
pkgname = gopanda
diff --git a/PKGBUILD b/PKGBUILD
index 0ae3745c54d3..2e554485016d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sébastien Feugère <smonff@riseup.net>
# Contributor: Dario Klingenberg <dario.klingenberg at web.de>
pkgname=gopanda
-pkgver=2.8.0
+pkgver=2.8.1
pkgrel=1
pkgdesc="Client for the Pandanet-IGS go Server"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('custom')
depends=()
options=(!strip)
source_x86_64=("https://pandanet-igs.com/gopanda2/download/GoPanda2.AppImage")
-md5sums_x86_64=('ed50b3bbb827b4743a5eab1d94ddcb31')
+md5sums_x86_64=('0e9318ea2905420e37a2466579b79388')
_DEST="/opt/${pkgname}"
_CLIENT="GoPanda2.AppImage"
_NAME="GoPanda2"