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/openbsd | |
| parent | 39c4754056d2bbdf041cd71c7ca1b61023c701f4 (diff) | |
Add some scripts to help fetch non-git packages
Diffstat (limited to 'core/openbsd')
| -rw-r--r-- | core/openbsd/.gitignore | 3 | ||||
| l--------- | core/openbsd/fetch.rc | 1 | ||||
| -rw-r--r-- | core/openbsd/sha256 | 2 | ||||
| -rw-r--r-- | core/openbsd/url | 5 |
4 files changed, 9 insertions, 2 deletions
diff --git a/core/openbsd/.gitignore b/core/openbsd/.gitignore new file mode 100644 index 00000000..3abe5d25 --- /dev/null +++ b/core/openbsd/.gitignore @@ -0,0 +1,3 @@ +/src +/src.tar.gz +/sys.tar.gz diff --git a/core/openbsd/fetch.rc b/core/openbsd/fetch.rc new file mode 120000 index 00000000..221da00d --- /dev/null +++ b/core/openbsd/fetch.rc @@ -0,0 +1 @@ +../../util/fetch-curl.rc
\ No newline at end of file diff --git a/core/openbsd/sha256 b/core/openbsd/sha256 new file mode 100644 index 00000000..e052ef12 --- /dev/null +++ b/core/openbsd/sha256 @@ -0,0 +1,2 @@ +0e2c07bbfb3e173be1715da3d70ba16a246e151d66a56251ee4cf416c507deb8 src.tar.gz +868775750a405c252d1ba78df69d6ebb101ccb26e776d5407a087ec030970baa sys.tar.gz diff --git a/core/openbsd/url b/core/openbsd/url index 29ccce73..841dafd0 100644 --- a/core/openbsd/url +++ b/core/openbsd/url @@ -1,2 +1,3 @@ -http://mirrors.sonic.net/pub/OpenBSD/5.9/src.tar.gz -http://mirrors.sonic.net/pub/OpenBSD/5.9/sys.tar.gz +url = "http://mirrors.sonic.net/pub/OpenBSD/5.9/src.tar.gz" +-O +url = "http://mirrors.sonic.net/pub/OpenBSD/5.9/sys.tar.gz" |
