Skip to content

Commit a530c13

Browse files
authored
Bump to file-5.47
1 parent 2f69c71 commit a530c13

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.46" &&
10+
version="file-5.47" &&
1111
tmpfile="$(mktemp)" &&
1212
curl -sSLo "${tmpfile}" "https://astron.com/pub/file/${version}.tar.gz" &&
1313
tar xvf "${tmpfile}" &&

0 commit comments

Comments
 (0)