diff options
author | Benjamin Copeland | 2024-12-19 22:30:19 +0000 |
---|---|---|
committer | Benjamin Copeland | 2024-12-19 22:30:34 +0000 |
commit | 48df72e12271a0ee2b6a97b24cd897a052d4b2d3 (patch) | |
tree | ab2382047d1a520dba3647e65e8104e8cce3c7cd | |
parent | 635e64cb4daa0a9cf67172e8c61e3394fd930e3e (diff) | |
download | aur-48df72e12271a0ee2b6a97b24cd897a052d4b2d3.tar.gz |
Tuxmake 1.28.5
Signed-off-by: Benjamin Copeland <ben.copeland@linaro.org>
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = tuxmake pkgdesc = A tool for building Linux kernels across architectures, toolchains, and configurations - pkgver = 1.28.2 + pkgver = 1.28.5 pkgrel = 1 url = https://tuxmake.org/ arch = x86_64 @@ -20,7 +20,7 @@ pkgbase = tuxmake depends = podman optdepends = docker: for containerized builds with docker optdepends = podman: for containerized builds with podman - source = https://files.pythonhosted.org/packages/source/t/tuxmake/tuxmake-1.28.2.tar.gz - sha256sums = 721a345d8519e28d225aaaced8b76168503f7f6824bc46e22949b10cbd41e274 + source = https://files.pythonhosted.org/packages/source/t/tuxmake/tuxmake-1.28.5.tar.gz + sha256sums = e87c2cd0c0ceb6ad3e2a884efaf88cc40b1a15c21b88e1f4e4a64956db3201ca pkgname = tuxmake @@ -1,6 +1,6 @@ # Maintainer: Ben Copeland <ben@copeland.me.uk> pkgname=tuxmake -pkgver=1.28.2 +pkgver=1.28.5 pkgrel=1 pkgdesc="A tool for building Linux kernels across architectures, toolchains, and configurations" arch=('x86_64' 'aarch64') @@ -23,7 +23,7 @@ optdepends=( 'podman: for containerized builds with podman' ) source=("https://files.pythonhosted.org/packages/source/t/tuxmake/tuxmake-${pkgver}.tar.gz") -sha256sums=('721a345d8519e28d225aaaced8b76168503f7f6824bc46e22949b10cbd41e274') +sha256sums=('e87c2cd0c0ceb6ad3e2a884efaf88cc40b1a15c21b88e1f4e4a64956db3201ca') build() { cd "$srcdir/$pkgname-$pkgver" |