summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpegasis2022-03-08 04:10:45 -0500
committerpegasis2022-03-08 04:10:45 -0500
commit027b3e53ad9cc1375765ba3ea2a60404774558de (patch)
treeab8d6a7f685ddee64a563edc32f9e42fade60406
parentc6b87e56353c56cba617dd59e9f996cf49f47fb0 (diff)
downloadaur-027b3e53ad9cc1375765ba3ea2a60404774558de.tar.gz
v2.33.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c9910563370..0e4c104ecbc3 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.32
+ pkgver = 2.33.2
pkgrel = 1
url = https://github.com/Tyrrrz/DiscordChatExporter
arch = any
license = GPL
makedepends = unzip
depends = dotnet-runtime>=6.0.0
- noextract = discord-chat-exporter-cli-2.32.zip
- source = discord-chat-exporter-cli-2.32.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.32/DiscordChatExporter.CLI.zip
+ noextract = discord-chat-exporter-cli-2.33.2.zip
+ source = discord-chat-exporter-cli-2.33.2.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.33.2/DiscordChatExporter.CLI.zip
source = discord-chat-exporter-cli
- md5sums = 3fdc0c16db845c364f6bdfb30120fd3d
+ md5sums = 81425a4969eda9ff3d6e70ece004c8f1
md5sums = 8077678acad67ad31578593deee8bcc6
pkgname = discord-chat-exporter-cli
diff --git a/PKGBUILD b/PKGBUILD
index ff2466275e16..7203546a449e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
-pkgver=2.32
+pkgver=2.33.2
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=('3fdc0c16db845c364f6bdfb30120fd3d'
+md5sums=('81425a4969eda9ff3d6e70ece004c8f1'
'8077678acad67ad31578593deee8bcc6')
BUILDENV+=('!check')