maxink 0.11.3:首个 cask(universal dmg,signed & notarized)

This commit is contained in:
regina luo
2026-07-10 00:44:12 +00:00
commit 8dcf548394
2 changed files with 44 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
cask "maxink" do
version "0.11.3"
sha256 "29562ed71a12617400ea73d49dddcb033f3a97c62177c7ae0bc1dd7170001ef8"
url "https://runxun.com/downloads/maxink/MaxInk_#{version}_universal.dmg"
name "MaxInk"
desc "Lightweight native Markdown reader and editor for macOS"
homepage "https://runxun.com/ai/tools/maxink"
livecheck do
url "https://runxun.com/downloads/maxink/latest.json"
strategy :json do |json|
json["version"]
end
end
auto_updates true
depends_on macos: ">= :catalina"
app "MaxInk.app"
zap trash: [
"~/Library/Application Support/ai.maxta.maxink",
"~/Library/Caches/ai.maxta.maxink",
"~/Library/Preferences/ai.maxta.maxink.plist",
"~/Library/Saved Application State/ai.maxta.maxink.savedState",
]
end
+16
View File
@@ -0,0 +1,16 @@
# RUNXUN Homebrew Tap
润迅出品 macOS 应用的 Homebrew 安装源。
## 使用
```sh
brew tap runxun/tap https://git.runxun.com/runxun/homebrew-tap.git
brew install --cask maxink
```
## 应用
| Cask | 应用 | 说明 |
| --- | --- | --- |
| `maxink` | [MaxInk](https://runxun.com/ai/tools/maxink) | 轻量 · 不卡的 macOS 原生 Markdown 读写器(已 Apple 签名公证) |