mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
369 B
Ruby
17 lines
369 B
Ruby
cask "isteg" do
|
|
version "1.6.2"
|
|
sha256 "5f385efce3416c9df75c6d97a35de82b76d9c829c2956461dd2fc95ca843702d"
|
|
|
|
url "https://www.hanynet.com/isteg-#{version}.zip"
|
|
name "iSteg"
|
|
desc "Encryption tool"
|
|
homepage "https://www.hanynet.com/isteg/"
|
|
|
|
livecheck do
|
|
url :homepage
|
|
regex(%r{href=.*?/isteg[._-]v?(\d+(?:\.\d+)+)\.zip}i)
|
|
end
|
|
|
|
app "iSteg.app"
|
|
end
|