We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f69c71 commit a530c13Copy full SHA for a530c13
1 file changed
add_libmagic.sh
@@ -7,7 +7,7 @@ install_source() {
7
# https://www.darwinsys.com/file/
8
# https://github.com/file/file/blob/FILE5_46/INSTALL#L51
9
(
10
- version="file-5.46" &&
+ version="file-5.47" &&
11
tmpfile="$(mktemp)" &&
12
curl -sSLo "${tmpfile}" "https://astron.com/pub/file/${version}.tar.gz" &&
13
tar xvf "${tmpfile}" &&
0 commit comments