Files
homebrew-cask/Casks/f/find-empty-folders.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
473 B
Ruby

cask "find-empty-folders" do
version "1.3.1"
sha256 :no_check
url "https://files.tempel.org/FindEmptyFolders/FindEmptyFolders.zip"
name "Find Empty Folders"
desc "Finds empty folders"
homepage "https://www.tempel.org/FindEmptyFolders"
livecheck do
url :homepage
regex(/>\s*Current\s*Version:\s*v?(\d+(?:\.\d+)+)\s*/i)
end
app "Find Empty Folders.app"
zap trash: "~/Library/Saved Application State/org.tempel.findemptyfolders.savedState"
end