Skip to content

Commit

Permalink
community/netavark: upgrade to 1.5.0
Browse files Browse the repository at this point in the history
this version is broken on 32-bit arches due to libc crate incompatibility
with musl's new ABI for time_t, see: rust-lang/libc#1848
  • Loading branch information
mpolanski committed Feb 3, 2023
1 parent 910ffbd commit 5858e10
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions community/netavark/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=netavark
pkgver=1.4.0
pkgver=1.5.0
pkgrel=0
pkgdesc="Container network stack"
url="https://github.com/containers/netavark"
license="Apache-2.0"
# riscv64, s390x: fails to build due to nix crate
arch="all !s390x !riscv64"
makedepends="cargo mandown"
# armv7, armhf, x86: FTBFS on 32-bit arches due to libc crate incompatibility
# with musl's new ABI for time_t, see: https://github.com/rust-lang/libc/issues/1848
arch="all !s390x !riscv64 !armv7 !armhf !x86"
makedepends="cargo mandown protoc"
subpackages="$pkgname-doc"
source="https://github.com/containers/netavark/archive/v$pkgver/netavark-$pkgver.tar.gz"
options="net"
Expand All @@ -28,5 +30,5 @@ package() {
}

sha512sums="
85be9b6c1ef7261fcb98c78267cd91e0d07527387f3c72389fcb4e70e55037b23ed954cfc08e9f7fdea4b1eb0f17b00fbefcc8e9eeddd3a4a4dd10321dcbe803 netavark-1.4.0.tar.gz
32ce316af1558cef9a49aedddc0db5dd058f1f5d2a145ef8299a156f51743ffc86a1f299ffadf2955742965f5f0d11070b6363dad42cbeb3f5e7a3363f00d5f3 netavark-1.5.0.tar.gz
"

0 comments on commit 5858e10

Please sign in to comment.