Files
homebrew-cask/Casks/b/big-mean-folder-machine.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

17 lines
430 B
Ruby

cask "big-mean-folder-machine" do
version "2.43"
sha256 :no_check
url "https://www.publicspace.net/download/BMFM.dmg"
name "Big Mean Folder Machine"
desc "File/folder management utility"
homepage "https://www.publicspace.net/BigMeanFolderMachine/"
livecheck do
url "https://www.publicspace.net/app/bmfm#{version.major}.xml"
strategy :sparkle
end
app "Big Mean Folder Machine #{version.major}.app"
end