summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpegasis2021-02-06 15:57:56 -0500
committerpegasis2021-02-06 15:57:56 -0500
commitdbe56ee905416fb61fe1b8d73ac7020d80a982ef (patch)
tree3ad6cc118129c94f803c8bfb281f00818df1a902
parent89708702511c8362e68e40290c3595be99c23fcf (diff)
downloadaur-dbe56ee905416fb61fe1b8d73ac7020d80a982ef.tar.gz
v2.26.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de2a493ab148..4d200e7080de 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.26
+ pkgver = 2.26.1
pkgrel = 1
url = https://github.com/Tyrrrz/DiscordChatExporter
arch = any
license = GPL
makedepends = unzip
depends = dotnet-runtime>=3.1.0
- noextract = discord-chat-exporter-cli-2.26.zip
- source = discord-chat-exporter-cli-2.26.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.26/DiscordChatExporter.CLI.zip
+ noextract = discord-chat-exporter-cli-2.26.1.zip
+ source = discord-chat-exporter-cli-2.26.1.zip::https://github.com/Tyrrrz/DiscordChatExporter/releases/download/2.26.1/DiscordChatExporter.CLI.zip
source = discord-chat-exporter-cli
- md5sums = 922d7d6ae91fd756d6bd15a1c5f4b69d
+ md5sums = 0eb5c5c7f4f326e8741b7064f8f2ffdb
md5sums = 8077678acad67ad31578593deee8bcc6
pkgname = discord-chat-exporter-cli
diff --git a/PKGBUILD b/PKGBUILD
index aeda42b9e7ed..57e5c3480063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: JianQing Liu <admin at pegasis dot site>
pkgname=discord-chat-exporter-cli
-pkgver=2.26
+pkgver=2.26.1
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=('922d7d6ae91fd756d6bd15a1c5f4b69d'
+md5sums=('0eb5c5c7f4f326e8741b7064f8f2ffdb'
'8077678acad67ad31578593deee8bcc6')
BUILDENV+=('!check')