Testing out Brew casks

This commit is contained in:
HarryHeres
2024-08-31 23:53:37 +02:00
parent 504737f4ea
commit 98b2c582f2

12
Cask/zen-browser.rb Normal file
View File

@@ -0,0 +1,12 @@
cask "zen-browser" do
version ""
sha256 ""
url "https://github.com/zen-browser/desktop/releases/download/#{version}/-zen.macos-aarch64.dmg"
name "Zen Browser"
desc "Beautifully designed, privacy-focused browser packed with awesome jfeatures"
homepage "https://github.com/zen-browser/desktop"
app "Zen Browser.app"
end