summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpolarian2023-06-08 01:24:14 +0200
committerpolarian2023-06-08 01:24:14 +0200
commit402e2633a1455af42525489df5cb3500415279c7 (patch)
treecb1b98667ab5ee0294174635efb43a77c9122a96
parent4f498872a4f5f7e110979e67f72324cf697dcf62 (diff)
downloadaur-402e2633a1455af42525489df5cb3500415279c7.tar.gz
Bumped to version 0.2.1 (#2)
Co-authored-by: Polarian <polarian@polarian.dev> Reviewed-on: https://git.lemonsh.moe/polarian/chuncord-aur/pulls/2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf1d1461fadd..b246f9a618fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = chuncord
pkgdesc = CLI tool that allows for uploading large files to Discord in parts using webhooks
- pkgver = 0.2
+ pkgver = 0.2.1
pkgrel = 1
url = https://git.lemonsh.moe/lemon/chuncord
arch = x86_64
license = custom:EUPLv1.2
makedepends = cargo
- source = chuncord-0.2.tar.gz::https://git.lemonsh.moe/lemon/chuncord/archive/0.2.tar.gz
- sha256sums = 41eadca7f00e0c9394677e6163aa2f78f93c4f3eb6ad872ad870c0c412629f04
+ source = chuncord-0.2.1.tar.gz::https://git.lemonsh.moe/lemon/chuncord/archive/0.2.1.tar.gz
+ sha256sums = 2866a4f1557ed36ec618cdb25e0def81441969cb6464b7ae1e0f44880e76e192
pkgname = chuncord
diff --git a/PKGBUILD b/PKGBUILD
index 4cfe598682d2..375df8adbf88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-maintainer: Lemon <lemon@lemonsh.moe>
pkgname="chuncord"
-pkgver="0.2"
+pkgver="0.2.1"
pkgrel=1
pkgdesc="CLI tool that allows for uploading large files to Discord in parts using webhooks"
arch=("x86_64")
@@ -10,7 +10,7 @@ url="https://git.lemonsh.moe/lemon/chuncord"
license=("custom:EUPLv1.2")
makedepends=("cargo")
source=("$pkgname-$pkgver.tar.gz::https://git.lemonsh.moe/lemon/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('41eadca7f00e0c9394677e6163aa2f78f93c4f3eb6ad872ad870c0c412629f04')
+sha256sums=('2866a4f1557ed36ec618cdb25e0def81441969cb6464b7ae1e0f44880e76e192')
prepare() {
cd "$pkgname"