summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94d4e9a9c36d..5cab0d6cd9a6 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-test-project
pkgdesc = Collection of tools for testing the Linux kernel and related features
- pkgver = 20220930
+ pkgver = 20230127
pkgrel = 1
url = https://linux-test-project.github.io/
arch = i686
@@ -14,7 +14,7 @@ pkgbase = linux-test-project
depends = python
depends = numactl
options = !lto
- source = https://github.com/linux-test-project/ltp/releases/download/20220930/ltp-full-20220930.tar.xz
- sha256sums = 533ab63915b916640667ecce17ee4998006d80d394d4b1f1d105a7aa1df50d38
+ source = https://github.com/linux-test-project/ltp/releases/download/20230127/ltp-full-20230127.tar.xz
+ sha256sums = 254412a52c7238f35a247337da186f485e76fb64c6549ed849b3442fc7a417ef
pkgname = linux-test-project
diff --git a/PKGBUILD b/PKGBUILD
index 648c25d7a3e4..a80d7ea3d234 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=linux-test-project
-pkgver=20220930
+pkgver=20230127
pkgrel=1
pkgdesc="Collection of tools for testing the Linux kernel and related features"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ license=(GPL2)
url="https://linux-test-project.github.io/"
depends=(acl bash gawk libcap perl python numactl)
source=("https://github.com/linux-test-project/ltp/releases/download/${pkgver}/ltp-full-${pkgver}.tar.xz")
-sha256sums=('533ab63915b916640667ecce17ee4998006d80d394d4b1f1d105a7aa1df50d38')
+sha256sums=('254412a52c7238f35a247337da186f485e76fb64c6549ed849b3442fc7a417ef')
options=(!lto)
build() {