-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Homebrew:master' into nicolast/add-temurin22
- Loading branch information
Showing
2 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters