Skip to content

Commit

Permalink
Merge pull request #196451 from Homebrew/clipbook
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp authored Dec 26, 2024
2 parents 0acb6a4 + 72271d8 commit e270524
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ clickhouse
clickup
clion
clion@eap
clipbook
clock-signal
clockify
clop
Expand Down
30 changes: 30 additions & 0 deletions Casks/c/clipbook.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
cask "clipbook" do
arch arm: "arm64", intel: "x64"

version "1.14.0"
sha256 arm: "d7c8fd3699e566c5b46715bc97ce68a747a6fe2e479871c356d02213fface854",
intel: "7e6aa8987bb146b67ab11738ef44a4b2d2cbdb64f2607bb44856b08beec47b11"

url "https://f005.backblazeb2.com/file/clipbook/ClipBook-#{version}-#{arch}.dmg",
verified: "f005.backblazeb2.com/file/clipbook/"
name "ClipBook"
desc "Clipboard history utility"
homepage "https://clipbook.app/"

livecheck do
url "https://clipbook.app/downloads/mac/#{arch}/appcast.xml"
strategy :sparkle, &:short_version
end

depends_on macos: ">= :high_sierra"

app "ClipBook.app"

zap trash: [
"~/Library/Application Support/ClipBook",
"~/Library/Caches/ClipBook",
"~/Library/HTTPStorages/com.ikryanov.clipbook",
"~/Library/Preferences/com.ikryanov.clipbook.plist",
"~/Library/Saved Application State/com.ikryanov.clipbook.savedState",
]
end

0 comments on commit e270524

Please sign in to comment.