Skip to content

Commit 40d6769

Browse files
authored
Fixes URL for unar
As Google Code's URL for unar returns a 404 status code, this commit updates the download address to http://wakaba.c3.cx/releases/TheUnarchiver/unar1.10.1.zip (see xdissent#236 (comment)). This is a very old version of the software (current version is 3.11.1, so perhaps this should be updated too. Note: I was able to install unar using homebrew so maybe we should check for 'brew' and install from there.
1 parent 1de5491 commit 40d6769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ievms.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ check_ext_pack() {
163163

164164
# Download and install `unar` from Google Code.
165165
install_unar() {
166-
local url="http://theunarchiver.googlecode.com/files/unar1.5.zip"
166+
local url="http://wakaba.c3.cx/releases/TheUnarchiver/unar1.10.1.zip"
167167
local archive=`basename "${url}"`
168168

169-
download "unar" "${url}" "${archive}" "fbf544d1332c481d7d0f4e3433fbe53b"
169+
download "unar" "${url}" "${archive}" "d548661e4b6c33512074df81e39ed874"
170170

171171
unzip "${archive}" || fail "Failed to extract ${ievms_home}/${archive} to ${ievms_home}/, unzip command returned error code $?"
172172

0 commit comments

Comments
 (0)