summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpegasis2021-07-19 09:39:29 -0400
committerpegasis2021-07-19 09:39:29 -0400
commitb06758459ec25e18abe14b506f897da52db1fb67 (patch)
tree8e883b7e45f1937ec985122cbf3a2d95ccabf6e8
parentda7e08647cc67260c2c290e39bb99d60ec8a243f (diff)
downloadaur-b06758459ec25e18abe14b506f897da52db1fb67.tar.gz
v2.29
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb15c69acae9..836fabd70317 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = discord-chat-exporter-cli
pkgdesc = Export message history from a Discord channel to a file
- pkgver = 2.28
+ pkgver = 2.29
pkgrel = 1
url = https://github.com/Tyrrrz/DiscordChatExporter
arch = any
license = GPL
makedepends = unzip
depends = dotnet-runtime-3.1
- noextract = discord-chat-exporter-cli-2.28.zip
- source = discord-chat-exporter-cli-2.28.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.28/DiscordChatExporter.CLI.zip
+ noextract = discord-chat-exporter-cli-2.29.zip
+ source = discord-chat-exporter-cli-2.29.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.29/DiscordChatExporter.CLI.zip
source = discord-chat-exporter-cli
- md5sums = 2f91206a539278a01fec4f09f153875a
+ md5sums = b3b9853d0be6345ad137fd0def47c9bb
md5sums = 8077678acad67ad31578593deee8bcc6
pkgname = discord-chat-exporter-cli
diff --git a/PKGBUILD b/PKGBUILD
index 7abe717a80da..03e111b2414f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
-pkgver=2.28
+pkgver=2.29
pkgrel=1
pkgdesc="Export message history from a Discord channel to a file"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('unzip')
source=("$pkgname-$pkgver.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/$pkgver/DiscordChatExporter.CLI.zip"
"discord-chat-exporter-cli")
noextract=("$pkgname-$pkgver.zip")
-md5sums=('2f91206a539278a01fec4f09f153875a'
+md5sums=('b3b9853d0be6345ad137fd0def47c9bb'
'8077678acad67ad31578593deee8bcc6')
BUILDENV+=('!check')