mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/amzn-ena-aarch64-dkms to 2.8.4-1 (#1990)
This commit is contained in:
parent
eee46b4606
commit
015d62b98b
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: iDigitalFlame <idf@idfla.me>
|
||||
pkgname="amzn-ena-aarch64-dkms"
|
||||
pkgver="2.8.3"
|
||||
pkgver="2.8.4"
|
||||
pkgrel="1"
|
||||
pkgdesc="Linux kernel driver for Amazon's Elastic Network Adapter (ENA)"
|
||||
arch=("aarch64")
|
||||
|
@ -10,8 +10,8 @@ depends=("dkms" "linux-aarch64" "linux-aarch64-headers")
|
|||
install="amzn-drivers.install"
|
||||
source=("https://github.com/amzn/amzn-drivers/archive/refs/tags/ena_linux_${pkgver}.tar.gz"
|
||||
"dkms.conf")
|
||||
sha256sums=("357ee02b7233514463d6d47d97f498a1840e83a86ba48c505994a71755998a44"
|
||||
"6787747d1432d74a365768002494ab672b626568d73fe5ff13435191218628ee")
|
||||
sha256sums=("b124296c9bae2e5f63e90d88d64e86d3697d7aa714bf16363928707abbb9e49a"
|
||||
"52f3e6d638fe1287347d398964bdc3978104d696094678ee76e712fed0e6b31e")
|
||||
buildarch=8
|
||||
|
||||
package() {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME="ena"
|
||||
PACKAGE_VERSION="2.8.3"
|
||||
PACKAGE_VERSION="2.8.4"
|
||||
CLEAN="make -C ena clean"
|
||||
MAKE="make -C ena/ BUILD_KERNEL=$kernelver"
|
||||
BUILT_MODULE_NAME[0]="ena"
|
||||
|
|
Loading…
Reference in a new issue