Differences From Artifact [28079f5c74]:
- File packages/pkgs/readline — part of check-in [07e806db4e] at 2014-09-18 04:43:37 on branch packages — Added package building branch (user: rkeene, size: 139) [annotate] [blame] [check-ins using]
- File pkgs/readline — part of check-in [6136db979d] at 2014-11-03 23:19:04 on branch packages — Updated packages branch to be a completely isolated branch (user: rkeene, size: 139) [annotate] [blame] [check-ins using]
To Artifact [4f5b78a41f]:
- File pkgs/readline — part of check-in [9f4f082fef] at 2014-11-03 23:35:07 on branch packages — Added zlib package and support for checking hash and storing archive (user: rkeene, size: 203) [annotate] [blame] [check-ins using]
1 2 3 4 5 |
#! /usr/bin/env bash
version=6.3
url="https://ftp.gnu.org/gnu/readline/readline-${version}.tar.gz"
domain=core.appfs.rkeene.org
| | | 1 2 3 4 5 6 |
#! /usr/bin/env bash
version=6.3
url="https://ftp.gnu.org/gnu/readline/readline-${version}.tar.gz"
domain=core.appfs.rkeene.org
sha256='56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43'
|