Skip to content
Snippets Groups Projects
Commit c30535b9 authored by omni's avatar omni Committed by Natanael Copa
Browse files

main/kmod: upgrade to 32

parent 8aee58e2
No related branches found
No related tags found
1 merge request!63906main/kmod: upgrade to 32
Pipeline #225897 skipped
# Contributor: Natanael Copa <ncopa@alpinelinux.org> # Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=kmod pkgname=kmod
pkgver=31 pkgver=32
pkgrel=4 pkgrel=0
pkgdesc="Linux kernel module management utilities" pkgdesc="Linux kernel module management utilities"
url="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary" url="http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary"
arch="all" arch="all"
...@@ -47,10 +47,7 @@ package() { ...@@ -47,10 +47,7 @@ package() {
local i local i
mkdir -p "$pkgdir"/sbin mkdir -p "$pkgdir"/sbin
for i in lsmod rmmod insmod modinfo modprobe depmod; do for i in lsmod rmmod insmod modinfo modprobe depmod; do
ln -sf ../bin/kmod "$pkgdir"/sbin/$i ln -sf ../bin/$i "$pkgdir"/sbin/$i
done
for i in lsmod modinfo; do
ln -s kmod "$pkgdir"/bin/$i
done done
} }
...@@ -60,7 +57,7 @@ libs() { ...@@ -60,7 +57,7 @@ libs() {
} }
sha512sums=" sha512sums="
05ca70381808bec5f262b94db625662c385408988178a35e4aaf4960ee0716dc0cbfc327160ea4b61098d0c2130ab1b5142ea8156bea8e06ded7f4d288b6d085 kmod-31.tar.xz 29162135aabd025dff178a4147a754b5da5964855dbeee65ca867dec3b84437f35c1c97f0f027e974a021d3ee9a4940309a716859cc3cfe93c7ed0aada338f24 kmod-32.tar.xz
f2ea3527bfba182c5e15557c224a5bba8c7e2ea3d21cf604e6eb2277226dcf983c3aeb9ac44a322c7f2b4942b35135da999d63a5b946b829d3f3b09c050a0f17 strndupa.patch f2ea3527bfba182c5e15557c224a5bba8c7e2ea3d21cf604e6eb2277226dcf983c3aeb9ac44a322c7f2b4942b35135da999d63a5b946b829d3f3b09c050a0f17 strndupa.patch
5fc41a7c4ea3ad3e33516ebdf8d19ac7ce0223d75a3e99f185e8a7fd71007b9d2e2d850e319b122d470cd95f45098a5a39faa21a17c0fb82124138f97db9d85c portable-basename.patch 5fc41a7c4ea3ad3e33516ebdf8d19ac7ce0223d75a3e99f185e8a7fd71007b9d2e2d850e319b122d470cd95f45098a5a39faa21a17c0fb82124138f97db9d85c portable-basename.patch
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment