Removed unused sources and updated Linux, LLVM, and XZ

This commit is contained in:
Alexander Hill
2025-12-31 21:28:54 -05:00
parent a6920abf74
commit cb149dd14e
7 changed files with 11 additions and 117 deletions

View File

@@ -1,8 +1,8 @@
# Maintainer: Alexander Hill <ahill@breadpudding.dev>
SRC_HASH="0b54f79df85912504de0b14aec7971e3f964491af1812d83447005807513cd9e"
SRC_NAME="xz"
SRC_URL="https://github.com/tukaani-project/xz/releases/download/v5.8.1/xz-5.8.1.tar.xz"
SRC_VERSION="5.8.1"
SRC_URL="https://github.com/tukaani-project/xz/releases/download/v5.8.2/xz-5.8.2.tar.xz"
SRC_VERSION="5.8.2"
build() {
tar xf ../$SRC_FILENAME
@@ -18,4 +18,4 @@ clean() {
package() {
cd xz-*/
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
}
}