summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpolarian2023-05-27 16:10:11 +0200
committerpolarian2023-05-27 16:10:11 +0200
commit4f498872a4f5f7e110979e67f72324cf697dcf62 (patch)
tree76a4eb650baaa72ba8c9acaabe1041b8bd17a755 /PKGBUILD
parent7fe4e957a3fe7ac7e3cba1a7735d7dc357dfd4ec (diff)
downloadaur-4f498872a4f5f7e110979e67f72324cf697dcf62.tar.gz
Bumped version to 0.2 (#1)
Co-authored-by: Polarian <polarian@polarian.dev> Reviewed-on: https://git.lemonsh.moe/polarian/chuncord-aur/pulls/1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7d925ebdf6a..4cfe598682d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-maintainer: Lemon <lemon@lemonsh.moe>
pkgname="chuncord"
-pkgver="0.1"
+pkgver="0.2"
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=('a6b0806d550a288f4f631b8d22185f343ef7b29e6de53bef675cdf596faa83d6')
+sha256sums=('41eadca7f00e0c9394677e6163aa2f78f93c4f3eb6ad872ad870c0c412629f04')
prepare() {
cd "$pkgname"