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 4d362aee8f80..bf6595a578e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gord-bin
pkgdesc = Discord TUI client - Fork of cordless
- pkgver = 2021_06_17
+ pkgver = 2021_07_14
pkgrel = 1
url = https://github.com/cainy-a/gord/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = gord-bin
depends = glibc
provides = gord
conflicts = gord-git
- source = https://github.com/yellowsink/gord/releases/download/2021-06-17/gord_2021-06-17_linux_amd64.tar.gz
- md5sums = 054519bc51ee0811e2e6a48706a9fb3a
+ source = https://github.com/yellowsink/gord/releases/download/2021-07-14/gord_2021-07-14_linux_amd64.tar.gz
+ md5sums = 3c67b6bef294c4de46c474e5891e9fc5
pkgname = gord-bin
diff --git a/PKGBUILD b/PKGBUILD
index 48e9803e6018..94dbb5438cc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ pkgname='gord-bin'
pkgdesc='Discord TUI client - Fork of cordless'
url="https://github.com/cainy-a/$_pkgname/"
license=('BSD')
-pkgver=2021_06_17
+pkgver=2021_07_14
pkgrel=1
_pkgver=${pkgver//_/-}
_tarname="${_pkgname}_${_pkgver}_linux_amd64"
source=("https://github.com/yellowsink/$_pkgname/releases/download/${_pkgver}/$_tarname.tar.gz")
-md5sums=('054519bc51ee0811e2e6a48706a9fb3a')
+md5sums=('3c67b6bef294c4de46c474e5891e9fc5')
provides=('gord')
conflicts=('gord-git')
depends=('glibc')