diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-10-13 17:57:31 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2022-10-13 17:57:31 +0200 |
commit | 8dfde3f2fe70f84c226c5773fa66113a4e5b87e7 (patch) | |
tree | b258b77ecc77cacc153ba733e2bf1bcfd8e45eeb /PKGBUILD | |
parent | d4c4bcb2efa18a6fef13d7116ba244e416ffb075 (diff) | |
download | linux-raspberrypi4-8dfde3f2fe70f84c226c5773fa66113a4e5b87e7.tar.gz linux-raspberrypi4-8dfde3f2fe70f84c226c5773fa66113a4e5b87e7.tar.bz2 linux-raspberrypi4-8dfde3f2fe70f84c226c5773fa66113a4e5b87e7.zip |
Bumped version to v6.0.1-rpi2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Jaron Kent-Dobias <jaron@kent-dobias.com> pkgbase=linux-raspberrypi4 -pkgver=5.19.12.rpi1 +pkgver=6.0.1.rpi2 pkgrel=1 pkgdesc='Raspberry Pi 4 Linux' _srctag=v${pkgver%.*}-${pkgver##*.} @@ -28,7 +28,7 @@ validpgpkeys=( '0E3A444DD0760E65901BF59679E824090BD31086' # Jaron Kent-Dobias ) sha256sums=('SKIP' - 'a7128e837b7defc0478841b9de36405c430677b20b3fa67f0b7f69c968acc8f1') + '6db13a321fc96f3b4c7e5697abe0fa5d70a4a8654740e91959e52a40ba733817') export KBUILD_BUILD_HOST=archlinux export KBUILD_BUILD_USER=$pkgbase |