summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortxtsd2024-03-23 09:53:24 +0530
committertxtsd2024-03-23 09:53:24 +0530
commit8f849692fe5f4c779ae617b07520793c2ac3c72c (patch)
treed91be93e76d3c1d7db59278fe11a4cd87d2c6da7 /PKGBUILD
parent72ced95f5323e425276219b0b7b937766cb446e8 (diff)
downloadaur-8f849692fe5f4c779ae617b07520793c2ac3c72c.tar.gz
upgpkg: halloy 2024.5-1
Upstream Release: halloy 2024.5 Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d80cc3fa110..23b31f7a4b93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: txtsd <aur.archlinux@ihavea.quest>
pkgname=halloy
-pkgver=2024.4
+pkgver=2024.5
pkgrel=1
pkgdesc='An open-source IRC client written in Rust, with the Iced GUI library'
arch=('x86_64')
@@ -13,7 +13,7 @@ checkdepends=('cargo')
provides=('halloy')
conflicts=('halloy')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/squidowl/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('d051692b053ee425a7cbffe08f3dd6737f396682031823062a1c621de5a3583f')
+sha256sums=('6c68e9aa7ffa0785130f39aa6b0fcb8c79e0cfc7320e3967590594f6dabfc75a')
prepare() {
cd "${pkgname}-${pkgver}"