Overview
Comment: | Upgrade to latest kitcreator in static builder |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7c1528d686792663af890aa9b0fe9e08 |
User & Date: | rkeene on 2019-12-13 00:06:28 |
Other Links: | manifest | tags |
Context
2019-12-13
| ||
00:09 | Updated URLs to tcllib check-in: 6172840058 user: rkeene tags: trunk | |
00:06 | Upgrade to latest kitcreator in static builder check-in: 7c1528d686 user: rkeene tags: trunk | |
00:06 | Set path to include the path to appfsd in appfs-cache check-in: 1a9a8b1256 user: rkeene tags: trunk | |
Changes
Modified build/make-static-package from [86421397e1] to [488871a61d].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - + - + | #! /usr/bin/env bash ############################### ## UPSTREAM ################### ############################### fuse_version='2.9.7' fuse_url="https://github.com/libfuse/libfuse/releases/download/fuse-${fuse_version}/fuse-${fuse_version}.tar.gz" fuse_sha256='832432d1ad4f833c20e13b57cf40ce5277a9d33e483205fc63c78111b3358874' |
︙ |