summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpegasis2023-11-21 07:59:04 -0500
committerpegasis2023-11-21 07:59:04 -0500
commit08c1604945afe739082da8e15f6fa14f0036e6c2 (patch)
treeba2d28c1f77e58caa6a4a9c40662def56175e0bd
parentbc85b757a1e8ab26ab2f32c882020f7caf21d109 (diff)
downloadaur-08c1604945afe739082da8e15f6fa14f0036e6c2.tar.gz
v2.42.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e8d62b12bd3..2182b0469e14 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.40.4
+ pkgver = 2.42.3
pkgrel = 1
url = https://github.com/Tyrrrz/DiscordChatExporter
arch = any
license = GPL
makedepends = unzip
depends = dotnet-runtime>=6
- noextract = discord-chat-exporter-cli-2.40.4.zip
- source = discord-chat-exporter-cli-2.40.4.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.40.4/DiscordChatExporter.CLI.zip
+ noextract = discord-chat-exporter-cli-2.42.3.zip
+ source = discord-chat-exporter-cli-2.42.3.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.42.3/DiscordChatExporter.CLI.zip
source = discord-chat-exporter-cli
- md5sums = 61423673f755a7c142b13c3f485287a9
+ md5sums = dd950ea5a9990815b048218da7cb6e73
md5sums = 8077678acad67ad31578593deee8bcc6
pkgname = discord-chat-exporter-cli
diff --git a/PKGBUILD b/PKGBUILD
index 44410d4f5dba..00bc4fb73fa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: JianQing Liu <me at pegasis dot site>
pkgname=discord-chat-exporter-cli
-pkgver=2.40.4
+pkgver=2.42.3
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=('61423673f755a7c142b13c3f485287a9'
+md5sums=('dd950ea5a9990815b048218da7cb6e73'
'8077678acad67ad31578593deee8bcc6')
BUILDENV+=('!check')