소스 검색

package/ltp-testsuite: bump version to 20240930

For change log, see:
https://github.com/linux-test-project/ltp/releases/tag/20240930

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
[Julien: add change log link]
Signed-off-by: Julien Olivain <ju.o@free.fr>
Petr Vorel 8 달 전
부모
커밋
6f594a546b
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      package/ltp-testsuite/ltp-testsuite.hash
  2. 1 1
      package/ltp-testsuite/ltp-testsuite.mk

+ 2 - 2
package/ltp-testsuite/ltp-testsuite.hash

@@ -1,4 +1,4 @@
-# From: https://github.com/linux-test-project/ltp/releases/download/20240524/ltp-full-20240524.tar.xz.sha256
-sha256  2b7c07bb281b7ec49981eeb06c4b66f147b103977254632678d384034f6e9663  ltp-full-20240524.tar.xz
+# From: https://github.com/linux-test-project/ltp/releases/download/20240930/ltp-full-20240930.tar.xz.sha256
+sha256  3e9e806405aa602e2d21d221d885fd4914ff2da23eb8bba3d0f0f468bdf60238  ltp-full-20240930.tar.xz
 # Locally computed
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING

+ 1 - 1
package/ltp-testsuite/ltp-testsuite.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LTP_TESTSUITE_VERSION = 20240524
+LTP_TESTSUITE_VERSION = 20240930
 LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz
 LTP_TESTSUITE_SITE = https://github.com/linux-test-project/ltp/releases/download/$(LTP_TESTSUITE_VERSION)