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.
16 lines
297 B
Ruby
16 lines
297 B
Ruby
cask "r-name" do
|
|
version "3.1"
|
|
sha256 :no_check
|
|
|
|
url "https://www.jacek-dom.net/software/R-Name/R-Name.app.zip"
|
|
name "R-Name"
|
|
homepage "https://www.jacek-dom.net/software/R-Name/"
|
|
|
|
livecheck do
|
|
url :homepage
|
|
regex(/version\s+.*?(\d+(?:\.\d+)+)/i)
|
|
end
|
|
|
|
app "R-Name.app"
|
|
end
|