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.1.0
version=1.2.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=a91773ea19848bcd75339d21b1a811944ef2490feaf8602d5cee6064f4d96ff2
checksum=b91d41bc715f74453a8cd9ac2cd91e2b3808f01f959e8a92cb65c1f2f717312d

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