diff options
author | Jack Chen | 2022-04-11 09:28:02 +0000 |
---|---|---|
committer | Jack Chen | 2022-04-11 09:28:02 +0000 |
commit | bffdeeca167608b247de41cefe28b19da28cdc51 (patch) | |
tree | 8cb72fe332dce32233e2b59560504ba8d0b2b681 | |
parent | d86c3e25503859e825f5aee756d812fee024d239 (diff) | |
download | aur-bffdeeca167608b247de41cefe28b19da28cdc51.tar.gz |
update to 5.15.33
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 9 insertions, 9 deletions
@@ -1,19 +1,19 @@ pkgbase = linux-rockchip64-bin - pkgver = 5.15.32 + pkgver = 5.15.33 pkgrel = 1 url = https://github.com/armbian/build arch = aarch64 license = GPL2 provides = linux-rockchip64 noextract = linux.preset - noextract = linux-dtb-current-rockchip64_22.05.0-trunk.0038-trunk.1_arm64.deb - noextract = linux-image-current-rockchip64_22.05.0-trunk.0038-trunk.1_arm64.deb - noextract = linux-headers-current-rockchip64_22.05.0-trunk.0038-trunk.1_arm64.deb + noextract = linux-dtb-current-rockchip64_22.05.0-trunk.0040-trunk.1_arm64.deb + noextract = linux-image-current-rockchip64_22.05.0-trunk.0040-trunk.1_arm64.deb + noextract = linux-headers-current-rockchip64_22.05.0-trunk.0040-trunk.1_arm64.deb options = !strip source = linux.preset - source = https://beta.armbian.com/pool/main/l/linux-5.15.32-rockchip64/linux-dtb-current-rockchip64_22.05.0-trunk.0038-trunk.1_arm64.deb - source = https://beta.armbian.com/pool/main/l/linux-5.15.32-rockchip64/linux-image-current-rockchip64_22.05.0-trunk.0038-trunk.1_arm64.deb - source = https://beta.armbian.com/pool/main/l/linux-5.15.32-rockchip64/linux-headers-current-rockchip64_22.05.0-trunk.0038-trunk.1_arm64.deb + source = https://beta.armbian.com/pool/main/l/linux-5.15.33-rockchip64/linux-dtb-current-rockchip64_22.05.0-trunk.0040-trunk.1_arm64.deb + source = https://beta.armbian.com/pool/main/l/linux-5.15.33-rockchip64/linux-image-current-rockchip64_22.05.0-trunk.0040-trunk.1_arm64.deb + source = https://beta.armbian.com/pool/main/l/linux-5.15.33-rockchip64/linux-headers-current-rockchip64_22.05.0-trunk.0040-trunk.1_arm64.deb sha512sums = f01e7925b262d2874a8a991b1f27d057356a2a384d2012b61be5a631d4e4d7cf87461c8fb9e7f183831f5a829ad204897f1f0545a52df6288a0e04a5c2e31b96 sha512sums = SKIP sha512sums = SKIP @@ -4,8 +4,8 @@ _target=rockchip64 _pkgbase="linux-$_target" pkgbase="$_pkgbase-bin" pkgname=("$pkgbase" "$pkgbase-headers") -pkgver=5.15.32 -_armbver=22.05.0-trunk.0038 +pkgver=5.15.33 +_armbver=22.05.0-trunk.0040 _armbrel=1 _kernver="$pkgver-$_target" pkgrel=1 |