Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/rustnet/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'rustnet'
pkgname=rustnet
version=1.5.0
version=1.6.0
revision=1
archs="x86_64* aarch64*"
build_style=cargo
Expand All @@ -13,7 +13,7 @@ license="Apache-2.0"
homepage="https://github.com/domcyrus/rustnet"
changelog="https://raw.githubusercontent.com/domcyrus/rustnet/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/domcyrus/rustnet/archive/refs/tags/v${version}.tar.gz"
checksum=f6425992dc5a8a700323c1231d1833a135cd93424d86cfaa788eed6cb700fe33
checksum=245fc7074d5f142fbf1c798233be86b715b4f2ce3b3cfec10fabdcbbc9345ddb

_setup_env() {
# workaround the cc-rs mixing CFLAGS for host and target.
Expand Down