Skip to content

Commit

Permalink
upgpkg: halloy 2024.8-1
Browse files Browse the repository at this point in the history
Upstream Release: halloy 2024.8

Signed-off-by: txtsd <[email protected]>
  • Loading branch information
txtsd committed Jul 7, 2024
1 parent f92644f commit 26258d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = halloy
pkgdesc = An open-source IRC client written in Rust, with the Iced GUI library
pkgver = 2024.7
pkgver = 2024.8
pkgrel = 1
url = https://github.com/squidowl/halloy
arch = x86_64
Expand All @@ -14,7 +14,7 @@ pkgbase = halloy
provides = halloy
conflicts = halloy
options = !lto
source = halloy-2024.7.tar.gz::https://github.com/squidowl/halloy/archive/refs/tags/2024.7.tar.gz
sha256sums = 0e3a173c8fba0335d8c7d1e4522f7934a7d697358af51f69e517a15c7bdd4cd3
source = halloy-2024.8.tar.gz::https://github.com/squidowl/halloy/archive/refs/tags/2024.8.tar.gz
sha256sums = db0d5f248452a235d3f11930438c5bd6ad87d15aa3e75cc7f5f9732d511340a9

pkgname = halloy
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: txtsd <[email protected]>

pkgname=halloy
pkgver=2024.7
pkgver=2024.8
pkgrel=1
pkgdesc='An open-source IRC client written in Rust, with the Iced GUI library'
arch=('x86_64')
Expand All @@ -14,7 +14,7 @@ provides=('halloy')
conflicts=('halloy')
options=('!lto')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/squidowl/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('0e3a173c8fba0335d8c7d1e4522f7934a7d697358af51f69e517a15c7bdd4cd3')
sha256sums=('db0d5f248452a235d3f11930438c5bd6ad87d15aa3e75cc7f5f9732d511340a9')

prepare() {
cd "${pkgname}-${pkgver}"
Expand Down

0 comments on commit 26258d6

Please sign in to comment.