Skip to content

Commit

Permalink
Update logseq from 0.6.5 to 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Apr 18, 2022
1 parent 08b790a commit 1e51ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Casks/logseq.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cask "logseq" do
arch = Hardware::CPU.intel? ? "x64" : "arm64"

version "0.6.5"
version "0.6.6"

if Hardware::CPU.intel?
sha256 "32273c479d05a763a67e9121ba548aaf398da8a15ab98116a281b296d02c7f17"
sha256 "7785bddf2bb628b2b4eac9468e72a5fa0557a487088bc389a87c7a05dad74a96"
else
sha256 "d2e388b4984712e80d20635fe7a114a48d001521f2749b3ff64cf23be6a8cbc3"
sha256 "1aa11b3d1763ad5b6ed78cc7e2514163dc4f90970c9606ff0ad207765c931553"
end

url "https://github.com/logseq/logseq/releases/download/#{version}/logseq-darwin-#{arch}-#{version}.dmg"
Expand Down

0 comments on commit 1e51ba1

Please sign in to comment.