Skip to content

Commit 48d301d

Browse files
committed
input-source: 0.1.4
Closes #23. Signed-off-by: Jihyeon Kim (김지현) <[email protected]>
1 parent 766791c commit 48d301d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Formula/input-source.rb

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
class InputSource < Formula
22
desc "Tiny input source manager for macOS"
33
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"
66
license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT). Commenting it out due do false-alarm of "brew audit"
77

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-
158
depends_on "zig" => :build
169
depends_on :macos
1710

0 commit comments

Comments
 (0)