Skip to content

Commit d535179

Browse files
committed
halloy: update to 2026.5
1 parent dc26100 commit d535179

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/Cargo.toml b/Cargo.toml
2+
index 32020be..5d69318 100644
3+
--- a/Cargo.toml
4+
+++ b/Cargo.toml
5+
@@ -40,7 +40,7 @@ palette = "0.7.4"
6+
log = { version = "0.4.26", features = ['std'] }
7+
uptime_lib = "0.3.1"
8+
nucleo-matcher = "0.3.1"
9+
-reqwest = { version = "0.13", features = ["json", "socks"] }
10+
+reqwest = { version = "0.13", default-features = false, features = ["json", "socks", "charset", "http2", "system-proxy", "native-tls"] }
11+
12+
[dependencies]
13+
tokio = { workspace = true, features = ["rt", "fs", "process"] }

srcpkgs/halloy/template

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'halloy'
22
pkgname=halloy
3-
version=2026.4
3+
version=2026.5
44
revision=1
55
build_style=cargo
66
hostmakedepends="pkg-config"
@@ -11,7 +11,12 @@ license="GPL-3.0-or-later"
1111
homepage="https://github.com/squidowl/halloy"
1212
changelog="https://raw.githubusercontent.com/squidowl/halloy/main/CHANGELOG.md"
1313
distfiles="https://github.com/squidowl/halloy/archive/refs/tags/${version}.tar.gz"
14-
checksum=fa9a95668717677de7f30c98b019b74451fdd2e5b0287a56574d7e953ef5c800
14+
checksum=479834e3516dd1243ff4114c76d9934d033f18d563e7bfa1ecae99f6eb917b73
15+
16+
post_patch() {
17+
# apply patched Cargo.toml changes to lockfile
18+
cargo metadata > /dev/null
19+
}
1520

1621
post_install() {
1722
vinstall assets/linux/org.squidowl.halloy.appdata.xml 644 usr/share/metainfo

0 commit comments

Comments
 (0)