diff options
| author | Michael Forney <mforney@mforney.org> | 2020-04-15 18:54:58 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-04-15 19:09:56 -0700 |
| commit | e617f7bdf20027bbe90ec1a5220c7d1671a04782 (patch) | |
| tree | 19e1e43359b4d10cdcc6690b2517cc5d95cd1106 /pkg/nasm | |
| parent | ea72d6bab9e53b63d0ad391fbb6019adf6c8a9e2 (diff) | |
Use gzipped archives when size difference is negligible
Diffstat (limited to 'pkg/nasm')
| -rw-r--r-- | pkg/nasm/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/nasm/sha256 | 2 | ||||
| -rw-r--r-- | pkg/nasm/url | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pkg/nasm/.gitignore b/pkg/nasm/.gitignore index 32cb52f6..fa5f00b3 100644 --- a/pkg/nasm/.gitignore +++ b/pkg/nasm/.gitignore @@ -1,2 +1,2 @@ -/nasm-2.14.02.tar.xz +/nasm-2.14.02.tar.gz /src diff --git a/pkg/nasm/sha256 b/pkg/nasm/sha256 index f7d8373b..83656be7 100644 --- a/pkg/nasm/sha256 +++ b/pkg/nasm/sha256 @@ -1 +1 @@ -e24ade3e928f7253aa8c14aa44726d1edf3f98643f87c9d72ec1df44b26be8f5 nasm-2.14.02.tar.xz +b34bae344a3f2ed93b2ca7bf25f1ed3fb12da89eeda6096e3551fd66adeae9fc nasm-2.14.02.tar.gz diff --git a/pkg/nasm/url b/pkg/nasm/url index e97c87dc..5496ac50 100644 --- a/pkg/nasm/url +++ b/pkg/nasm/url @@ -1 +1 @@ -url = "http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.xz" +url = "http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.gz" |
