diff options
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" |
