mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/amzn-ena-aarch64-dkms to 2.12.1-1 (#2033)
This commit is contained in:
parent
6cebb30f7c
commit
5e3e72af54
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.12.0"
|
||||
pkgver="2.12.1"
|
||||
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=("af02fe96fdc9a33e910fee35957c40af91596e4d9a5e7d0a6eaff604cf8cf770"
|
||||
"a1f15bfe777d7939163773a97019ee86453f9ecc495baa81267f34c56d477d1c")
|
||||
sha256sums=("ab0eccf464eaa6941243b85c42c720f2fc27c6fd2b9e26460e86c2fdb9f499b8"
|
||||
"857620ef9ec99a2c7a16e4dd1cd3e48d10ff2702be2f5a20bb44493456179ad9")
|
||||
buildarch=8
|
||||
|
||||
package() {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE_NAME="ena"
|
||||
PACKAGE_VERSION="2.12.0"
|
||||
PACKAGE_VERSION="2.12.1"
|
||||
CLEAN="make -C ena clean"
|
||||
MAKE="make -C ena/ BUILD_KERNEL=$kernelver"
|
||||
BUILT_MODULE_NAME[0]="ena"
|
||||
|
|
Loading…
Reference in a new issue