Skip to content

Commit 04d2587

Browse files
committed
Revert "Bump to file-5.47" because of ahupp#362
This reverts commit a530c13.
1 parent a530c13 commit 04d2587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

add_libmagic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install_source() {
77
# https://www.darwinsys.com/file/
88
# https://github.com/file/file/blob/FILE5_46/INSTALL#L51
99
(
10-
version="file-5.47" &&
10+
version="file-5.46" &&
1111
tmpfile="$(mktemp)" &&
1212
curl -sSLo "${tmpfile}" "https://astron.com/pub/file/${version}.tar.gz" &&
1313
tar xvf "${tmpfile}" &&

0 commit comments

Comments
 (0)