Skip to content

Commit fe904eb

Browse files
committed
Update Omnigraph formula to v0.7.0
1 parent 6146384 commit fe904eb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Formula/omnigraph.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Omnigraph < Formula
22
desc "Typed property graph database with Git-style workflows"
33
homepage "https://github.com/ModernRelay/omnigraph"
4-
version "0.6.2"
4+
version "0.7.0"
55
license "MIT"
66
head "https://github.com/ModernRelay/omnigraph.git", branch: "main"
77

@@ -13,15 +13,15 @@ class Omnigraph < Formula
1313
on_macos do
1414
depends_on arch: :arm64
1515
on_arm do
16-
url "https://github.com/ModernRelay/omnigraph/releases/download/v0.6.2/omnigraph-macos-arm64.tar.gz"
17-
sha256 "da3d4a93c468ee932902ce2b92d8e4c437a2639ad12822b6d8509db5d30967ee"
16+
url "https://github.com/ModernRelay/omnigraph/releases/download/v0.7.0/omnigraph-macos-arm64.tar.gz"
17+
sha256 "1a22db79def33383f8711a1e09a189d7c61221591abae13e8e54bac3863b4d11"
1818
end
1919
end
2020

2121
on_linux do
2222
on_intel do
23-
url "https://github.com/ModernRelay/omnigraph/releases/download/v0.6.2/omnigraph-linux-x86_64.tar.gz"
24-
sha256 "dd7caef7a8baccce3070b69726527fec0c7bba6b2abb0393ceba30a2532c53e9"
23+
url "https://github.com/ModernRelay/omnigraph/releases/download/v0.7.0/omnigraph-linux-x86_64.tar.gz"
24+
sha256 "cbf00389cd2d17a5ae1c4f055f22825b13b622070d3ccb50ee88aa18aa108bf0"
2525
end
2626
end
2727

0 commit comments

Comments
 (0)