summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcgar2024-05-18 16:24:07 +0100
committercgar2024-05-18 16:24:07 +0100
commit9cc2c290c10d1ed396da69e911920db3657adba0 (patch)
tree2b16f275c6781f54a28a08dafb2b698511217408
parenta351465eaab7dc2fc4b5740ce22eb16441ae3ff4 (diff)
downloadaur-9cc2c290c10d1ed396da69e911920db3657adba0.tar.gz
Update to 2.43.1, fix cli dll path case
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 374a6689395a..178880d8c6dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = discord-chat-exporter-plus-cli
pkgdesc = Exports Discord chat logs to a file (without the political bloat)
- pkgver = 2.43
+ pkgver = 2.43.1
pkgrel = 1
url = https://github.com/nulldg/DiscordChatExporterPlus
arch = any
@@ -9,9 +9,9 @@ pkgbase = discord-chat-exporter-plus-cli
depends = dotnet-runtime-8.0
conflicts = discord-chat-exporter-cli
options = !strip
- source = discord-chat-exporter-plus-cli-2.43.tar.gz::https://github.com/nulldg/DiscordChatExporterPlus/archive/refs/tags/2.43.tar.gz
+ source = discord-chat-exporter-plus-cli-2.43.1.tar.gz::https://github.com/nulldg/DiscordChatExporterPlus/archive/refs/tags/2.43.1.tar.gz
source = discord-chat-exporter-plus-cli
- b2sums = b7551db99c1ed2fdc5075c966a6daa59da3d60dfe1e51f3244a86e498ebfb52055d97a3bb6dfcb8bed9a628eec240e0399254f5373cc4507c90685715da5d229
- b2sums = 315f8043cd13d1b8173531db1be93a842a11d8b2a12defc6ed07701ae56871cff5c99ff69d7a757fa1ccc821ce2f2652a5e0ee1160bdca2b6cab75eaa4ef6e8e
+ b2sums = d8a1a58736c375eeb51122a8bdce6f6ce4414c2344d618c443095a57ed063a09f4456a92df1f14ce65d4a9a259e2863151811cc0e5fe8c19c0c9d17026cddbbf
+ b2sums = f04af622af8aee1c08beb6444aa7e46db9c55180a7cd87f0fceb2dce9d27052883be6322074a8944ff51af142e8d104d5ae89c2b54e79700769d1dabc38328e0
pkgname = discord-chat-exporter-plus-cli
diff --git a/PKGBUILD b/PKGBUILD
index 6380914c33a6..541c59107f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='discord-chat-exporter-plus-cli'
_apkgname='DiscordChatExporter'
_gpkgname='DiscordChatExporterPlus'
-pkgver=2.43
+pkgver=2.43.1
pkgrel=1
pkgdesc='Exports Discord chat logs to a file (without the political bloat)'
@@ -17,8 +17,8 @@ source=(
"$pkgname"
)
b2sums=(
- b7551db99c1ed2fdc5075c966a6daa59da3d60dfe1e51f3244a86e498ebfb52055d97a3bb6dfcb8bed9a628eec240e0399254f5373cc4507c90685715da5d229
- 315f8043cd13d1b8173531db1be93a842a11d8b2a12defc6ed07701ae56871cff5c99ff69d7a757fa1ccc821ce2f2652a5e0ee1160bdca2b6cab75eaa4ef6e8e
+ d8a1a58736c375eeb51122a8bdce6f6ce4414c2344d618c443095a57ed063a09f4456a92df1f14ce65d4a9a259e2863151811cc0e5fe8c19c0c9d17026cddbbf
+ f04af622af8aee1c08beb6444aa7e46db9c55180a7cd87f0fceb2dce9d27052883be6322074a8944ff51af142e8d104d5ae89c2b54e79700769d1dabc38328e0
)
options=('!strip')