Files
homebrew-cask/Casks/t/tigerjython.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

19 lines
435 B
Ruby

cask "tigerjython" do
version "2.37"
sha256 :no_check
url "https://www.tjgroup.ch/download/TigerJython.dmg"
name "TigerJython"
desc "Jython-based educational programming environment"
homepage "https://www.tjgroup.ch/"
livecheck do
url "https://www.tjgroup.ch/index.php?site=download"
regex(/version\s+(\d+(?:\.\d+)+)/i)
end
suite "TigerJython"
zap trash: "~/Library/Caches/org.aplu.TigerJython-Mac"
end