Skip to content

Commit

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

Signed-off-by: txtsd <[email protected]>
  • Loading branch information
txtsd committed Jul 7, 2024
1 parent 710ed4b commit f856de4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions halloy-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = halloy-bin
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 @@ -11,7 +11,7 @@ pkgbase = halloy-bin
depends = hicolor-icon-theme
provides = halloy
conflicts = halloy
source = https://github.com/squidowl/halloy/releases/download/2024.7/halloy-2024.7-x86_64-linux.tar.gz
sha256sums = f12408baab0f5fa1ac2a34c3b9f3230a199b2c5defce9cffae37ec388d010614
source = https://github.com/squidowl/halloy/releases/download/2024.8/halloy-2024.8-x86_64-linux.tar.gz
sha256sums = b591e780d7dcb880769f6a8b5e96f2cddf472fd74ba70b7e0855e16c91f8ae75

pkgname = halloy-bin
4 changes: 2 additions & 2 deletions halloy-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=halloy-bin
_pkgname="${pkgname/-bin}"
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 @@ -12,7 +12,7 @@ depends=('openssl' 'glibc' 'gcc-libs' 'hicolor-icon-theme')
provides=('halloy')
conflicts=('halloy')
source=("${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}-x86_64-linux.tar.gz")
sha256sums=('f12408baab0f5fa1ac2a34c3b9f3230a199b2c5defce9cffae37ec388d010614')
sha256sums=('b591e780d7dcb880769f6a8b5e96f2cddf472fd74ba70b7e0855e16c91f8ae75')

package() {
install -Dm755 "${srcdir}/bin/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
Expand Down

0 comments on commit f856de4

Please sign in to comment.