forked from termux/termux-packages
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
swift: update from 5.10.1 to 6.0 Nov 5 snapshot
- Loading branch information
1 parent
dcf6f53
commit f8d1715
Showing
29 changed files
with
2,148 additions
and
6,947 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
TERMUX_PKG_HOMEPAGE=https://github.com/apple/swift-corelibs-libdispatch | ||
TERMUX_PKG_HOMEPAGE=https://github.com/swiftlang/swift-corelibs-libdispatch | ||
TERMUX_PKG_DESCRIPTION="The libdispatch project, for concurrency on multicore hardware" | ||
TERMUX_PKG_LICENSE="Apache-2.0" | ||
TERMUX_PKG_MAINTAINER="@finagolfin" | ||
TERMUX_PKG_VERSION="1:5.10" | ||
TERMUX_PKG_SRCURL=https://github.com/apple/swift-corelibs-libdispatch/archive/swift-${TERMUX_PKG_VERSION:2}-RELEASE.tar.gz | ||
TERMUX_PKG_SHA256=16e088cf12654d22658879710b9694a6fad1c94d5e5d0c597741b71fbcb3e034 | ||
TERMUX_PKG_VERSION="1:6.0" | ||
TERMUX_PKG_SRCURL=https://github.com/swiftlang/swift-corelibs-libdispatch/archive/swift-${TERMUX_PKG_VERSION:2}-DEVELOPMENT-SNAPSHOT-2024-11-05-a.tar.gz | ||
TERMUX_PKG_SHA256=0b68c9dfb3f5a95467de9f9a057566d979728cfed54cffc39df5011bc0a0574d | ||
TERMUX_PKG_AUTO_UPDATE=false | ||
TERMUX_PKG_DEPENDS="libc++, libblocksruntime" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
TERMUX_PKG_HOMEPAGE=https://github.com/apple/swift-llbuild | ||
TERMUX_PKG_HOMEPAGE=https://github.com/swiftlang/swift-llbuild | ||
TERMUX_PKG_DESCRIPTION="A low-level build system, used by the Swift Package Manager" | ||
TERMUX_PKG_LICENSE="Apache-2.0, NCSA" | ||
TERMUX_PKG_MAINTAINER="@finagolfin" | ||
TERMUX_PKG_VERSION=5.10 | ||
TERMUX_PKG_SRCURL=https://github.com/apple/swift-llbuild/archive/swift-${TERMUX_PKG_VERSION}-RELEASE.tar.gz | ||
TERMUX_PKG_SHA256=ae8962d59244abac157c02813d05e1c077915bbd6022fe9fb62040806ac8dc55 | ||
TERMUX_PKG_VERSION=6.0 | ||
TERMUX_PKG_SRCURL=https://github.com/swiftlang/swift-llbuild/archive/swift-${TERMUX_PKG_VERSION}-DEVELOPMENT-SNAPSHOT-2024-11-05-a.tar.gz | ||
TERMUX_PKG_SHA256=841f52f831a630af2fbaa958b3404ab11fe9858e51d6bc441f7936aa6bf2699e | ||
TERMUX_PKG_DEPENDS="libc++, libandroid-spawn, libsqlite" | ||
TERMUX_PKG_NO_STATICSPLIT=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.