This repository was archived by the owner on Apr 30, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99class Darn < Formula
1010 desc "CLI for CRDT-backed file sync with automatic conflict resolution"
1111 homepage "https://github.com/inkandswitch/darn"
12- version "0.6.0 "
12+ version "0.6.1 "
1313 license any_of : [ "Apache-2.0" , "MIT" ]
1414
1515 on_macos do
1616 url "https://github.com/inkandswitch/darn/releases/download/v#{ version } /darn-macos-aarch64-#{ version } "
17- sha256 "ff4d66239775ff7bbcc57a38165452635a190637bb0a12498dfb83798cf4b3bc "
17+ sha256 "33e1c57a85f46373bae183b254c2244e7fcecfeece2688707bdaf34e839367da "
1818 end
1919
2020 on_linux do
2121 on_arm do
2222 url "https://github.com/inkandswitch/darn/releases/download/v#{ version } /darn-linux-aarch64-musl-#{ version } "
23- sha256 "285c8bfb2501a5589b089d600503235abcbb5159071c974970093036a68cabac "
23+ sha256 "4e3fadfedd8d5d5ae2542d771a067fba6ea433476bfb33790952f8653e205f72 "
2424 end
2525
2626 on_intel do
2727 url "https://github.com/inkandswitch/darn/releases/download/v#{ version } /darn-linux-x86_64-musl-#{ version } "
28- sha256 "fe25131758508da3800d58856657ac0cb015899672457ce5f496e6daef0a94db "
28+ sha256 "bc4844352044f317e5507e1f7d8752ea4b33dea92cc7534b8282910b4b3543a5 "
2929 end
3030 end
3131
You can’t perform that action at this time.
0 commit comments