Commit 48d301d 1 parent 766791c commit 48d301d Copy full SHA for 48d301d
File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
1
class InputSource < Formula
2
2
desc "Tiny input source manager for macOS"
3
3
homepage "https://github.com/simnalamburt/macos-input-source"
4
- url "https://github.com/simnalamburt/macos-input-source/archive/refs/tags/v0.1.3 .tar.gz"
5
- sha256 "3f72241e37539676f19d4942d757a0dcf3b37a38ddfa0f0bb49fb893bc909c94 "
4
+ url "https://github.com/simnalamburt/macos-input-source/archive/refs/tags/v0.1.4 .tar.gz"
5
+ sha256 "f90e522d3f6175e50f10bafd6ae44a80624029a46c68628719393f65f87bac07 "
6
6
license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT). Commenting it out due do false-alarm of "brew audit"
7
7
8
- bottle do
9
- root_url "https://github.com/simnalamburt/homebrew-x/releases/download/input-source-0.1.3"
10
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "fd589ca7e1eb3b4cd6b6e6f24a0087dfd4526ec6a1bdf832dbfcb301177ddbc2"
11
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "e84997970d24c2b9397adacfd97fde2179d87ee176af22014025d7ede4141ee0"
12
- sha256 cellar : :any_skip_relocation , ventura : "a83f0215f7e03fa78812398256b4a4c23bc6dea8f5a77cd264bb5dec8e0f759b"
13
- end
14
-
15
8
depends_on "zig" => :build
16
9
depends_on :macos
17
10
You can’t perform that action at this time.
0 commit comments