diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-23 22:47:40 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-23 22:47:40 -0700 |
| commit | a4d1777beea410e56bdf39e2e075797a8b0580f0 (patch) | |
| tree | 6f96b490d31938420210bfe12ed72502df714098 /core/bzip2 | |
| parent | 39c4754056d2bbdf041cd71c7ca1b61023c701f4 (diff) | |
Add some scripts to help fetch non-git packages
Diffstat (limited to 'core/bzip2')
| -rw-r--r-- | core/bzip2/.gitignore | 2 | ||||
| l--------- | core/bzip2/fetch.rc | 1 | ||||
| -rw-r--r-- | core/bzip2/sha256 | 1 | ||||
| -rw-r--r-- | core/bzip2/url | 2 |
4 files changed, 5 insertions, 1 deletions
diff --git a/core/bzip2/.gitignore b/core/bzip2/.gitignore new file mode 100644 index 00000000..fc553f38 --- /dev/null +++ b/core/bzip2/.gitignore @@ -0,0 +1,2 @@ +/bzip2-1.0.6.tar.gz +/src diff --git a/core/bzip2/fetch.rc b/core/bzip2/fetch.rc new file mode 120000 index 00000000..221da00d --- /dev/null +++ b/core/bzip2/fetch.rc @@ -0,0 +1 @@ +../../util/fetch-curl.rc
\ No newline at end of file diff --git a/core/bzip2/sha256 b/core/bzip2/sha256 new file mode 100644 index 00000000..45eb8e18 --- /dev/null +++ b/core/bzip2/sha256 @@ -0,0 +1 @@ +a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd bzip2-1.0.6.tar.gz diff --git a/core/bzip2/url b/core/bzip2/url index ff92030f..9648ced9 100644 --- a/core/bzip2/url +++ b/core/bzip2/url @@ -1 +1 @@ -http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz +url = "http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz" |
