Skip to content

Commit

Permalink
Fix casks.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Jun 26, 2024
1 parent e10f8e2 commit 05b1498
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 26 deletions.
8 changes: 3 additions & 5 deletions Casks/iconvert.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
url "https://github.com/reitermarkus/mirror/raw/HEAD/iConvert.zip",
verified: "github.com/reitermarkus/mirror/"
name "iConvert"
homepage "http://www.rmartijnr.eu/iconvert.html"
homepage "https://web.archive.org/web/20231002175808/http://www.rmartijnr.eu/iconvert.html"

app "iConvert.app"
deprecate! date: "2016-01-01", because: :discontinued

caveats do
discontinued
end
app "iConvert.app"
end
8 changes: 3 additions & 5 deletions Casks/ihelp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
url "https://github.com/reitermarkus/mirror/raw/HEAD/iHelp.zip",
verified: "github.com/reitermarkus/mirror/"
name "iHelp"
homepage "http://www.rmartijnr.eu/iHelp/index.html"
homepage "https://web.archive.org/web/20231003180144/http://www.rmartijnr.eu/ihelp.html"

app "iHelp.app"
deprecate! date: "2016-01-01", because: :discontinued

caveats do
discontinued
end
app "iHelp.app"
end
8 changes: 3 additions & 5 deletions Casks/ilearn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
url "https://github.com/reitermarkus/mirror/raw/HEAD/iLearn.zip",
verified: "github.com/reitermarkus/mirror/"
name "iLearn"
homepage "http://www.rmartijnr.eu/iLearn/index.html"
homepage "https://web.archive.org/web/20240224113726/http://www.rmartijnr.eu/ilearn.html"

app "iLearn.app"
deprecate! date: "2016-01-01", because: :discontinued

caveats do
discontinued
end
app "iLearn.app"
end
8 changes: 3 additions & 5 deletions Casks/itest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
url "https://github.com/reitermarkus/mirror/raw/HEAD/iTest.zip",
verified: "github.com/reitermarkus/mirror/"
name "iTest"
homepage "http://www.rmartijnr.eu/iTest/index.html"
homepage "https://web.archive.org/web/20230606095017/http://www.rmartijnr.eu/itest.html"

app "iTest.app"
deprecate! date: "2016-01-01", because: :discontinued

caveats do
discontinued
end
app "iTest.app"
end
13 changes: 9 additions & 4 deletions Casks/sheepshaver.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
cask "sheepshaver" do
version "2.4.20140201"
sha256 "545bcd5348c5ce88d18f3f0f01971107472208d1c84361d94c8ce2c238212788"
version "2.5.20240228"
sha256 "07628738b0f62f5f61e7f3312b75b33e421db981674e1fd17b53aee9757edc93"

url "http://www.xs4all.nl/~ronaldpr/sheepshaverforum/SheepShaver_UB_#{version.patch}.zip",
verified: "www.xs4all.nl/~ronaldpr/sheepshaverforum/"
url "https://www.emaculation.com/sheepshaver/SheepShaver_universal_#{version.patch}.zip",
verified: "emaculation.com/sheepshaver/"
name "SheepShaver"
homepage "http://sheepshaver.cebix.net/"

livecheck do
url "https://www.emaculation.com/forum/viewtopic.php?t=7360"
regex(/Version:?\s*(\d+\.\d+).*SheepShaver[._-]?(?:universal[._-]?)?(\d{4})(\d{2})(\d{2})\.zip/)
end

app "SheepShaver_UB_#{version.patch}/SheepShaver.app"
end
4 changes: 2 additions & 2 deletions Casks/ssd-fan-control.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

pkg "SSD Fan Control.pkg"

uninstall pkgutil: "net.exirion.pkg.SSDFanControl",
launchctl: "net.exirion.ssdfanctrl"
uninstall launchctl: "net.exirion.ssdfanctrl",
pkgutil: "net.exirion.pkg.SSDFanControl"
end

0 comments on commit 05b1498

Please sign in to comment.