Overview
| Comment: | Upgrade to latest KitCreator for static builds |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
5b7d40eb7e8ddcb3262736427219bf87 |
| User & Date: | rkeene on 2020-05-12 17:50:31 |
| Other Links: | manifest | tags |
Context
|
2020-05-12
| ||
| 17:50 | Use AppFS packaged Tardy to create Slackware package check-in: 00e6414a7d user: rkeene tags: trunk | |
| 17:50 | Upgrade to latest KitCreator for static builds check-in: 5b7d40eb7e user: rkeene tags: trunk | |
| 15:09 | AppFS 1.14 check-in: 567832addb user: rkeene tags: trunk, 1.14 | |
Changes
Modified build/make-static-package from [488871a61d] to [a2fafed0a7].
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'
|
| ︙ |