libdispatch: updated to version 6.1.1

This commit is contained in:
2026-01-20 20:57:57 +00:00
parent 75170530ad
commit 01e1e5a7bc
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxMazw2Wg+GAU5BYEbEFlxUs3AvDmMMsZSWrVaHLT9nAvOo8tmDyn8g0ODhtqbKp5+DJArge1P54yD4gpBHQOfgE=
SHA256 (Pkgfile) = 38f030362ed16964db7ca663dc710e09ac5badee71c804848eaf19debdcc41d0
RWTTPlFarK9CxOb6p0QOEbH04unJB1kOHGcgdBlNTdkMRBMdd5lIgvLibZV5uuryheWMvatUizcnoTM91x+7lcXkDC3yy4fQ/wA=
SHA256 (Pkgfile) = 4af6d4752bace0bf7c6e39c331609413786e595a0c09538a4d8ed8a7992af941
SHA256 (.footprint) = 434fdf7c780c53773601779638fdd9582f322134ab7a7a039381c6a8c6e12583
SHA256 (swift-5.10-RELEASE.zip) = c70831a43bb712e4abffc1868c59e47b4a0937e8b70e16739bc398be27dcb76c
SHA256 (swift-6.1.1-RELEASE.zip) = 4146bf034f0bcb4390516a7392abef98962aae457b953ae2700bac6a19bc6542

View File

@@ -4,7 +4,7 @@
# Depends on: clang
name=libdispatch
version=5.10
version=6.1.1
release=1
source=(https://github.com/apple/swift-corelibs-$name/archive/refs/tags/swift-$version-RELEASE.zip)
@@ -26,5 +26,5 @@ build() {
-DCMAKE_BUILD_WITH_INSTALL_RPATH=on \
-G Ninja
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG ninja -C build install
DESTDIR="$PKG" ninja -C build install
}