summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Copeland2024-12-19 22:30:19 +0000
committerBenjamin Copeland2024-12-19 22:30:34 +0000
commit48df72e12271a0ee2b6a97b24cd897a052d4b2d3 (patch)
treeab2382047d1a520dba3647e65e8104e8cce3c7cd
parent635e64cb4daa0a9cf67172e8c61e3394fd930e3e (diff)
downloadaur-48df72e12271a0ee2b6a97b24cd897a052d4b2d3.tar.gz
Tuxmake 1.28.5
Signed-off-by: Benjamin Copeland <ben.copeland@linaro.org>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8bdd6c488d9..3848a93ea15e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 30fa107a9b65..e9d7fcc125bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"