Skip to content

Commit

Permalink
Merge branch 'Homebrew:master' into nicolast/add-temurin22
Browse files Browse the repository at this point in the history
  • Loading branch information
ntroncos committed Sep 18, 2024
2 parents 2ecbd64 + 8b9dcbe commit 82b560d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions Casks/a/archivewebpage.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
cask "archivewebpage" do
version "0.12.7"
sha256 "75d94de545daa43bc01899fddbfe1dbde4589e595a4b09eb35825bf2959fbc49"

url "https://github.com/webrecorder/archiveweb.page/releases/download/v#{version}/ArchiveWeb.page-#{version}.dmg",
verified: "github.com/webrecorder/archiveweb.page/"
name "ArchiveWeb.page"
desc "Archive webpages manually to WARC or WACZ files as you browse the web"
homepage "https://archiveweb.page/"

livecheck do
url :url
strategy :github_latest
end

depends_on macos: ">= :catalina"

app "ArchiveWeb.page.app"

zap trash: [
"~/Library/Application Support/ArchiveWeb.page",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/net.webrecorder.archivewebpage.sfl*",
"~/Library/Caches/net.webrecorder.archivewebpage",
"~/Library/Caches/net.webrecorder.archivewebpage.ShipIt",
"~/Library/HTTPStorages/net.webrecorder.archivewebpage",
"~/Library/Logs/ArchiveWeb.page",
"~/Library/Preferences/net.webrecorder.archivewebpage.plst",
"~/Library/Saved Application State/net.webrecorder.archivewebpage.savedState",
]
end
4 changes: 2 additions & 2 deletions Casks/w/whatsapp.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "whatsapp" do
version "2.24.16.80"
sha256 "33026f9cc9b1c63010df546c1ac5ff3b49ff6e742a57807a817264db82487ce9"
version "2.24.18.81"
sha256 "a26a7367d8c54e58df03aef94e4d71926fd464326838b5df65773bf58f667d2a"

url "https://web.whatsapp.com/desktop/mac_native/release/?version=#{version}&extension=zip&configuration=Release&branch=relbranch"
name "WhatsApp"
Expand Down

0 comments on commit 82b560d

Please sign in to comment.