summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpegasis2020-10-24 14:39:54 -0400
committerpegasis2020-10-24 14:39:54 -0400
commite93a6d6fb6cd6acfde8bb973b0c3f647aa7b71e1 (patch)
tree6b5b82bbaef083f89b4c4c8c41ea808551502100
parent8285d33b1a889af841e62274a4e452cc8c1443a6 (diff)
downloadaur-e93a6d6fb6cd6acfde8bb973b0c3f647aa7b71e1.tar.gz
update to 2.24
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7c7a93736ef..62faa66a81c8 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.23
- pkgrel = 2
+ pkgver = 2.24
+ pkgrel = 1
url = https://github.com/Tyrrrz/DiscordChatExporter
arch = any
license = GPL
makedepends = unzip
depends = dotnet-host
- noextract = discord-chat-exporter-cli-2.23.zip
- source = discord-chat-exporter-cli-2.23.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.23/DiscordChatExporter.CLI.zip
+ noextract = discord-chat-exporter-cli-2.24.zip
+ source = discord-chat-exporter-cli-2.24.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.24/DiscordChatExporter.CLI.zip
source = discord-chat-exporter-cli
- md5sums = 6dce0b7cb0ef2065018fa66c313ae838
+ md5sums = 9b5db84dfafa90236a862f4d0869c1da
md5sums = 8077678acad67ad31578593deee8bcc6
pkgname = discord-chat-exporter-cli
diff --git a/PKGBUILD b/PKGBUILD
index cd57abe7e379..7820adabe1bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
-pkgver=2.23
-pkgrel=2
+pkgver=2.24
+pkgrel=1
pkgdesc="Export message history from a Discord channel to a file"
arch=('any')
url="https://github.com/Tyrrrz/DiscordChatExporter"
@@ -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=('6dce0b7cb0ef2065018fa66c313ae838'
+md5sums=('9b5db84dfafa90236a862f4d0869c1da'
'8077678acad67ad31578593deee8bcc6')
BUILDENV+=('!check')