Files
homebrew-cask/Casks/s/supersync.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

16 lines
386 B
Ruby

cask "supersync" do
version "7.0.9"
sha256 "e4948c43dc9f6eebadea0cd1864d8b0f8bb63a5930c0d22b57de1cd7bd4a04b5"
url "https://supersync.com/downloads/SuperSync_#{version}.dmg"
name "SuperSync"
homepage "https://supersync.com/"
livecheck do
url "https://supersync.com/downloads.php"
regex(%r{href=.*?/SuperSync_(\d+(?:\.\d+)*)\.dmg}i)
end
app "SuperSync.app"
end