summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2023-02-07 23:11:23 +0100
committerFabioLolix2023-02-07 23:11:23 +0100
commitf25f0aa8a7b22183fa58aff2c75862734ca7622c (patch)
tree30189ad2c236838dd95387021e4dddc392665f73 /PKGBUILD
parentacc1d5e4420fc5692027d55a7b3f79daec29fb9d (diff)
downloadaur-f25f0aa8a7b22183fa58aff2c75862734ca7622c.tar.gz
v20230127
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {