Skip to content

Commit

Permalink
typstyle: update to 0.11.24
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed May 28, 2024
1 parent edce4e7 commit 71eadf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/typstyle.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
class Typstyle < Formula
desc "Format your typst source code"
homepage "https://github.com/Enter-tainer/typstyle"
version "0.11.23"
version "0.11.24"
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 "318c670994045ab50b0572e0bb550b821919c56fa32df18d54b9f0f272fc2086"
sha256 "74624ac55481528ff4ad6257a8c9987f4a3492d3fb5f4fa720585fe6a8a17bd5"
else
sha256 "d166b155b80635b45b617c80dcf5984a169955bafdfb0cb03d7ae361f6705e6b"
end
Expand Down

0 comments on commit 71eadf8

Please sign in to comment.