Mike McQuaid a10f436120
dev-cmd/bottle: tweak tar and tar arguments.
Instead of using `libarchive` on macOS (which has a non-zero dependency
tree) let's instead use `gnu-tar` because:

- it has no dependencies
- we're already using it on Linux

I tested this locally with `ack` (which was getting reproducible bottles
with system and Homebrew `libarchive`) and saw a different checksum. A
quick read of the `gtar` manpage indicated that it uses a GNU tar format
by default which can be made consistent with BSD and GNU tar by using
`--format=ustar` with both. Once this is done, the checksums are the
same. This will hopefully ease the transition to having `all:` bottles
be consistent on Linux, too, which will be useful when homebrew-core is
fully merged/supporting Linux.
2021-04-26 14:42:09 +01:00
..
2021-04-03 04:27:32 +02:00
2021-01-26 15:36:44 -05:00
2021-01-26 16:19:47 -05:00
2021-04-12 15:07:46 +01:00
2021-04-22 13:18:44 +01:00
2021-01-25 13:46:35 -05:00
2021-01-25 13:46:51 -05:00
2021-02-17 17:53:10 +00:00
2021-03-18 16:41:57 +00:00
2021-04-08 20:23:50 +09:00