From 7e5cf5ce2f0263273d5c7c2642fb7b258525cf0b Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Sun, 4 Dec 2022 16:36:01 -0500 Subject: [PATCH] Update URLs for 'setup --download' The previous URLs now return HTTP 404. --- lib/inf7.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/inf7.rb b/lib/inf7.rb index 1a968a0..b1ee12f 100644 --- a/lib/inf7.rb +++ b/lib/inf7.rb @@ -3,9 +3,9 @@ module Inf7 class Error < StandardError; end Appname = 'inf7' - Downloads = { data: { url: 'https://github.com/ptomato/gnome-inform7/raw/master/data/Inform_6M62_data.tar.lz', + Downloads = { data: { url: 'https://github.com/ptomato/inform7-ide/raw/dist-6M62/data/Inform_6M62_data.tar.lz', dest: 'i7_6m62_data.tar.xz', }, - cli: { url: 'http://inform7.com/apps/6M62/I7_6M62_Linux_all.tar.gz', + cli: { url: 'http://emshort.com/inform-app-archive/6M62/I7_6M62_Linux_all.tar.gz', dest: 'i7_6m62.tar.gz', }, quixe: { url: 'https://eblong.com/zarf/glulx/quixe/Quixe-220.zip', dest: 'quixe.zip', },