Skip to content

Commit

Permalink
universe/netavark: upgrade to 1.4.0
Browse files Browse the repository at this point in the history
[ commit 242fee467a3cc3a10ec4761e55f783beaf42cb7d ]
  • Loading branch information
mpolanski authored and konfetka1989 committed Apr 6, 2023
1 parent cf0f679 commit 5b29848
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions universe/netavark/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
pkgname=netavark
pkgver=1.3.0
pkgver=1.4.0
pkgrel=0
pkgdesc="Container network stack"
url="https://github.com/containers/netavark"
license="Apache-2.0"
# s390x fails to build due to nix crate
# riscv64 fails to build due to nix crate
# riscv64, s390x: fails to build due to nix crate
arch="all !s390x !riscv64"
makedepends="
cargo
mandown
"
makedepends="cargo mandown"
subpackages="$pkgname-doc"
source="https://github.com/containers/netavark/archive/v$pkgver/netavark-$pkgver.tar.gz"
options="net"

build() {
make
make docs

mandown docs/$pkgname.1.md > docs/$pkgname.1
}

check() {
Expand All @@ -29,5 +26,5 @@ package() {
}

sha512sums="
f3fb54060313c9a162d16e64ee061897af42c7f7f36cdc9ddfb5a825486ac43bc4279bd107fa8dc6e31c93b4981d10ea8398f8c5c411cca3cad249334df4931c netavark-1.3.0.tar.gz
85be9b6c1ef7261fcb98c78267cd91e0d07527387f3c72389fcb4e70e55037b23ed954cfc08e9f7fdea4b1eb0f17b00fbefcc8e9eeddd3a4a4dd10321dcbe803 netavark-1.4.0.tar.gz
"

0 comments on commit 5b29848

Please sign in to comment.