Skip to content

Commit

Permalink
typstyle: update to 0.11.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Apr 21, 2024
1 parent 4159e23 commit f66cfc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}

- name: Bump formulas
uses: ./.github/actions/bump-formulas
with:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
# - name: Bump formulas
# uses: ./.github/actions/bump-formulas
# with:
# HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
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.13"
version "0.11.14"
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 "945f5dfcaa7bb1287dc276368fa0fd4f5582e8b9bc3ad227b3515eb38d6ecf96"
sha256 "bad507317bcb92d8fc89e5aa0017464b23d901e33473fb199e021ba7799717b1"
else
sha256 "69e8f1affbbd479847a0d169e23ed4be8051d1627e0067dd9fc1711f72401a6a"
sha256 "f11d68a827118f6bf762bc159b3813906778eaf560d02d6e5b242f253a91ece9"
end
end

Expand Down

0 comments on commit f66cfc9

Please sign in to comment.