Skip to content

Commit

Permalink
typstyle: update to 1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed May 20, 2024
1 parent ee6ca81 commit 38f3d07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/typstyle.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Typstyle < Formula
desc "Format your typst source code"
homepage "https://github.com/Enter-tainer/typstyle"
version "0.11.20"
version "0.11.22"
license "Apache-2.0"

arch = Hardware::CPU.arm? ? "arm64" : "x64"

if OS.mac?
url "https://github.com/Enter-tainer/typstyle/releases/download/v#{version}/typstyle-darwin-#{arch}"
if Hardware::CPU.arm?
sha256 "3912191e57244e8f3db4c4a08923e689a99f0c70093c74a1b82d5392089e776b"
sha256 "16bec0a0b8d959950a967a750266054ad3545e451503a1de762f5f16325d09eb"
else
sha256 "f11d68a827118f6bf762bc159b3813906778eaf560d02d6e5b242f253a91ece9"
sha256 "d166b155b80635b45b617c80dcf5984a169955bafdfb0cb03d7ae361f6705e6b"
end
end

Expand Down

0 comments on commit 38f3d07

Please sign in to comment.